Metadata-Version: 2.4
Name: cherrypy-foundation
Version: 1.0.0a16
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: 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: apscheduler; extra == "test"
Requires-Dist: argon2-cffi; extra == "test"
Requires-Dist: ldap3; extra == "test"
Requires-Dist: parameterized; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: requests_oauthlib; extra == "test"
Requires-Dist: selenium; extra == "test"
Requires-Dist: sqlalchemy; extra == "test"
Provides-Extra: ldap
Requires-Dist: ldap3; extra == "ldap"
Provides-Extra: oauth
Requires-Dist: requests_oauthlib; extra == "oauth"
Provides-Extra: passwd
Requires-Dist: argon2-cffi; extra == "passwd"
Provides-Extra: scheduler
Requires-Dist: apscheduler; extra == "scheduler"
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 provides a collection of reusable utilities that simplify
building web applications with CherryPy. It offers built-in integrations
with SQLAlchemy for database access, Jinja2 for templating, WTForms for
form handling, and Bootstrap for UI components, helping streamline
application development.

# Usage

TODO
