All Projects → guyskk → Flask Restaction

guyskk / Flask Restaction

Licence: mit
A web framwork born to create RESTful API

Programming Languages

python
139335 projects - #7 most used programming language

Flask-Restaction

travis-ci codecov

README | 中文文档

A web framwork born to create RESTful API

  • Create RESTful API
  • Validate request and Serialize response
  • Authorization and Permission control
  • Auto generate Javascript SDK and API document

Note: Only support Python3.3+

Install

pip install flask-restaction

Document

简体中文文档: http://restaction-zh-cn.readthedocs.io/
English Document: http://restaction.readthedocs.io/
Document Sources: https://github.com/restaction

Test

Before test:

pip install -r requires.txt
pip install -r requires-dev.txt
pip install -e .
python server/index.py

Pytest:

pytest

Code style:

flake8

Tox test:

tox

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].