$npx skillfedfor your agent

Build Tools packages

625 packages · page 9 of 16

Packages

fastapi-health With conditions
PyPI · Build Tools · released Aug 2021

Adds a health check endpoint to FastAPI applications by evaluating a list of condition callables and returning appropriate success or failure responses.

However, verify compatibility with your specific FastAPI version before deploying to production, and be prepared to fork or replace it if FastAPI introduces breaking…

MITpure Pythonabandoned
237.5Kdownloads / mo
vyper Worth it
PyPI · Build Tools · released Jun 2025

Vyper is a Python-like programming language for writing smart contracts on the Ethereum Virtual Machine (EVM), compiling to bytecode and ABI formats.

However, install only if you understand smart contract security risks and can review the 2 known vulnerabilities (GHSA-vgf2-gvx8-xwc3, PYSEC-2023-142) in the context…

Apache-2.0pure Python2 known vulnerabilities
235.9Kdownloads / mo
verlib2 Worth it
PyPI · Build Tools · released Jul 2026

Provides standalone version comparison and parsing for PEP 386 and PEP 440 version schemes without requiring the full packaging library or deprecated distutils.

license unclearpure Python · 3.6+
235.5Kdownloads / mo
colcon-core With conditions
PyPI · Build Tools · released Aug 2026

colcon-core is a command-line tool that orchestrates building, testing, and using multiple software packages by automating the build process, managing package ordering, and setting up the environment.

However, it is a foundation library typically used alongside colcon extension packages—verify that the extensions you need are available before committing to the…

permissive licensepure Python · 3.6+
234.2Kdownloads / mo
pbtools Skip
PyPI · Build Tools · released Jun 2023

Generates C source code from Protocol Buffer proto3 definitions and parses proto3 language files in Python 3.6+.

MITbuilds from sourcedormant
228.0Kdownloads / mo
django-typomatic With conditions
PyPI · Build Tools · released Jul 2024

Generates TypeScript interfaces and enums from Django Rest Framework serializers, automating type definition creation for frontend-backend API contracts.

license unclearpure Pythonaging
225.9Kdownloads / mo
py-solc-x Worth it
PyPI · Build Tools · released Dec 2025

Manages installation and version control of the Solidity compiler (solc) for Python, allowing you to work with multiple solc versions.

Install it if you're building Ethereum tooling in Python and need compiler version flexibility.

MITpure Python
222.5Kdownloads / mo
just-bin With conditions
PyPI · Build Tools · released Jul 2026

Distributes the `just` command-line task runner as a pip-installable binary, placing it directly on your PATH for cross-platform use.

The main gotcha is platform-specific wheels—verify your architecture is supported before installing.

permissive licensecompiled wheel · 3.7+
222.0Kdownloads / mo
hatch_build_scripts With conditions
PyPI · Build Tools · released May 2025

A Hatch build plugin that runs arbitrary shell commands during package building and includes their output artifacts in distributions.

permissive licensepure Pythonaging
221.4Kdownloads / mo
crytic-compile With conditions
PyPI · Build Tools · released Jul 2026

Crytic-compile abstracts smart contract compilation across multiple frameworks and toolchains, generating standardized AST, ABI, and bytecode output regardless of whether your project uses Solc, Foundry, Hardhat, Brownie, or other Ethereum development tools.

However, do not install if your project cannot comply with AGPL-3.0-only copyleft requirements—this license mandates open-source redistribution of any derivative work.

AGPL-3.0-onlypure Python
220.7Kdownloads / mo
azdev With conditions
PyPI · Build Tools · released Jul 2026

azdev is a command-line tool that helps developers set up, test, lint, and build Azure CLI modules and extensions locally.

MITpure Python · 3.10+
220.4Kdownloads / mo
openmim With conditions
PyPI · Build Tools · released Jun 2023

MIM provides a unified command-line and Python interface for installing, managing, and running OpenMMLab projects and their model checkpoints.

However, maintenance is dormant (last release 2023-06-28, no commits since 2023-11-24), so compatibility with very recent OpenMMLab releases is uncertain.

license unclearpure Python · 3.6+dormant
220.3Kdownloads / mo
uv-sort Worth it
PyPI · Build Tools · released Jun 2026

Alphabetically sorts dependencies in uv's pyproject.toml configuration files across dependency-groups, project.dependencies, optional-dependencies, dev-dependencies, and sources sections.

Install it if you use uv and want to enforce alphabetical dependency ordering in your projects—or use uvx to run it on demand without installation.

MITpure Python · 3.10+
220.0Kdownloads / mo
sip Worth it
PyPI · Build Tools · released Aug 2026

SIP generates Python bindings for C and C++ libraries by processing specification files and creating compiled extension modules that expose C/C++ code to Python.

Install it if you need to generate Python bindings for C/C++ libraries or if you are using a package (like PyQt) that depends on it.

BSD-2-Clausepure Python · 3.10+
219.6Kdownloads / mo
flit-scm Skip
PyPI · Build Tools · released Jul 2022

flit_scm is a PEP 518 build backend that combines setuptools_scm for version control-based versioning with flit_core for package building, configured via pyproject.toml.

MITpure Python · 3.6+abandoned
218.7Kdownloads / mo
latch With conditions
PyPI · Build Tools · released Jul 2026

Latch SDK is a framework for building, containerizing, and deploying bioinformatics workflows to managed cloud infrastructure with automatically generated web interfaces.

However, the 27 runtime dependencies and requirement for Docker and cloud infrastructure mean this is a substantial commitment—best suited for teams planning to…

license unclearpure Python · 3.9+
216.4Kdownloads / mo
devpi-client Worth it
PyPI · Build Tools · released Apr 2026

devpi-client is a command-line tool for uploading, testing, and installing Python packages from devpi-server indexes, typically used to manage private package repositories and CI/CD workflows.

Install it if you are running devpi-server and need a command-line interface for package uploads, testing, and index management.

MITpure Python · 3.7+
213.0Kdownloads / mo
grpc-gateway-protoc-gen-openapiv2 Skip
PyPI · Build Tools · released May 2021

Generates Python support code for gRPC Gateway protoc annotations, enabling use of gRPC Gateway-generated protobuf definitions in Python projects.

BSD-3-Clausepure Python · 3.6+abandoned
212.4Kdownloads / mo
sentry-cli Worth it
PyPI · Build Tools · released Jul 2026

A command-line tool for interacting with Sentry, enabling tasks like uploading debug symbols and source maps, managing releases, and accessing Sentry data such as issues and logs.

Install it if you need to automate Sentry tasks or integrate Sentry into your deployment pipeline.

permissive licensecompiled wheel · 3.7+
208.7Kdownloads / mo
pyinvoke Skip
PyPI · Build Tools · released Sep 2018

Invokes Python functions by full module path specifier, loading the target as a proper module rather than as __main__, which enables relative imports to work correctly.

permissive licensebuilds from sourceabandoned
208.2Kdownloads / mo
versioneer-518 With conditions
PyPI · Build Tools · released Apr 2021

Automates version management in setuptools-based Python projects by deriving version strings from version-control tags at build and runtime, eliminating manual version-string updates.

However, the latest PyPI release is from 2021-04-01; verify current compatibility with your Python version and build toolchain before adopting.

permissive licensepure Python
208.2Kdownloads / mo
pulumi-azure With conditions
PyPI · Build Tools · released Jul 2026

Pulumi provider for Azure Classic that lets you define and manage Azure cloud resources programmatically using Python, alongside parver, semver, and typing-extensions for version handling.

permissive licensepure Python · 3.9+
206.6Kdownloads / mo
junit-xml-2 With conditions
PyPI · Build Tools · released Sep 2020

Generates JUnit XML test result reports from Python test data, enabling integration with CI/CD systems and test reporting tools that consume JUnit format.

However, only adopt it if you've confirmed that no actively maintained alternative meets your needs—abandonment means no bug fixes, security patches, or feature…

MITpure Pythonabandoned
205.8Kdownloads / mo
hatch-nodejs-version With conditions
PyPI · Build Tools · released Jul 2025

Provides Hatch plugins to read and write Python package version and metadata from a Node.js package.json file, enabling version-source and metadata-hook integration.

permissive licensepure Python · 3.9+aging
204.9Kdownloads / mo
aws-cdk.cx-api With conditions
PyPI · Build Tools · released Aug 2026

Provides the cloud executable protocol and context API for AWS CDK, enabling the CDK to serialize and communicate infrastructure definitions to CloudFormation and other deployment targets.

permissive licensepure Python · 3.10+
203.8Kdownloads / mo
go-task-bin With conditions
PyPI · Build Tools · released Jul 2026

Provides a precompiled Go Task binary (a task runner and build tool simpler than Make) as a Python package, with no runtime dependencies beyond Python itself.

permissive licensecompiled wheel · 3.7+
201.5Kdownloads / mo
compiledb With conditions
PyPI · Build Tools · released Mar 2025

Generates Clang JSON compilation databases from GNU make-based build systems without requiring a clean rebuild, using make's dry-run mode to extract compile commands.

GPL-3.0-onlypure Python · 3.3+
201.3Kdownloads / mo
colcon-python-setup-py With conditions
PyPI · Build Tools · released Oct 2024

A colcon extension that identifies and processes Python packages using setup.py by parsing the setuptools setup() function call.

Apache-2.0pure Python · 3.6+dormant
200.4Kdownloads / mo
sphinx-markdown-tables Skip
PyPI · Build Tools · released Jul 2022

Adds markdown table support to Sphinx documentation by extending Recommonmark's markdown parser to render tables as HTML.

GPL-3.0-onlypure Pythonabandoned
200.0Kdownloads / mo
bernstein With conditions
PyPI · Build Tools · released Aug 2026

Bernstein orchestrates parallel CLI coding agents (Claude Code, Codex, Gemini CLI, and 40+ others) with deterministic replay, cryptographic lineage tracking, and optional audit chains—no LLM in the coordination loop, so runs are reproducible end-to-end.

Apache-2.0pure Python · 3.12+
199.6Kdownloads / mo
colcon-cmake With conditions
PyPI · Build Tools · released Jun 2026

colcon-cmake is a plugin for colcon that adds support for building and testing CMake-based projects as part of a colcon workspace.

permissive licensepure Python · 3.6+
199.3Kdownloads / mo
genie.telemetry With conditions
PyPI · Build Tools · released Aug 2026

Genie Telemetry monitors testbed health status as part of the pyATS testing ecosystem, providing visibility into system state during test execution.

Apache-2.0pure Python
199.0Kdownloads / mo
hatch-cython With conditions
PyPI · Build Tools · released Dec 2025

A Hatch build hook that integrates Cython compilation into the wheel build process, handling C extension compilation with support for NumPy, PyArrow, and other library includes.

MITpure Python · 3.8+
198.4Kdownloads / mo
genie.trafficgen With conditions
PyPI · Build Tools · released Aug 2026

Provides connection implementations to traffic generator devices within the Genie testing framework, enabling test automation to control and interact with traffic generation hardware.

However, you must have access to compatible traffic generator hardware (IxNetwork or STC) and be prepared for vendor-specific setup; it is not useful as a standalone…

Apache-2.0pure Python
198.0Kdownloads / mo
change-wheel-version With conditions
PyPI · Build Tools · released Sep 2024

Modifies the version metadata in an already-built wheel file without rebuilding, useful for adding local version suffixes or adjusting package versions post-build.

However, dormant maintenance status (701 days since last release) and small user base suggest limited real-world validation—test thoroughly on your wheel format…

license unclearpure Python · 3.9+dormant
197.9Kdownloads / mo
aws-cdk.aws-amplify-alpha With conditions
PyPI · Build Tools · released Aug 2026

Defines AWS Amplify hosting infrastructure as code using CDK constructs, enabling Git-based deployment of fullstack serverless web applications with branches, domains, and custom routing rules.

However, accept that the experimental status means breaking changes may occur on upgrades—pin the version and review release notes before updating.

permissive licensepure Python · 3.10+
197.8Kdownloads / mo
aws-cdk.aws-iam Skip
PyPI · Build Tools · released Jun 2023

Provides Python constructs for defining AWS IAM roles, policies, users, and groups within AWS CDK v1 infrastructure-as-code projects, with automatic least-privilege permission management.

Install only if you are maintaining an existing CDK v1 codebase that cannot yet migrate, and plan a migration timeline.

permissive licensepure Python
197.7Kdownloads / mo
colcon-ros With conditions
PyPI · Build Tools · released Jun 2024

Extends colcon to recognize and build ROS packages as part of a workspace build, integrating ROS package metadata and build conventions into colcon's cross-platform build orchestration.

However, the aging maintenance status (no release in 781 days, last commit 2026-01-13) warrants checking compatibility with your ROS distribution and colcon version…

Apache-2.0pure Python · 3.6+aging
197.1Kdownloads / mo
genie.libs.robot Worth it
PyPI · Build Tools · released Aug 2026

Provides RobotFramework keywords to interact with Genie and its libraries for test automation within the pyATS testing ecosystem.

Install it if you are already using RobotFramework and need to integrate Genie or pyATS testing capabilities into your test suite.

Apache-2.0pure Python
197.0Kdownloads / mo
colcon-test-result With conditions
PyPI · Build Tools · released Oct 2019

Extends colcon-core to display and analyze test results from builds, integrating test outcome reporting into the colcon build system.

Apache-2.0pure Pythondormant
196.7Kdownloads / mo