https://github.com/thnee/flask-api-framework
Framework for building semantically correct HTTP API’s in Flask.
https://github.com/thnee/flask-api-framework
api flask flask-marshmallow flask-sqlalchemy http
Last synced: 4 months ago
JSON representation
Framework for building semantically correct HTTP API’s in Flask.
- Host: GitHub
- URL: https://github.com/thnee/flask-api-framework
- Owner: thnee
- License: bsd-3-clause
- Created: 2021-12-18T17:09:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T11:14:51.000Z (almost 4 years ago)
- Last Synced: 2025-01-27T22:03:54.736Z (about 1 year ago)
- Topics: api, flask, flask-marshmallow, flask-sqlalchemy, http
- Language: Python
- Homepage: https://flask-api-framework.rtfd.io
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Flask-API-Framework
===================
Framework for building semantically correct HTTP API's in Flask.
|GitHub tests| |Documentation Status|
|PyPI version| |PyPI pyversions| |PyPI license|
Installing
----------
Install package from PyPI.
.. code-block:: text
pip install Flask-API-Framework
Links
-----
- Documentation_
- PyPI_
- Source_
.. _Documentation: https://flask-api-framework.readthedocs.io/
.. _PyPI: https://pypi.org/project/Flask-API-Framework/
.. _Source: https://github.com/thnee/flask-api-framework
.. |GitHub tests| image:: https://github.com/thnee/flask-api-framework/actions/workflows/tests.yml/badge.svg
:target: https://github.com/thnee/flask-api-framework/actions
.. |Documentation Status| image:: https://readthedocs.org/projects/flask-api-framework/badge/?version=latest
:target: https://flask-api-framework.readthedocs.io/en/latest/
.. |PyPI version| image:: https://img.shields.io/pypi/v/Flask-API-Framework?color=1283c4&label=version
:target: https://pypi.org/project/Flask-API-Framework/
.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/Flask-API-Framework.svg
:target: https://pypi.org/project/Flask-API-Framework/
.. |PyPI license| image:: https://img.shields.io/pypi/l/Flask-API-Framework.svg
:target: https://pypi.org/project/Flask-API-Framework/