2 个仓库
Libraries that create HTML forms programmatically on the server and validate submitted data against defined rules.
Distinct from Forms and Validation: Distinct from Forms and Validation: focuses on server-side form generation and validation, not client-side state management.
Explore 2 awesome GitHub repositories matching part of an awesome list · Server-Side Form Generators. Refine with filters or upvote what's useful.
web.py is a minimal Python web framework that provides the core components needed to build web applications: URL routing, template rendering, database access, form handling, and session management. The framework uses a convention-based approach where URL patterns are automatically mapped to handler classes based on their names, eliminating the need for manual route configuration. It exposes applications as WSGI callables, making them deployable with any WSGI-compliant server. The framework distinguishes itself through its metaclass-driven auto-discovery system, which automatically registers h
Creates HTML forms with defined field rules and validates user-submitted data automatically on the server.
This project is an open-source learning management system built as a web-based application on the Frappe framework. It provides a structured environment for creating, managing, and delivering educational curricula, allowing administrators to organize learning materials into hierarchies of courses, chapters, and lessons. The platform is distinguished by its metadata-driven architecture, which defines application entities and database schemas through JSON-based definitions rather than hard-coded classes. This approach enables dynamic runtime customization of the user interface and data models,
Dynamically generates input forms and data views by interpreting metadata definitions at runtime.