No description
  • Python 87.5%
  • JavaScript 5.1%
  • Jinja 5%
  • HTML 1.3%
  • CSS 1.1%
Find a file
Daniel Baumann 62b302ad2d
Releasing fastforward version 1.3.0+dfsg-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-03-12 19:15:32 +01:00
debian Releasing fastforward version 1.3.0+dfsg-1~ffwd13+u1. 2026-03-12 19:15:32 +01:00
doc Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00
src/cherrypy_foundation Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00
.gitignore Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00
.gitlab-ci.yml Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00
CHANGELOG.md Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00
LICENSE.md Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00
MANIFEST.in Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00
pyproject.toml Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00
README.md Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00
sonar-project.properties Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00
tox.ini Adding upstream version 1.3.0+dfsg. 2026-03-12 19:15:27 +01:00

Cherrypy-foundation

License Build Quality Gate Coverage

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.