$npx skillfedfor your agent

Build Tools packages

625 packages · page 16 of 16

Packages

rosdistro With conditions
PyPI · Build Tools · released Oct 2024

Parses and manipulates ROS distribution metadata files in YAML format, enabling programmatic access to package definitions and dependency information across ROS releases.

Install only if you are building ROS tooling or infrastructure; it has no utility outside ROS environments.

BSD-3-Clausepure Python · 3.6+
84.1Kdownloads / mo
requirementslib With conditions
PyPI · Build Tools · released Jun 2023

Parses, builds, and converts between Pipfile and requirements.txt formats, and resolves dependencies of editable packages.

However, it is abandoned (last update June 2023) with 9 runtime dependencies that may drift out of sync with modern Python tooling.

MITpure Python · 3.7+abandoned
83.6Kdownloads / mo
PyBindGen With conditions
PyPI · Build Tools · released Mar 2022

PyBindGen generates clean C or C++ code that wraps C/C++ libraries as Python modules, without requiring Boost.Python or external runtime libraries.

LGPL-2.0-or-laterpure Pythonabandoned
82.7Kdownloads / mo
dvsim With conditions
PyPI · Build Tools · released Aug 2026

DVSim is a Python-based build and run system that orchestrates EDA tool flows for ASIC design verification, including simulations, formal verification, lint, synthesis, and coverage analysis.

Install it if your project uses multiple EDA flows; it is not useful for general software development or outside hardware design contexts.

Apache-2.0pure Python · 3.10+
82.0Kdownloads / mo
stylus Skip
PyPI · Build Tools · released Feb 2016

Bridges Python code to the Stylus CSS compiler, allowing you to compile Stylus stylesheets from Python by invoking the external Stylus library through Node.js.

permissive licensebuilds from sourceabandoned
81.9Kdownloads / mo
amaranth Worth it
PyPI · Build Tools · released Jul 2026

Amaranth is a Python-based hardware definition language and toolchain for designing synchronous digital logic that targets FPGAs and ASICs, with integrated simulation, build system, and support for multiple vendor platforms.

permissive licensepure Python
81.8Kdownloads / mo
aws-cdk.lambda-layer-kubectl-v35 With conditions
PyPI · Build Tools · released May 2026

Provides a Lambda Layer packaging kubectl v1.35.2 and Helm v4.1.3 for use in AWS Lambda functions running Python.

Install only if you are already in a CDK-based workflow; it adds no value outside that context.

permissive licensepure Python
81.6Kdownloads / mo
pegasus-cli With conditions
PyPI · Build Tools · released Aug 2026

A command-line tool for managing SaaS Pegasus projects, creating Django apps with optional CRUD scaffolding, and pushing code to GitHub—all scriptable and non-interactive for CI and automation workflows.

It is not useful outside the Pegasus ecosystem, so install only if you are already a Pegasus user.

Apache-2.0pure Python · 3.10+
81.4Kdownloads / mo
bauplan With conditions
PyPI · Build Tools · released Jul 2026

Bauplan is a CLI and SDK for interacting with a code-first data platform that applies git-like versioning semantics to data pipelines.

However, it is in Beta status, so expect potential API changes; verify that the current SDK surface meets your use case before committing to production workflows.

Apache-2.0 OR MITcompiled wheel · 3.10+
81.2Kdownloads / mo
tilt-mcp With conditions
PyPI · Build Tools · released Jul 2025

Tilt MCP Server exposes Tilt development environment resources and logs to LLM applications through the Model Context Protocol, enabling AI assistants to query resource status and retrieve logs programmatically.

However, the package is in Alpha with no updates since initial release, so treat it as experimental; verify that fastmcp is maintained and that the API meets your…

MITpure Python · 3.8+aging
80.8Kdownloads / mo
cdk-gitlab-runner Skip
PyPI · Build Tools · released Jun 2026

Defines AWS infrastructure for GitLab Runner using AWS CDK, enabling you to deploy and manage CI/CD runners on AWS EC2 with IAM role integration instead of credential management.

permissive licensepure Python · 3.10+abandoned
80.5Kdownloads / mo
h2o-pysparkling-3.1 With conditions
PyPI · Build Tools · released Nov 2024

PySparkling provides Python bindings to train and score H2O-3 and Sparkling Water machine learning models on Apache Spark, with support for MOJO model formats.

However, high install friction, aging maintenance (633 days since last release), and the requirement for a pre-configured Spark cluster mean this is not a lightweight…

Apache-2.0builds from sourceaging
79.5Kdownloads / mo
unidep With conditions
PyPI · Build Tools · released Jun 2026

UniDep unifies Conda and Pip dependency management by reading from a single `requirements.yaml` or `pyproject.toml` file and generating pinned lock files, environment configurations, and handling both Python and non-Python package installation.

However, the license status is unclear—verify the actual license in the repository before adopting in a commercial or restricted context.

license unclearpure Python · 3.9+
79.1Kdownloads / mo
mbake Worth it
PyPI · Build Tools · released Mar 2026

mbake formats and lints Makefiles, enforcing consistent spacing, tab usage in recipes, and valid syntax while optionally auto-detecting and managing .PHONY declarations.

MITpure Python · 3.9+
79.0Kdownloads / mo
pyproject-dependencies With conditions
PyPI · Build Tools · released Sep 2023

Extracts and prints the direct dependencies declared in Python projects by parsing pyproject.toml, setup.py, or invoking build backends.

MITpure Python · 3.7+
78.7Kdownloads / mo
lambdalib With conditions
PyPI · Build Tools · released Jul 2026

Lambdalib provides technology-agnostic hardware abstraction for ASIC design, allowing designers to write RTL once and target multiple foundry processes through a library of standardized cells that decouple design from manufacturing specifics.

Install it if you want to decouple your RTL from process-specific details; skip it if you are working with a single fixed foundry or using a different ASIC flow…

MITpure Python · 3.9+
77.1Kdownloads / mo
auto-py-to-exe With conditions
PyPI · Build Tools · released Apr 2026

Provides a graphical interface to convert Python scripts into standalone Windows executables using PyInstaller, eliminating the need to manually configure command-line options.

MITpure Python · 3.6+
77.0Kdownloads / mo
oelint-parser Worth it
PyPI · Build Tools · released Jul 2026

Parses BitBake recipe files and provides programmatic access to variables, functions, and cross-file dependencies through a queryable object model.

Install it if you need to parse, query, or analyze BitBake recipes in Python; skip it if you work outside the OpenEmbedded/Yocto ecosystem.

BSD-2-Clausepure Python · 3.10+
77.0Kdownloads / mo
svql With conditions
PyPI · Build Tools · released Mar 2025

Parses SystemVerilog modules and exposes their parameters, ports, and connections as SQL-queryable DataFrames for analysis and extraction.

However, the aging maintenance status means you should verify that pyslang handles your specific SystemVerilog dialect and features before committing to it in a…

permissive licensepure Python · 3.6+aging
76.9Kdownloads / mo
pyodide-lock With conditions
PyPI · Build Tools · released Jul 2026

Parses, modifies, and writes pyodide-lock.json files that specify which Python packages are auto-loaded in Pyodide, JupyterLite, and PyScript applications.

However, be aware that the pre-1.0 API is explicitly unstable and may break before the 0.1 release; pin your version or monitor releases closely if you adopt it early.

MITpure Python · 3.12+
76.7Kdownloads / mo
dep-sync With conditions
PyPI · Build Tools · released Oct 2024

Synchronizes Python environments by managing and reconciling dependencies across different contexts or configurations.

However, verify the actual license terms in the repository before use in commercial contexts, and check the documentation to confirm the package's synchronization…

license unclearpure Python · 3.8+dormant
74.9Kdownloads / mo
keynote-parser With conditions
PyPI · Build Tools · released Aug 2026

Unpack, edit, and re-pack Apple Keynote .key files by converting their proprietary compressed binary format into editable YAML, then back into working Keynote archives.

MITpure Python · 3.9+
74.4Kdownloads / mo
mozilla-version Worth it
PyPI · Build Tools · released Jun 2026

Parse and validate Mozilla product version numbers, classify them as nightlies or releases, and compare versions for ordering.

Install it if you need to parse or validate Mozilla version numbers; skip it if you only work with standard semantic versioning.

MPL-2.0pure Python · 3.9+
74.3Kdownloads / mo
dda With conditions
PyPI · Build Tools · released Aug 2026

dda is a command-line tool for developing on the Datadog Agent platform, providing a unified interface to manage agent development workflows.

MITpure Python · 3.12+
73.9Kdownloads / mo
relenv With conditions
PyPI · Build Tools · released Aug 2026

Relenv builds self-contained, reproducible Python interpreters from source that can be relocated across filesystems and machines of the same architecture, bundling the entire Python runtime rather than just packages.

However, verify the license status before use, and confirm that the compilation overhead and disk footprint of self-contained builds fit your use case—this is not a…

license unclearpure Python
73.5Kdownloads / mo