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

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

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

Open-source alternatives to Pybuilder

30 open-source projects similar to pybuilder/pybuilder, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pybuilder alternative.

  • scons/sconsSCons 的头像

    SCons/scons

    2,392在 GitHub 上查看↗

    SCons - a software construction tool

    Python
    在 GitHub 上查看↗2,392
  • buildbot/buildbotbuildbot 的头像

    buildbot/buildbot

    5,452在 GitHub 上查看↗

    Buildbot is a Python-based continuous integration framework and distributed build orchestrator. It functions as a build automation engine that coordinates the retrieval of source code, the execution of build steps, and the reporting of results through a central controller and a network of remote worker agents. The system is distinguished by a plugin-based extensibility architecture and a master-worker distribution model. It allows for dynamic build modification at runtime and supports a pluggable database backend for persisting system state and historical build data. The project covers a bro

    Python
    在 GitHub 上查看↗5,452
  • platformio/platformio-coreplatformio 的头像

    platformio/platformio-core

    9,299在 GitHub 上查看↗

    PlatformIO Core is a toolset for embedded software development that manages the compilation, flashing, and debugging of firmware for various microcontroller targets. It provides a cross-platform build system that automates the process of transforming source code into binaries and transferring them to hardware via serial protocols. The system uses a plugin-based architecture to extend hardware platform support and incorporates a manifest-driven approach to resolve and install the specific toolchains, frameworks, and libraries required for different board definitions. Capabilities cover the fu

    Python
    在 GitHub 上查看↗9,299
  • pydoit/doitpydoit 的头像

    pydoit/doit

    2,065在 GitHub 上查看↗

    CLI task management & automation tool

    Python
    在 GitHub 上查看↗2,065

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • facebook/buck2facebook 的头像

    facebook/buck2

    4,360在 GitHub 上查看↗

    Buck2 is a programmable monorepo build tool and hermetic build system designed to manage large-scale projects with complex target graphs and multi-language dependencies. It functions as a remote execution framework and dependency graph analyzer, providing an artifact caching engine to ensure reproducible and consistent build results across different environments. The system distinguishes itself through an incremental computation engine that recomputes only the specific nodes in a dependency graph invalidated by changes. It utilizes content-addressable storage for build artifact caching and su

    Rust
    在 GitHub 上查看↗4,360
  • pyinvoke/invokepyinvoke 的头像

    pyinvoke/invoke

    4,716在 GitHub 上查看↗

    Invoke is a Python task automation library used to define and run named Python functions as command-line tasks. It provides a system for mapping functions to executable commands, enabling the automation of repetitive development workflows and the orchestration of build pipelines. The project implements a namespace-based task hierarchy, allowing related tasks to be grouped into nested collections for a structured command-line interface. It utilizes a layered configuration resolution system to merge settings from environment variables, configuration files, and defaults. The toolset includes sh

    Python
    在 GitHub 上查看↗4,716
  • openembedded/bitbakeopenembedded 的头像

    openembedded/bitbake

    521在 GitHub 上查看↗

    The official bitbake Git is at https://git.openembedded.org/bitbake/. Do not open issues or file pull requests here.

    Python
    在 GitHub 上查看↗521
  • tmodloader/tmodloadertModLoader 的头像

    tModLoader/tModLoader

    5,099在 GitHub 上查看↗

    tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It provides a polymorphic content API that allows for the creation of new items, NPCs, projectiles, and world assets through object-oriented inheritance. The project is distinguished by its advanced code modification capabilities, utilizing intermediate language bytecode patching and reflection-based private access to alter internal game behavior. It features a hot-reloading assembly runtime that enables developers to recompile and apply source code changes in real-time without res

    C#apigamesteam
    在 GitHub 上查看↗5,099
  • abhijithvijayan/web-extension-starterabhijithvijayan 的头像

    abhijithvijayan/web-extension-starter

    2,172在 GitHub 上查看↗

    This project is a development starter kit and build system designed for creating cross-browser web extensions. It provides a unified codebase structure that allows developers to manage background scripts, content scripts, and user interface components within a single project, automating the generation of browser-specific manifest files and deployment packages. The framework distinguishes itself through a multi-target build pipeline that abstracts platform-specific dependencies and transforms a unified configuration into tailored outputs for different browser environments. It includes a hot mo

    TypeScriptboilerplatechromechrome-extension
    在 GitHub 上查看↗2,172
  • andrewrk/libsoundioandrewrk 的头像

    andrewrk/libsoundio

    2,089在 GitHub 上查看↗

    C library for cross-platform real-time audio input and output

    C
    在 GitHub 上查看↗2,089
  • atilaneves/reggaeatilaneves 的头像

    atilaneves/reggae

    189在 GitHub 上查看↗

    Reggae

    D
    在 GitHub 上查看↗189
  • assemblyscript/assemblyscriptAssemblyScript 的头像

    AssemblyScript/assemblyscript

    17,926在 GitHub 上查看↗

    AssemblyScript is a compiler and tooling suite used for WebAssembly module development. It converts a subset of TypeScript syntax into binary modules to achieve high execution speeds and cross-platform binary execution. The project focuses on translating typed source code into the compact binary format required by WebAssembly runtimes. This allows for the movement of computationally heavy logic into binary modules for browser performance optimization and execution across different operating systems. The compilation process involves TypeScript-compatible syntax analysis and the generation of

    WebAssemblyassemblyscriptcompilertypescript
    在 GitHub 上查看↗17,926
  • atombuild/atom-build-makeAtomBuild 的头像

    AtomBuild/atom-build-make

    13在 GitHub 上查看↗

    Uses the atom-build package to execute GNU make in the Atom editor.

    JavaScript
    在 GitHub 上查看↗13
  • attractivechaos/klibattractivechaos 的头像

    attractivechaos/klib

    4,679在 GitHub 上查看↗

    klib is a comprehensive C standard library extension and data structure toolkit. It provides a set of fundamental tools for memory management, data organization, and general-purpose utility functions for standalone C applications. The project features specialized capabilities for bioinformatics sequence analysis, including the parsing of FASTA, FASTQ, and Newick formats and the implementation of Smith-Waterman sequence alignment and Hidden Markov Models. It also includes a mathematical computation library for numerical routines and expression evaluation, as well as a lightweight HTTP and FTP

    C
    在 GitHub 上查看↗4,679
  • alanxz/rabbitmq-calanxz 的头像

    alanxz/rabbitmq-c

    1,859在 GitHub 上查看↗

    RabbitMQ C client

    C
    在 GitHub 上查看↗1,859
  • absint/compcertAbsInt 的头像

    AbsInt/CompCert

    2,187在 GitHub 上查看↗

    The CompCert formally-verified C compiler

    Rocq Proverccompcertcompiler
    在 GitHub 上查看↗2,187
  • appimagecrafters/appimage-builderAppImageCrafters 的头像

    AppImageCrafters/appimage-builder

    377在 GitHub 上查看↗

    GNU/Linux packaging made easy! ™

    Python
    在 GitHub 上查看↗377
  • bcherny/json-schema-to-typescriptbcherny 的头像

    bcherny/json-schema-to-typescript

    3,307在 GitHub 上查看↗

    Compile JSON Schema to TypeScript type declarations

    TypeScriptjson-schematypescript
    在 GitHub 上查看↗3,307
  • bampakoa/ngx-electronifybampakoa 的头像

    bampakoa/ngx-electronify

    121在 GitHub 上查看↗

    A suite of Electron tools for the Angular framework

    TypeScript
    在 GitHub 上查看↗121
  • appimage/appimagekitAppImage 的头像

    AppImage/AppImageKit

    9,348在 GitHub 上查看↗

    AppImageKit is a system of tools and utilities for bundling Linux desktop applications into single-file, portable executables. It functions as a packager that converts application directories into self-mounting binaries, allowing software to run across multiple Linux distributions without a formal installation process. The project enables portable software distribution by isolating application configurations and home directories from the host system, which allows applications to run from removable media. It includes a filesystem manager for extracting, inspecting, and mounting the embedded im

    C
    在 GitHub 上查看↗9,348
  • bioinfornatics/makefilefordbioinfornatics 的头像

    bioinfornatics/MakefileForD

    20在 GitHub 上查看↗

    MakefileForD

    CSS
    在 GitHub 上查看↗20
  • boltpkg/boltboltpkg 的头像

    boltpkg/bolt

    2,421在 GitHub 上查看↗

    ⚡️ Super-powered JavaScript project management

    JavaScript
    在 GitHub 上查看↗2,421
  • broccolijs/broccolibroccolijs 的头像

    broccolijs/broccoli

    3,323在 GitHub 上查看↗

    Browser compilation library – an asset pipeline for applications that run in the browser

    JavaScript
    在 GitHub 上查看↗3,323
  • brunch/brunchbrunch 的头像

    brunch/brunch

    6,758在 GitHub 上查看↗

    Brunch is a frontend build tool and JavaScript asset bundler designed to automate the transformation of source code into production-ready assets. It functions as an incremental build system that monitors the filesystem for changes to rebuild only modified components, and it serves as a project scaffolding engine for initializing application structures via predefined skeletons and code boilerplates. The tool utilizes a plugin-based transformation pipeline to compile and optimize JavaScript and CSS files for browser delivery. It distinguishes itself through the use of multi-core build paralleli

    JavaScriptbrunchbuild-automationjavascript
    在 GitHub 上查看↗6,758
  • agilionapps/remixAgilionApps 的头像

    AgilionApps/remix

    148在 GitHub 上查看↗

    Automatic recompilation of mix code on file change.

    Elixir
    在 GitHub 上查看↗148
  • buildout/buildoutbuildout 的头像

    buildout/buildout

    615在 GitHub 上查看↗

    Buildout is a deployment automation tool written in and extended with Python

    Python
    在 GitHub 上查看↗615
  • bulivlad/vertx-codegen-pluginbulivlad 的头像

    bulivlad/vertx-codegen-plugin

    9在 GitHub 上查看↗

    A Gradle plugin to facilitate the codegen usage for Vert.x Java projects

    Groovy
    在 GitHub 上查看↗9
  • cacalabs/libcacacacalabs 的头像

    cacalabs/libcaca

    675在 GitHub 上查看↗

    💩 Colour ASCII Art Library

    C
    在 GitHub 上查看↗675
  • camgunz/cmpcamgunz 的头像

    camgunz/cmp

    367在 GitHub 上查看↗

    An implementation of the MessagePack serialization format in C / msgpack.orgC

    C
    在 GitHub 上查看↗367
  • balde/baldeB

    balde/balde

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0