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

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

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

2 个仓库

Awesome GitHub RepositoriesApplication Bootstrapping Scripts

Scripts that automate the creation of environments and the launching of applications on specific platforms.

Distinct from Automated Deployment Scripts: Unlike deployment automation scripts, these focus on the local user's initial startup and environment setup rather than server rollout.

Explore 2 awesome GitHub repositories matching development tools & productivity · Application Bootstrapping Scripts. Refine with filters or upvote what's useful.

Awesome Application Bootstrapping Scripts GitHub Repositories

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

    vladmandic/sdnext

    7,139在 GitHub 上查看↗

    SD.Next is an all-in-one web interface and multi-backend inference engine for generating, editing, and processing images and videos using diffusion models. It functions as a comprehensive tool for diffusion model management and an automated image processing pipeline for bulk operations. The project is distinguished by its hardware-backend abstraction layer, which provides automatic detection and acceleration for NVIDIA CUDA, AMD ROCm, Intel OpenVINO, and DirectML. It features a headless generative API and a programmatic command interface, allowing users to trigger tasks via REST API or CLI wi

    Provides platform-specific scripts to automatically create virtual environments and launch the application.

    Pythonai-artcaptiondiffusers
    在 GitHub 上查看↗7,139
  • pylons/pyramidPylons 的头像

    Pylons/pyramid

    4,086在 GitHub 上查看↗

    Pyramid 是一个 Python Web 框架和 WSGI 工具包,专为构建 Web 应用程序而设计。它作为一个 URL 路由引擎,使用基于模式的路由和分层资源树遍历,将传入的 HTTP 请求映射到特定的视图可调用对象。 该框架的特色在于其混合调度系统,允许开发人员将正则表达式 URL 匹配与通过导航嵌套对象树来解析请求的能力相结合。它实现了一个灵活的组件架构,支持应用程序注册表管理、延迟配置执行,以及在不修改原始源代码的情况下覆盖视图或路由的能力。 其更广泛的功能面涵盖了通过签名 Cookie 和基于 ACL 的授权进行的身份管理、用于请求生命周期的事件驱动协调系统,以及用于 UI 翻译的国际化服务。它还通过自定义序列化程序和模板集成提供内容渲染工具,以及用于注入横切逻辑的中间件 tween 管道。 该工具包包括一个用于路由检查、项目脚手架和应用程序调试的管理命令行界面。

    Bootstraps the application from configuration files to simulate a request context for standalone scripts.

    Pythonpylonspyramidpython
    在 GitHub 上查看↗4,086
  1. Home
  2. Development Tools & Productivity
  3. Application Bootstrapping Scripts