bttscut / pysproto

python binding ( use Cython ) for cloudwu‘s sproto with rpc support
Other
10 stars 5 forks source link

pysproto

python binding for cloudwu‘s sproto with rpc support

make it one python egg
installation:

  1. sudo pip install -r requirements.txt
  2. python setup.py build
  3. python setup.py install

or pip

sudo pip install 'setuptools>=20' 'cython>=0.24' git+git://github.com/bttscut/pysproto.git#egg=pysproto

contact me if any problem.