awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesMinimal

Lightweight, no-frills Python web frameworks that keep routing, templating, and database access simple and explicit.

Distinct from Python Web Frameworks: Distinct from Python Web Frameworks: focuses on minimal, lightweight frameworks rather than full-featured ones.

Explore 1 awesome GitHub repository matching web development · Minimal. Refine with filters or upvote what's useful.

Awesome Minimal GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • webpy/webpywebpy 的头像

    webpy/webpy

    5,919在 GitHub 上查看↗

    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

    Provides a minimal Python web framework that keeps routing, templating, and database access simple and explicit.

    Python
    在 GitHub 上查看↗5,919
  1. Home
  2. Web Development
  3. Backend Development
  4. Web Frameworks
  5. Language-Specific Ecosystems
  6. Python Web Frameworks
  7. Minimal