Skip to content

Lxxyx/flask-restaction

 
 

Repository files navigation

Flask-Restaction

travis-ci codecov

中文 English

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

About

A web framwork born to create RESTful API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.0%
  • JavaScript 22.6%
  • CSS 5.9%
  • HTML 5.4%
  • Makefile 0.1%