Metadata-Version: 2.1
Name: flask-gordon
Version: 0.5.2
Summary: Flask blueprint, route, and middleware extensions
Author-email: Julien Lecomte <julien@lecomte.at>
License: MIT
Project-URL: Homepage, https://gitlab.com/jlecomte/python/flask-gordon
Project-URL: Documentation, https://jlecomte.gitlab.io/python/flask-gordon
Project-URL: Source code, https://gitlab.com/jlecomte/python/flask-gordon
Project-URL: Bug tracker, https://gitlab.com/jlecomte/python/flask-gordon/-/issues
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Framework :: Flask
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[![documentation](https://img.shields.io/badge/documentation-html-informational)](https://jlecomte.gitlab.io/python/flask-gordon)
[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://spdx.org/licenses/MIT.html)
[![pipelines](https://gitlab.com/jlecomte/python/flask-gordon/badges/master/pipeline.svg)](https://gitlab.com/jlecomte/python/flask-gordon/pipelines)
[![coverage](https://gitlab.com/jlecomte/python/flask-gordon/badges/master/coverage.svg)](https://jlecomte.gitlab.io/python/flask-gordon/coverage/index.html)

# Flask Gordon

Flask blueprint, route, and middleware extensions

## Installation from PyPI

You can install the latest version from PyPI package repository.

~~~bash
python3 -mpip install -U flask_gordon
~~~

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Locations

  * Documentation: [https://jlecomte.gitlab.io/python/flask-gordon/](https://jlecomte.gitlab.io/python/flask-gordon)
  * GitLab: [https://gitlab.com/jlecomte/python/flask-gordon](https://gitlab.com/jlecomte/python/flask-gordon)
  * PyPi: [https://pypi.org/project/flask-gordon](https://pypi.org/project/flask-gordon)
