Metadata-Version: 2.2
Name: flask_namespace
Version: 0.2.10
Summary: This package makes bundling flask routes into a namespace using a class very easy.  It uses Blueprints under the hood, and each endpoint is a method on the class
Author-email: Tyler Petrov <tylerpetrov16@gmail.com>
Project-URL: Homepage, https://github.com/Tyler-Petrov/flask_namespace
Project-URL: Issues, https://github.com/Tyler-Petrov/flask_namespace/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"

# Flask Namespace
This package makes bundling flask routes into a namespace using a class very easy.  It uses Blueprints under the hood, and each endpoint is a method on the class
