Flask integration for restible library
Project description
restible-flask is a library that provides Flask integration with restible. It provides the base endpoint class FlaskEndpoint that that integrates restible with Flask routing.
Installation
$ pip install restible-flask
Contributing
Setting up development repo
$ git clone git@github.com:novopl/restible-flask.git
$ cd restible-flask
$ virtualenv env
$ source ./env/bin/activate
$ python setup.py develop
$ pip install -r ops/devrequirements.txt
$ peltak git add-hooks
Running tests
Config: The types of tests are defined in pelconf.py and the pytest configuration is defined in ops/tools/pytest.ini.
$ peltak test
Linting
Config: The list of locations to lint is defined in pelconf.py and the linters configuration is defined in ops/tools/{pylint,pep8}.ini.
$ peltak lint
Generating docs
Config: The list of documented files and general configuration is in pelconf.py and the Sphinx configuration is defined in docs/conf.py.
$ peltak docs
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
restible-flask-0.2.2.tar.gz
(7.6 kB
view hashes)