A tool-chain for creating restful web applications.
- Automatically transform the SqlAlchemy models and queries into JSON with standard naming(camelCase).
- Http form validation based on SqlAlchemy models.
- Task Queue system
pip install restfulpypip install -e .
pip install -r requirements-dev.txtRun tests to ensure everything is ok:
pytestrestfulpy -hrestfulpy completion install