seznam / fastrpc

FastRPC library
http://seznam.github.io/frpc
GNU Lesser General Public License v2.1
46 stars 46 forks source link

Many-many changes in python-fastrpc packaging #4

Closed rembish closed 10 years ago

rembish commented 10 years ago

Here we go:

  1. totally rewritten setup.py with standard Python practices;
  2. debian packaging rewritten as well - uses new style dh-python module
  3. removed bad styled, useless make.sh executables.
  4. all python modules has PEP8 formatting
  5. C++ module uses _-prefix name (standard way) with temporary "from _fastrpc import *" .py-wrapper (we should add normal python wrap code with good help and standard interface like xmlrpclib).
  6. Test running on package building
rembish commented 10 years ago

Minor changes after code review: debian version reduced, setup.py and debian-rules run tests.