Metadata-Version: 2.1
Name: finitelycomputable-flask-blueprints
Version: 20.10
Summary: The Flask-based wsgi app using blueprints to combine the microsites of finitelycomputable.net
Home-page: http://www.finitelycomputable.net/wsgi_info
Author: Samuel Newbold
Author-email: sam@rwsh.org
License: AGPL-3.0-only
Project-URL: Documentation, https://github.com/thrasymache/microsites
Project-URL: Source, https://github.com/thrasymache/microsites
Description: ================
        Flask-Blueprints
        ================
        
        This application provides a /wsgi_info/ endpoint and uses register_blueprint() to
        combine all of the Flask modules that it finds in the virtual environment. The
        end result is that ``flask routes`` will list all routes from all modules.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: bjoern
Provides-Extra: cheroot
Provides-Extra: cherrypy
Provides-Extra: gunicorn
Provides-Extra: waitress
Provides-Extra: helloworld
