marshmallow-code / flask-marshmallow

Flask + marshmallow for beautiful APIs

Home Page:http://flask-marshmallow.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Marshmallow

Latest version Build status Documentation marshmallow 3 compatible

Flask + marshmallow for beautiful APIs

Flask-Marshmallow is a thin integration layer for Flask (a Python web framework) and marshmallow (an object serialization/deserialization library) that adds additional features to marshmallow, including URL and Hyperlinks fields for HATEOAS-ready APIs. It also (optionally) integrates with Flask-SQLAlchemy.

Get it now

pip install flask-marshmallow

Create your app.

Write your models.

Define your output format with marshmallow.

Output the data in your views.

Learn More

To learn more about marshmallow, check out its docs.

License

MIT licensed. See the bundled LICENSE file for more details.

About

Flask + marshmallow for beautiful APIs

http://flask-marshmallow.readthedocs.io/

License:MIT License


Languages

Language:Python 100.0%