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 restfulpy
pip install -e .
pip install -r requirements-dev.txt
Run tests to ensure everything is ok:
pytest
restfulpy -h
restfulpy completion install