https://github.com/inveniosoftware/flask-resources
REST APIs for Flask
https://github.com/inveniosoftware/flask-resources
Last synced: 10 days ago
JSON representation
REST APIs for Flask
- Host: GitHub
- URL: https://github.com/inveniosoftware/flask-resources
- Owner: inveniosoftware
- License: mit
- Created: 2020-04-28T05:36:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T13:36:48.000Z (12 months ago)
- Last Synced: 2025-03-23T16:11:25.913Z (26 days ago)
- Language: Python
- Homepage: https://flask-resources.readthedocs.io
- Size: 175 KB
- Stars: 3
- Watchers: 72
- Forks: 21
- Open Issues: 16
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
- jimsghstars - inveniosoftware/flask-resources - REST APIs for Flask (Python)
README
..
Copyright (C) 2020 CERN.Flask-Resources is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
details.===================
Flask-Resources
===================.. image:: https://img.shields.io/travis/inveniosoftware/flask-resources.svg
:target: https://travis-ci.org/inveniosoftware/flask-resources.. image:: https://img.shields.io/coveralls/inveniosoftware/flask-resources.svg
:target: https://coveralls.io/r/inveniosoftware/flask-resources.. image:: https://img.shields.io/github/tag/inveniosoftware/flask-resources.svg
:target: https://github.com/inveniosoftware/flask-resources/releases.. image:: https://img.shields.io/pypi/dm/flask-resources.svg
:target: https://pypi.python.org/pypi/flask-resources.. image:: https://img.shields.io/github/license/inveniosoftware/flask-resources.svg
:target: https://github.com/inveniosoftware/flask-resources/blob/master/LICENSEA small library for implementing configurable REST APIs.
Further documentation is available on
https://flask-resources.readthedocs.io/