Metadata-Version: 2.4
Name: cherrypy-foundation
Version: 1.0.0a2
Summary: CherryPy Foundation
Author-email: Patrik Dufresne <patrik@ikus-soft.com>
License: GPLv3
Project-URL: Homepage, https://gitlab.com/ikus-soft/cherrypy-foundation
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: CherryPy
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <4,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: babel
Requires-Dist: CherryPy
Requires-Dist: Jinja2
Requires-Dist: jinjax
Requires-Dist: pytz
Requires-Dist: WTForms>=3.2.1
Provides-Extra: test
Requires-Dist: ldap3; extra == "test"
Requires-Dist: apscheduler; extra == "test"
Requires-Dist: sqlalchemy; extra == "test"
Requires-Dist: parameterized; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: selenium; extra == "test"
Dynamic: license-file

# Cherrypy-foundation

<p align="center">
<a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-GPL--3.0-orange"></a>
<a href="https://gitlab.com/ikus-soft/cherrypy-foundation/pipelines"><img alt="Build" src="https://gitlab.com/ikus-soft/cherrypy-foundation/badges/master/pipeline.svg"></a>
<a href="https://sonar.ikus-soft.com/dashboard?id=cherrypy-foundation"><img alt="Quality Gate" src="https://sonar.ikus-soft.com/api/project_badges/measure?project=cherrypy-foundation&metric=alert_status"></a>
<a href="https://sonar.ikus-soft.com/dashboard?id=cherrypy-foundation"><img alt="Coverage" src="https://sonar.ikus-soft.com/api/project_badges/measure?project=cherrypy-foundation&metric=coverage"></a>
</p>

This project is a collection of common utilities for creating web applications with CherryPy. It provides integrations with SQLAlchemy, Jinja2, WTForms, and Bootstrap.
