rexpro¶
rexpro is an experimental RexPro socket interface for python
Features¶
Straightforward syntax
Connection Pooling Support
Gevent Compatible - see rexpro.connectors.rgevent
Eventlet Compatible - see rexpro.connectors.reventlet
- Tested against Celery
- Only Gevent has been tested (must use -P gevent argument)
- Testing needed against default prefork method, and eventlet
Links¶
- Documentation: http://rexpro-python.readthedocs.org/
- Official Repository: https://github.com/platinummonkey/rexpro-python.git
- Package: https://pypi.python.org/pypi/rexpro/
rexpro is known to support Python 2.7. Python 3.x is not compatible due to the use of gevent.
Download¶
PyPI: https://pypi.python.org/pypi/rexpro/
$ pip install rexpro
Source: https://github.com/platinummonkey/rexpro-python.git
$ git clone git://github.com/platinummonkey/rexpro-python.git
$ python setup.py install