Skip to content
master
Go to file
Code
This branch is 1 commit ahead of Nobatek:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

flask-rest-api

Deprecation warning: flask-rest-api has been renamed to flask-smorest.


Latest version Python versions marshmallow 2/3 compatible OpenAPI Specification 2/3 compatible License Build status Code coverage Documentation

Build a REST API with Flask and marshmallow.

flask-rest-api relies on marshmallow, webargs and apispec to provide a complete REST API framework.

Features

  • Serialization, deserialization and validation using marshmallow Schema.
  • OpenAPI (Swagger) specification automatically generated, and exposed with ReDoc or Swagger UI.
  • Pagination.
  • ETag.

Install

pip install flask-rest-api

flask-rest-api supports Python >= 3.5.

Documentation

Full documentation is available at http://flask-rest-api.readthedocs.io/.

Support flask-rest-api

flask-rest-api is built on marshmallow, webargs and apispec.

If you'd like to support the future of the project, please consider contributing to marshmallow's Open Collective:

Donate to our collective

License

MIT licensed. See the LICENSE file for more details.

About

DB agnostic framework to build auto-documented REST APIs with Flask and marshmallow

Resources

License

Packages

No packages published
You can’t perform that action at this time.