Skip to content

A tool-chain for creating restful web applications.

License

Notifications You must be signed in to change notification settings

mohadese-yousefi/restfulpy

 
 

Repository files navigation

restfulpy

A tool-chain for creating restful web applications.

PyPI Build Status Coverage Status

Goals:

  • Automatically transform the SqlAlchemy models and queries into JSON with standard naming(camelCase).
  • Http form validation based on SqlAlchemy models.
  • Task Queue system

Install

PyPI

pip install restfulpy

Development

pip install -e .
pip install -r requirements-dev.txt

Run tests to ensure everything is ok:

pytest

Command line interface

restfulpy -h

Autocompletion

restfulpy completion install

About

A tool-chain for creating restful web applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.9%
  • Makefile 3.1%