Skip to content

marslabtron/flask-restaction

 
 

Repository files navigation

Flask-Restaction

Flask-Restaction is a web framwork born to create RESTful API

You can do this Easily

  • Create restful api
  • Validate inputs and Convert outputs
  • Authorize and Permission control
  • Easy to test
  • Auto generate res.js and documents
  • Support py3

Install

pip install flask-restaction

Build Document

cd docs
make html

Documents on Readthedocs

http://flask-restaction.readthedocs.org/zh/latest/

Test

First, install test tools:

pip install pytest
pip install tox

Then, run tests

py.test

or

tox

Todos

  • more tests
  • more documents
  • ...

license

MIT License

About

a web framwork born to create RESTful API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.8%
  • JavaScript 16.1%
  • HTML 6.1%