$npx skillfedfor your agent

Software Development packages

2,118 packages · page 45 of 53 · 9,198 including subcategories

Subcategories

Packages

minilog With conditions
PyPI · Software Development · released Aug 2024

Minilog wraps Python's standard logging module to eliminate boilerplate, letting you call logging methods directly without manual logger setup or basicConfig calls.

MITpure Pythonaging
141.2Kdownloads / mo
types-aiobotocore-autoscaling Worth it
PyPI · Software Development · released Aug 2026

Provides type annotations and IDE autocomplete support for aiobotocore's AutoScaling service, enabling static type checking with mypy, pyright, and other tools.

MITpure Python · 3.9+
141.0Kdownloads / mo
arguably With conditions
PyPI · Software Development · released May 2024

Converts Python functions and their docstrings into command-line interfaces with minimal code changes, supporting nested subcommands and automatic type conversion.

However, verify the license status before use in proprietary contexts, and be aware that active development has paused—bug fixes or new features are unlikely without…

license unclearpure Pythondormant
140.9Kdownloads / mo
django-sri Worth it
PyPI · Software Development · released Jan 2025

Generates Subresource Integrity (SRI) hashes for Django static files and outputs them in template tags and script/link elements to verify file integrity in the browser.

BSD-3-Clausepure Python · 3.9+
140.1Kdownloads / mo
subprocess.run Skip
PyPI · Software Development · released Nov 2013

Provides a simplified interface to run shell commands and capture their output, status, and error streams in Python.

BSD-3-Clausebuilds from sourceabandoned
140.0Kdownloads / mo
fable-library With conditions
PyPI · Software Development · released Jul 2026

Fable Library for Python provides runtime support and type definitions for F# code compiled to Python, including Rust-based extensions for unsigned integer types and performance-critical operations.

MITcompiled wheel
139.6Kdownloads / mo
spec-kitty-events Worth it
PyPI · Software Development · released Jun 2026

Provides canonical event envelope contracts and validation for Spec Kitty mission state, runtime, and conformance tracking, with Lamport clock support and fail-closed cutover semantics.

Install it if you are building or migrating to a Spec Kitty event system that requires canonical envelope contracts with fail-closed cutover semantics and legacy…

MITpure Python · 3.10+
139.0Kdownloads / mo
python-retry With conditions
PyPI · Software Development · released Mar 2022

Provides a decorator to automatically retry failed function calls with configurable stop conditions, wait strategies, and exception filtering.

However, maintenance is dormant (no updates since 2022-03-11), so verify compatibility with your Python version and consider whether a more actively maintained…

MITpure Python · 3.6+dormant
138.8Kdownloads / mo
obspec With conditions
PyPI · Software Development · released Jun 2025

Defines a Python protocol for abstracting object storage operations across different providers, treating object storage as a distinct interface rather than a filesystem.

However, verify that an implementation is available for your use case, as obspec alone defines the interface rather than providing storage operations.

MITpure Python · 3.9+
138.7Kdownloads / mo
lib-cli-exit-tools Worth it
PyPI · Software Development · released Jul 2026

Provides portable signal handling, exception-to-exit-code mapping, and clean error printing for Click CLI applications across platforms.

MITpure Python · 3.10+
138.7Kdownloads / mo
pymgclient With conditions
PyPI · Software Development · released Jul 2026

pymgclient is a Python adapter for Memgraph graph database, implementing the DB-API 2.0 specification to enable query execution and result fetching through a standard cursor interface.

Apache-2.0compiled wheel · 3.9+
138.6Kdownloads / mo
copier-templates-extensions With conditions
PyPI · Software Development · released Jul 2025

Provides a Jinja2 extension for Copier that loads custom template extensions from file paths relative to the template root, plus a context hook mechanism for modifying template rendering context.

ISCpure Python · 3.9+aging
138.2Kdownloads / mo
automaton Worth it
PyPI · Software Development · released Mar 2026

Automaton provides state machine classes and utilities for Python, enabling you to define, validate, and execute state transitions in your application logic.

Install it if you're building workflows, event handlers, or any system where state transitions need to be validated and controlled; skip it if your use case is simple…

Apache-2.0pure Python · 3.10+
137.8Kdownloads / mo
types-braintree With conditions
PyPI · Software Development · released Aug 2026

Provides type hints for the braintree payment processing library, enabling static type checking of braintree code with mypy, pyright, and other type checkers.

Apache-2.0pure Python · 3.10+
137.8Kdownloads / mo
alibabacloud-gateway-pop With conditions
PyPI · Software Development · released Nov 2025

Provides a gateway client for Alibaba Cloud's POP (Product Open Platform) API, handling request routing and protocol translation for Alibaba Cloud services.

Apache-2.0pure Python · 3.6+
137.7Kdownloads / mo
common-expression-language Worth it
PyPI · Software Development · released Jul 2026

Evaluates Google's Common Expression Language (CEL) expressions in Python with microsecond-level performance, powered by a Rust backend, supporting safe, non-Turing-complete rule evaluation.

Install it if you need to evaluate untrusted expressions, define policies externally, or let non-developers write business rules.

Apache-2.0compiled wheel · 3.11+
137.3Kdownloads / mo
anchorpy-core With conditions
PyPI · Software Development · released Dec 2023

Provides Python bindings to Anchor Rust code, enabling Python developers to call compiled Rust functionality from the Anchor framework.

permissive licensecompiled wheel · 3.9+dormant
136.4Kdownloads / mo
json-fix With conditions
PyPI · Software Development · released Oct 2025

Patches Python's built-in `json` module to recognize and call a `__json__` method on custom classes during serialization, similar to JavaScript's `toJSON`.

However, the aging maintenance status (295 days since last release) suggests limited active development—install it only if the `__json__` pattern solves a specific…

permissive licensepure Python · 3.6+aging
136.1Kdownloads / mo
pigpio With conditions
PyPI · Software Development · released Sep 2020

Provides Python access to the pigpio daemon for controlling GPIO pins on Raspberry Pi hardware.

permissive licensepure Pythonabandoned
136.0Kdownloads / mo
types-aiobotocore-textract Worth it
PyPI · Software Development · released Aug 2026

Provides type annotations and IDE autocomplete support for the aiobotocore Textract 3.9.0 async AWS client, enabling static type checking with mypy, pyright, and compatible editors.

MITpure Python · 3.9+
135.7Kdownloads / mo
types-paho-mqtt With conditions
PyPI · Software Development · released Mar 2024

Provides type stubs for paho-mqtt 1.6.* to enable static type checking with mypy, pyright, pytype, and other tools.

Apache-2.0pure Python · 3.8+
135.3Kdownloads / mo
types-olefile With conditions
PyPI · Software Development · released May 2026

Provides type annotations for the olefile package, enabling type checkers like mypy and pyright to validate code that reads and manipulates OLE (Object Linking and Embedding) files.

Apache-2.0pure Python · 3.10+
135.2Kdownloads / mo
ridgeplot Worth it
PyPI · Software Development · released Apr 2026

ridgeplot creates interactive ridgeline plots using Plotly, allowing you to visualize distributions across multiple categories or time periods with a simple interface.

MITpure Python · 3.10+
135.2Kdownloads / mo
alibabacloud-kms20160120 With conditions
PyPI · Software Development · released Aug 2026

Provides a Python client library for Alibaba Cloud's Key Management Service (KMS) API, enabling encryption, decryption, and key management operations against Alibaba Cloud infrastructure.

Install only if you have Alibaba Cloud credentials and a genuine need for their KMS service; it is not a general-purpose cryptography library.

Apache-2.0pure Python · 3.7+
134.8Kdownloads / mo
dargs With conditions
PyPI · Software Development · released Feb 2026

Validates, normalizes, and documents structured argument dictionaries with type checking, default values, and variant support for Python programs.

The LGPLv3 license requires careful review if you're building proprietary software, but the library itself is stable and dependency-light.

LGPL-3.0-onlypure Python · 3.7+
134.7Kdownloads / mo
tuya-device-sharing-sdk With conditions
PyPI · Software Development · released Jul 2026

A Python SDK for Tuya's Open API that handles IoT device management, MQTT messaging, and scene automation through manager and repository interfaces.

MITpure Python · 3.7+
134.2Kdownloads / mo
kerykeion With conditions
PyPI · Software Development · released May 2026

Kerykeion computes planetary and house positions, detects astrological aspects, and generates SVG birth, synastry, transit, and composite charts with customizable planet selections.

GPL-3.0-onlypure Python · 3.10+
133.6Kdownloads / mo
datafiles Worth it
PyPI · Software Development · released Jan 2026

Datafiles is a file-based ORM that automatically synchronizes Python dataclasses to disk files (YAML, JSON, TOML, JSON5) and back, treating the filesystem as a bidirectional persistence layer with minimal boilerplate.

Install it if you need automatic file-based persistence for configuration, state, or fixtures; skip it if you require a traditional database or need Python versions…

MITpure Python
133.5Kdownloads / mo
types-boto3-stepfunctions Worth it
PyPI · Software Development · released May 2026

Provides type stubs and IDE-aware type annotations for boto3's Step Functions service, enabling static type checking and autocomplete in editors and type checkers.

MITpure Python · 3.9+
133.5Kdownloads / mo
tf-slim With conditions
PyPI · Software Development · released May 2020

TensorFlow-Slim provides high-level layers, variable management, and training utilities that simplify defining, training, and evaluating neural network models in TensorFlow.

Apache-2.0pure Python
133.0Kdownloads / mo
traceml With conditions
PyPI · Software Development · released Apr 2026

TraceML tracks metrics, parameters, artifacts, and data references for machine learning experiments, with integrations for Keras, PyTorch, TensorFlow, Fastai, PyTorch Lightning, and HuggingFace, plus offline mode for tracking without an API.

permissive licensepure Python · 3.8+
132.8Kdownloads / mo
mypy-zope With conditions
PyPI · Software Development · released Jul 2026

A mypy plugin that treats zope.interface declarations as types, enabling type checking for zope-based code with interface polymorphism, schema field inference, and adaptation patterns.

MITpure Python
132.5Kdownloads / mo
mycli With conditions
PyPI · Software Development · released Aug 2026

mycli is a command-line client for MySQL and compatible databases (MariaDB, Percona, TiDB, Apache Doris) that provides auto-completion, syntax highlighting, and interactive query features.

BSD-3-Clausepure Python · 3.10+1 known vulnerabilities
132.5Kdownloads / mo
xlocal Skip
PyPI · Software Development · released Nov 2012

Provides execution-local storage that scopes attribute bindings to a code block and its callees, preventing state leakage across threads or greenlets.

license unclearbuilds from sourceabandoned
132.5Kdownloads / mo
daal4py With conditions
PyPI · Software Development · released Sep 2024

daal4py provides a Python API to Intel's oneAPI Data Analytics Library, offering optimized implementations of machine learning and data analytics algorithms.

Not recommended if you rely on scikit-learn patching—use Intel Extension for Scikit-learn instead.

Apache-2.0compiled wheel · 3.7+
132.2Kdownloads / mo
protobuf-decoder With conditions
PyPI · Software Development · released Feb 2024

Decodes protobuf binary messages without requiring proto schema files, parsing wire-format data into structured field and type information.

However, do not rely on it for active bug fixes or new features—it is suitable for one-off analysis, debugging, or reverse-engineering tasks, not for mission-critical…

MITpure Python · 3.7+dormant
131.8Kdownloads / mo
pyts With conditions
PyPI · Software Development · released Jun 2023

Pyts provides time series classification algorithms and preprocessing tools, including transformations like symbolic approximation, bag-of-words encoding, and image-based representations, along with specialized classifiers and metrics for temporal data.

However, the last release was in June 2023, so verify that the package's algorithms and dependencies align with your Python and library versions before committing to…

permissive licensepure Pythonaging
131.7Kdownloads / mo
evmdasm With conditions
PyPI · Software Development · released Mar 2022

evmdasm provides a lightweight registry of Ethereum EVM opcodes and a disassembler for EVM bytecode, with no external runtime dependencies.

copyleftpure Pythonabandoned
131.4Kdownloads / mo
airbyte-internal-ops With conditions
PyPI · Software Development · released Aug 2026

Provides MCP (Model Context Protocol) server and CLI tools for Airbyte administrative operations, enabling agents and clients to manage Airbyte infrastructure programmatically.

However, it is in Beta (0.x) and appears designed primarily for Airbyte's internal use; verify that it supports your deployment model (cloud vs.

MITpure Python
131.2Kdownloads / mo
binho-host-adapter With conditions
PyPI · Software Development · released Jun 2020

Controls Binho Multi-Protocol USB Host Adapters via serial communication, providing Python 3 access to the device's protocol functionality.

MITpure Pythonabandoned
131.1Kdownloads / mo