Metadata-Version: 2.4
Name: cherrypy-foundation
Version: 1.3.0
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: responses; 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"
Provides-Extra: db
Requires-Dist: sqlalchemy; extra == "db"
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>

Cherrypy-foundation is a comprehensive toolkit that accelerates web application development with CherryPy. It provides a curated collection of utilities and integrations that handle common web development tasks, allowing you to focus on building your application's unique features.

## What's Included

- **Database Integration**: Seamless SQLAlchemy integration for database operations
- **Template Engine**: Jinja2 and JinjaX support for flexible, component-based templating
- **Form Handling**: Enhanced WTForms integration with automatic validation and Bootstrap rendering
- **URL Management**: Flexible URL generation with `url_for` utility
- **Error Handling**: Smart error pages that adapt to response content type (HTML, JSON, plain text)
- **UI Components**: Bootstrap-ready components for rapid interface development

## Who Is This For?

Cherrypy-foundation is designed for developers who:

- Want to build modern web applications with CherryPy without reinventing the wheel
- Need a lightweight alternative to full-stack frameworks while maintaining flexibility
- Prefer convention over configuration but value customization options
- Want battle-tested components that integrate seamlessly with CherryPy's architecture

This documentation will guide you through all available features, from basic utilities to advanced integrations, with practical examples to help you get started quickly.
