Metadata-Version: 2.1
Name: flask-shortcut
Version: 0.2.5
Summary: Extension that provides an easy way to add dev-only shortcuts to your routes.
Home-page: https://github.com/a-recknagel/Flask-Shortcut
License: MIT
Author: Arne
Author-email: arecknag@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.1.1,<8.0.0)
Requires-Dist: flask (>=1.1.2,<2.0.0)
Requires-Dist: importlib-metadata (>=1.6.0,<2.0.0)
Requires-Dist: xmltodict (>=0.12.0,<0.13.0)
Project-URL: Repository, https://github.com/a-recknagel/Flask-Shortcut
Description-Content-Type: text/x-rst

Flask-Shortcut
==============

.. image:: https://img.icons8.com/color/144/000000/cabbage.png
   :alt: Cabbage
   :align: center


.. image:: https://github.com/a-recknagel/Flask-Shortcut/workflows/CI-CD/badge.svg
   :alt: Main workflow status
   :target: https://github.com/a-recknagel/Flask-Shortcut/actions

.. image:: https://img.shields.io/pypi/v/flask-shortcut
   :alt: Current pyPI version
   :target: https://pypi.org/project/flask-shortcut/

.. image:: https://img.shields.io/badge/docs-github--pages-blue
   :alt: Documentation home
   :target: https://a-recknagel.github.io/flask-shortcut/

.. image:: https://img.shields.io/pypi/l/flask-shortcut
   :alt: Package license
   :target: https://pypi.org/project/flask-shortcut/

.. image:: https://img.shields.io/pypi/pyversions/flask-shortcut
   :alt: Supported on python versions
   :target: https://pypi.org/project/flask-shortcut/

.. image:: https://img.shields.io/badge/codestyle-black-black
   :alt: Any color you want
   :target: https://black.readthedocs.io/en/stable/

.. header-end

Project Description
-------------------

Extension that provides an easy way to add dev-only shortcuts to routes in your
flask application.

