Metadata-Version: 2.1
Name: finitelycomputable-cherrypy-mount
Version: 24.2
Summary: The CherryPy-based wsgi app using tree.mount() for the microsites of finitelycomputable.net
Author-email: Samuel Newbold <sam@rwsh.org>
License: AGPL-3.0-only
Project-URL: Homepage, https://www.finitelycomputable.net/wsgi_info
Project-URL: Documentation, https://github.com/thrasymache/microsites
Project-URL: Source, https://github.com/thrasymache/microsites
Project-URL: Gitlab, https://gitlab.com/thrasymache/microsites
Project-URL: sourcehut, https://git.sr.ht/~thrasymache/finitelycomputable-microsites
Project-URL: NotABug, https://notabug.org/thrasymache/finitelycomputable-microsites
Classifier: Framework :: CherryPy
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Development Status :: 3 - Alpha
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
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: CherryPy~=18.6
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-env; extra == "tests"
Provides-Extra: waitress
Requires-Dist: waitress~=2.1; extra == "waitress"
Provides-Extra: cherrypy
Requires-Dist: cherrypy~=18.0; extra == "cherrypy"
Provides-Extra: cheroot
Requires-Dist: cheroot~=9.0; extra == "cheroot"
Provides-Extra: bjoern
Requires-Dist: bjoern~=3.0; extra == "bjoern"
Provides-Extra: gunicorn
Requires-Dist: gunicorn~=21.2; extra == "gunicorn"

==============
CherryPy-Mount
==============

This application provides a /wsgi_info/ endpoint and uses tree.mount() to
combine all of the CherryPy modules that it finds in the virtual environment.
