Metadata-Version: 2.1
Name: flask-gordon
Version: 0.3.2
Summary: Flask blueprint, route, and middleware extensions
Home-page: https://gitlab.com/jlecomte/projects/flask-gordon
Author: Julien Lecomte
Author-email: julien@lecomte.at
License: MIT
Project-URL: Documentation, https://jlecomte.gitlab.io/projects/python/flask-gordon
Project-URL: Source code, https://gitlab.com/jlecomte/projects/python/flask-gordon
Project-URL: Tracker, https://gitlab.com/jlecomte/projects/python/flask-gordon/-/issues
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
License-File: LICENSE

[![documentation](https://img.shields.io/badge/documentation-html-informational)](https://jlecomte.gitlab.io/projects/python/flask-gordon)
[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://spdx.org/licenses/MIT.html)
[![pipelines](https://gitlab.com/jlecomte/projects/python/flask-gordon/badges/master/pipeline.svg)](https://gitlab.com/jlecomte/projects/python/flask-gordon/pipelines)
[![coverage](https://gitlab.com/jlecomte/projects/python/flask-gordon/badges/master/coverage.svg)](https://jlecomte.gitlab.io/projects/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/projects/python/flask-gordon/](https://jlecomte.gitlab.io/projects/python/flask-gordon)
  * GitLab: [https://gitlab.com/jlecomte/projects/python/flask-gordon](https://gitlab.com/jlecomte/projects/python/flask-gordon)
  * PyPi: [https://pypi.org/project/flask-gordon](https://pypi.org/project/flask-gordon)
