Watch
1
0
Fork
You've already forked cherrypy-foundation
0
No description
  • Python 87.3%
  • JavaScript 4.8%
  • Jinja 4.1%
  • HTML 2.4%
  • CSS 1.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 1e4f02ffd7
Releasing progress-linux version 1.15.0+vendor-0progress8.99u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2026-07-14 06:14:34 +02:00
debian Releasing progress-linux version 1.15.0+vendor-0progress8.99u1. 2026-07-14 06:14:34 +02:00
doc Merging upstream version 1.15.0+vendor. 2026-07-14 06:13:28 +02:00
src/cherrypy_foundation Merging upstream version 1.15.0+vendor. 2026-07-14 06:13:28 +02:00
.gitignore Merging upstream version 1.15.0+vendor. 2026-07-14 06:13:28 +02:00
.gitlab-ci.yml Merging upstream version 1.15.0+vendor. 2026-07-14 06:13:28 +02:00
CHANGELOG.md Merging upstream version 1.15.0+vendor. 2026-07-14 06:13:28 +02:00
LICENSE.md Adding upstream version 1.3.0+vendor. 2026-07-14 06:05:37 +02:00
MANIFEST.in Adding upstream version 1.3.0+vendor. 2026-07-14 06:05:37 +02:00
pyproject.toml Merging upstream version 1.15.0+vendor. 2026-07-14 06:13:28 +02:00
README.md Adding upstream version 1.3.0+vendor. 2026-07-14 06:05:37 +02:00
sonar-project.properties Adding upstream version 1.3.0+vendor. 2026-07-14 06:05:37 +02:00
tox.ini Merging upstream version 1.15.0+vendor. 2026-07-14 06:13:28 +02: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.