Skip to content

novopl/restible-flask

Repository files navigation

restible-flask

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.

Note

The CircleCI builds can be found here

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages