pylover / restfulpy

A tool-chain for creating restful web applications.
Other
32 stars 17 forks source link

restfulpy

A tool-chain for creating restful web applications.

PyPI Build Status Coverage Status

Goals:

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