$npx skillfedfor your agent

Software Development packages

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

Subcategories

Packages

types-boto3-kms With conditions
PyPI · Software Development · released May 2026

Provides type annotations and IDE autocompletion support for boto3 KMS 1.43.12, enabling static type checking with mypy, pyright, and other tools.

MITpure Python · 3.9+
592.0Kdownloads / mo
pyang Worth it
PyPI · Software Development · released Aug 2025

pyang validates YANG data models (RFC 7950), converts between YANG and YIN formats, and generates code and documentation from YANG modules via a plugin framework.

Install it if you work with YANG models, NETCONF, or network data modeling; otherwise, it is not a general-purpose utility.

BSD-3-Clausepure Python
591.0Kdownloads / mo
better-exceptions With conditions
PyPI · Software Development · released Jan 2021

Formats Python exceptions with syntax highlighting and local variable inspection to make debugging easier, activated via an environment variable.

license unclearpure Python
589.5Kdownloads / mo
hexdump Skip
PyPI · Software Development · released Jan 2016

Converts binary data to hexadecimal text representation and restores binary from hex dumps, available as both a library and command-line tool.

permissive licensebuilds from sourceabandoned
588.7Kdownloads / mo
libipld With conditions
PyPI · Software Development · released May 2026

libipld provides fast Python bindings to a Rust IPLD library for encoding and decoding CIDs, DAG-CBOR, multibase, and CAR formats used in distributed systems and the AT Protocol.

MITcompiled wheel · 3.8+
588.6Kdownloads / mo
contractions With conditions
PyPI · Software Development · released Nov 2022

Expands English contractions and slang into their full forms (e.g., "you're" → "you are", "ima" → "I am going to"), with support for custom additions.

However, verify that textsearch remains compatible with your Python version, and consider whether the lack of maintenance poses a risk for your use case—bug fixes or…

permissive licensepure Pythonabandoned
588.2Kdownloads / mo
mypy-boto3-sesv2 Worth it
PyPI · Software Development · released Jul 2026

Provides type annotations for boto3's SESV2 client, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis across multiple editors.

Install it if your development workflow includes a type checker or IDE that supports Python stubs.

MITpure Python · 3.9+
588.1Kdownloads / mo
logging Skip
PyPI · Software Development · released Jun 2013

Provides a standard error logging mechanism for Python applications as specified in PEP 282.

license unclearbuilds from sourceabandoned
587.9Kdownloads / mo
types-maxminddb With conditions
PyPI · Software Development · released Sep 2021

Provides type stubs for the maxminddb package, enabling static type checkers like mypy and PyCharm to validate code using maxminddb.

Apache-2.0pure Python
587.6Kdownloads / mo
ovld Worth it
PyPI · Software Development · released May 2026

Ovld provides fast multiple dispatch for Python functions, allowing you to define separate implementations for different type signatures using type annotations instead of isinstance chains.

MITpure Python · 3.9+
587.0Kdownloads / mo
types-gevent With conditions
PyPI · Software Development · released Aug 2026

Provides type stubs for the gevent library, enabling static type checkers to validate code that uses gevent's concurrency primitives and APIs.

Apache-2.0pure Python · 3.10+
585.9Kdownloads / mo
types-PySocks With conditions
PyPI · Software Development · released May 2026

Provides type stubs for PySocks, enabling static type checkers like mypy and pyright to validate code using the PySocks SOCKS proxy library.

Apache-2.0pure Python · 3.10+
583.7Kdownloads / mo
great-expectations-experimental With conditions
PyPI · Software Development · released Sep 2024

Experimental extensions and early-stage features for Great Expectations, the data quality validation framework that uses Expectations as unit tests for data.

Yes, with conditions: install only if you are already using great-expectations and want to trial experimental features in a non-production environment.

Apache-2.0pure Python
583.3Kdownloads / mo
azure-mgmt-hybridcompute With conditions
PyPI · Software Development · released Aug 2026

Manages hybrid compute resources in Microsoft Azure—machines, extensions, licenses, and gateways—through a Python SDK client.

However, version 10.0.0 includes breaking changes to model structures—review the migration guide before upgrading existing code.

MITpure Python · 3.10+
582.4Kdownloads / mo
ansible-dev-environment Worth it
PyPI · Software Development · released Aug 2026

Creates isolated virtual environments for Ansible collection development, managing collection installation, Python dependencies, and workspace isolation to prevent version conflicts.

GPL-3.0-onlypure Python · 3.10+
582.1Kdownloads / mo
types-termcolor Skip
PyPI · Software Development · released Mar 2023

Provides type stubs for the termcolor package, enabling static type checkers like mypy and pyright to validate code that uses termcolor.

Apache-2.0pure Python
580.6Kdownloads / mo
gin-config With conditions
PyPI · Software Development · released Nov 2021

Gin provides a lightweight configuration framework that lets you decorate Python functions and classes to accept parameter values from config files or command-line arguments, eliminating the need for manual configuration object management.

Install it if parameter management is a pain point in your workflow.

Apache-2.0pure Python
578.7Kdownloads / mo
contree-sdk With conditions
PyPI · Software Development · released Jul 2026

Python SDK for ConTree, a container runtime that provides versioned, reproducible filesystem state for container execution with both async and sync interfaces.

Apache-2.0pure Python
578.2Kdownloads / mo
backports_abc Skip
PyPI · Software Development · released Nov 2016

Provides backports of abstract base classes (Generator, Coroutine, Awaitable) and related inspect functions from collections.abc for older Python versions that lack them.

permissive licensepure Pythonabandoned
576.5Kdownloads / mo
mypy-boto3-cloudfront With conditions
PyPI · Software Development · released May 2026

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

MITpure Python · 3.9+
574.6Kdownloads / mo
codefind With conditions
PyPI · Software Development · released Sep 2024

Codefind locates code objects by filename and qualified name, retrieves all functions sharing a code object, and can replace a function's code with another's—enabling runtime code patching.

However, maintenance is dormant, licensing is undeclared, and it is a niche tool—install only if you have a concrete use case and can tolerate lack of active support.

license unclearpure Python · 3.8+dormant
571.8Kdownloads / mo
autogluon.tabular Worth it
PyPI · Software Development · released Aug 2026

Automates machine learning model training and prediction on tabular data with minimal code, handling feature engineering, algorithm selection, and hyperparameter tuning internally.

Apache-2.0pure Python
569.9Kdownloads / mo
jurigged With conditions
PyPI · Software Development · released May 2025

Jurigged lets you edit and hot-patch Python functions while a script is running, with changes reflected immediately without restarting the process.

However, be aware that maintenance is aging (last release 458 days ago) and hot-patching has known limitations: running functions keep old code, decorated functions…

MITpure Python · 3.9+aging
569.8Kdownloads / mo
mypy-boto3-sagemaker-runtime With conditions
PyPI · Software Development · released Aug 2026

Provides type annotations and IDE autocompletion for boto3's SageMakerRuntime service, enabling static type checking with mypy, pyright, and compatible editors.

MITpure Python · 3.9+
567.4Kdownloads / mo
chalkpy-rs With conditions
PyPI · Software Development · released May 2026

Provides a native Rust extension package that serves as the compiled backend for chalkpy, distributed under the import name chalk_rs.

license unclearcompiled wheel
566.4Kdownloads / mo
mypy-boto3-sso-admin With conditions
PyPI · Software Development · released Aug 2026

Provides type annotations for boto3's SSOAdmin service, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis across VSCode, PyCharm, Emacs, and Sublime Text.

MITpure Python · 3.9+
565.0Kdownloads / mo
autogluon.core With conditions
PyPI · Software Development · released Aug 2026

AutoGluon Core provides the foundational infrastructure for automated machine learning, enabling training of high-accuracy models on tabular, time series, image, and text data with minimal code.

Apache-2.0pure Python
561.4Kdownloads / mo
robocorp-storage With conditions
PyPI · Software Development · released Mar 2026

Provides read and write access to Asset Storage in Robocorp Control Room, allowing you to store and retrieve text, files, and other asset types from a centralized storage service.

Apache-2.0pure Python
560.4Kdownloads / mo
asn1tools With conditions
PyPI · Software Development · released Jul 2024

Parses, encodes, and decodes ASN.1 messages using multiple codec standards including BER, DER, PER, UPER, OER, XER, JER, and GSER, plus generates C source code for OER and UPER encoding.

MITbuilds from sourcedormant
557.1Kdownloads / mo
wasmer With conditions
PyPI · Software Development · released Jan 2022

Executes WebAssembly modules from Python with a complete runtime that compiles and runs WASM binaries safely and sandboxed.

Suitable for production use of existing WASM code, but not recommended for new projects requiring ongoing maintenance or support.

MITpure Pythondormant
556.7Kdownloads / mo
tensorflow-decision-forests With conditions
PyPI · Software Development · released Mar 2025

Trains and deploys decision forest models (Random Forests, Gradient Boosted Trees) within TensorFlow for classification, regression, and ranking tasks.

Not recommended for Windows users without WSL, or for projects not already committed to TensorFlow.

Apache-2.0compiled wheel · 3.9+
555.2Kdownloads / mo
aqtinstall With conditions
PyPI · Software Development · released Jun 2025

aqtinstall is a command-line tool that downloads and installs prebuilt Qt SDK binaries, documentation, and sources for CI environments and headless systems where the official graphical installer cannot be used.

However, be aware that you are not affiliated with The Qt Company, must comply with Qt's (L)GPL licensing separately, and must manually configure environment…

MITpure Python · 3.9+
554.9Kdownloads / mo
fastapi-azure-auth Worth it
PyPI · Software Development · released Jul 2026

Adds Azure Entra ID (formerly Azure AD) authentication and authorization to FastAPI applications, handling OAuth2 token validation and scope-based access control.

Install it if you are deploying to an Azure-centric organization; skip it if you use a different identity provider.

MITpure Python · 3.11+
554.9Kdownloads / mo
types-auth0-python With conditions
PyPI · Software Development · released Jul 2026

Provides type stubs for auth0-python 4.10.x, enabling type checkers like mypy and pyright to validate code using the Auth0 authentication library.

However, if you can upgrade to auth0-python 5.4.0 or later, uninstall this package—the library now includes its own type annotations, making the stub package redundant.

Apache-2.0pure Python · 3.10+
554.8Kdownloads / mo
vectorbt With conditions
PyPI · Software Development · released Jul 2026

Vectorized backtesting engine that packs thousands of trading strategy configurations into NumPy arrays and runs them in parallel using Numba acceleration, turning grid searches into seconds instead of hours.

However, verify the fair-code Apache 2.0 + Commons Clause license terms before using in commercial or proprietary products—the license treatment is flagged as unclear…

license unclearpure Python
554.3Kdownloads / mo
ocsf-lib With conditions
PyPI · Software Development · released Jul 2025

Provides Python tools to compile, validate, compare, and work with OCSF (Open Cybersecurity Schema Framework) schemas, including CLI commands and programmatic APIs for schema manipulation.

However, the aging maintenance status warrants caution for production deployments—verify that the package still meets your schema version requirements and that the…

Apache-2.0pure Pythonaging
554.1Kdownloads / mo
astpretty Worth it
PyPI · Software Development · released May 2022

Pretty-print Python abstract syntax trees (AST) from stdlib ast.parse in a readable, hierarchical format with optional line/column offsets, as a more legible alternative to ast.dump.

Install it if you work with Python's ast module and want output that doesn't collapse into a single unreadable line.

MITpure Python · 3.8+
552.8Kdownloads / mo
types-pkg-resources With conditions
PyPI · Software Development · released Jun 2021

Provides type stubs for pkg_resources to enable static type checking in tools like mypy and PyCharm.

Apache-2.0pure Python
552.4Kdownloads / mo
acres With conditions
PyPI · Software Development · released Jun 2025

Acres provides a consistent, scoped interface for accessing package resources across different installation contexts (zipped or unpacked), with support for temporary, context-managed, and interpreter-lifetime resource access.

Apache-2.0pure Python · 3.9+
549.7Kdownloads / mo
pypd Skip
PyPI · Software Development · released Mar 2018

A Python client for PagerDuty's v2 API that provides object-oriented access to incidents, escalation policies, users, and events.

permissive licensepure Pythonabandoned
545.8Kdownloads / mo