$npx skillfedfor your agent

Software Development packages

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

Subcategories

Packages

asyncstdlib-fw Worth it
PyPI · Software Development · released May 2025

Provides async-compatible versions of Python standard library functions like zip, map, enumerate, and itertools operations, enabling them to work with async iterables and callables.

MITpure Python · 3.8+
494.7Kdownloads / mo
stream-chat With conditions
PyPI · Software Development · released May 2026

Python SDK for server-side integration with Stream Chat, providing APIs to manage users, channels, messages, and chat metadata.

However, if starting a new project, consider the newer `getstream` SDK instead, as stream-chat is in maintenance mode.

license unclearpure Python · 3.8+
490.8Kdownloads / mo
java-access-bridge-wrapper With conditions
PyPI · Software Development · released Nov 2025

Wraps the Windows Java Access Bridge to let Python code programmatically interact with Java GUI applications' accessibility tree and events.

However, it requires careful setup: 64-bit Windows, Java >= 8, Python >= 3.9, and explicit enablement of the Java Access Bridge via jabswitch.

Apache-2.0pure Python
490.8Kdownloads / mo
mypy-boto3-cloudtrail Worth it
PyPI · Software Development · released Apr 2026

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

MITpure Python · 3.9+
479.9Kdownloads / mo
stumpy Worth it
PyPI · Software Development · released Feb 2026

STUMPY computes the matrix profile for time series data, enabling pattern discovery, anomaly detection, and other time series mining tasks through efficient algorithms optimized with Numba.

Install it if you need matrix profile computation or the downstream mining tasks it enables; skip it if your time series work is limited to forecasting or simple…

BSD-3-Clausepure Python · 3.10+
476.3Kdownloads / mo
retry-decorator Skip
PyPI · Software Development · released Mar 2020

Provides a decorator to automatically retry a function when it raises an exception, with configurable attempt limits and timeout intervals.

permissive licensebuilds from sourceabandoned
474.2Kdownloads / mo
OpenCC Worth it
PyPI · Software Development · released Jul 2026

Converts text between Traditional Chinese, Simplified Chinese, and Japanese Kanji, supporting character-level and phrase-level conversion with regional vocabulary variants.

Apache-2.0compiled wheel
472.7Kdownloads / mo
mcap-ros2-support With conditions
PyPI · Software Development · released Dec 2025

Adds ROS2 message deserialization support to the Python MCAP file format reader, allowing you to read and parse ROS2 messages from MCAP recordings without requiring a ROS2 environment.

Install it if that matches your workflow; skip it if you work exclusively within ROS2 or use other bag formats.

MITpure Python · 3.7+
469.6Kdownloads / mo
dvc-gs With conditions
PyPI · Software Development · released Jun 2026

Enables DVC to read from and write to Google Cloud Storage by providing a gs:// remote backend plugin.

Install only if you have a GCS bucket and DVC already in use.

Apache-2.0pure Python · 3.9+
468.1Kdownloads / mo
pyston With conditions
PyPI · Software Development · released Sep 2022

Pyston is a performance-optimizing JIT compiler for Python that runs as a drop-in replacement for the standard Python interpreter, available in both a full CPython fork and a lightweight extension module.

Conditional yes for experimental evaluation; not recommended for production systems without thorough testing.

license unclearcompiled wheeldormant
465.3Kdownloads / mo
clickhouse-cityhash With conditions
PyPI · Software Development · released Jul 2026

Provides Python bindings to CityHash, a fast non-cryptographic hashing algorithm, specifically tuned for ClickHouse protocol compatibility.

Install only if you specifically need ClickHouse protocol compatibility; for general-purpose hashing, use the original python-cityhash package instead.

MITcompiled wheel
463.4Kdownloads / mo
pyston-autoload With conditions
PyPI · Software Development · released Sep 2022

Automatically loads and enables Pyston, a performance-optimizing JIT for Python, when Python starts up, making it a drop-in way to speed up Python code without changing your interpreter.

However, verify the license terms before use, and note that the package has not been updated since September 2022.

license unclearcompiled wheeldormant
462.7Kdownloads / mo
types-ldap3 With conditions
PyPI · Software Development · released May 2026

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

Apache-2.0pure Python · 3.10+
462.2Kdownloads / mo
mypy-boto3-sso Worth it
PyPI · Software Development · released Apr 2026

Provides type annotations for boto3's SSO service, enabling type checking and IDE autocomplete for AWS Single Sign-On operations.

MITpure Python · 3.9+
461.7Kdownloads / mo
types-aiobotocore-stepfunctions Worth it
PyPI · Software Development · released Aug 2026

Provides type stubs and annotations for aiobotocore's Step Functions service, enabling IDE code completion and static type checking with mypy, pyright, and other tools.

Install it if you use aiobotocore's Step Functions service and want IDE support and static type checking; it is especially valuable in teams using mypy or pyright.

MITpure Python · 3.9+
459.5Kdownloads / mo
types-hvac With conditions
PyPI · Software Development · released Jul 2026

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

Apache-2.0pure Python · 3.10+
459.0Kdownloads / mo
mypy-boto3-bedrock-agent With conditions
PyPI · Software Development · released Jun 2026

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

MITpure Python · 3.9+
457.1Kdownloads / mo
pygeodesy Worth it
PyPI · Software Development · released Jul 2026

PyGeodesy provides pure Python implementations of geodetic calculations for ellipsoidal and spherical earth models, including distance, bearing, coordinate conversions, and geometric operations on geographic points.

MITpure Python
453.9Kdownloads / mo
multiset With conditions
PyPI · Software Development · released Aug 2024

Provides a mutable and immutable multiset data structure that extends Python's set semantics to allow duplicate elements, supporting set operations like union, intersection, and difference.

However, maintenance is dormant (last release 717 days ago), so consider whether you need active support or can rely on a mature, unchanging implementation.

MITpure Python · 3.8+dormant
453.1Kdownloads / mo
sklearn2pmml With conditions
PyPI · Software Development · released Jun 2026

Converts fitted Scikit-Learn pipelines to PMML (Predictive Model Markup Language) for deployment in other environments, supporting a wide range of estimators and transformers.

AGPLpure Python · 3.8+
452.9Kdownloads / mo
pytorch-tokenizers With conditions
PyPI · Software Development · released Aug 2026

Provides C++ implementations of multiple tokenizers (SentencePiece, Tiktoken, Huggingface, Llama2.c, Tekken) with Python bindings for use in PyTorch-based LLM applications and ExecuTorch runners.

BSD-3-Clausecompiled wheel · 3.10+
452.7Kdownloads / mo
advanced-alchemy Worth it
PyPI · Software Development · released May 2026

Advanced Alchemy provides sync and async SQLAlchemy repositories with CRUD and bulk operations, plus integration with web frameworks like Litestar, FastAPI, and Starlette.

Install it if you're building a data-driven web application and want structured, tested patterns for database access; skip it if you prefer minimal abstractions over…

MITpure Python · 3.9+
452.0Kdownloads / mo
source-distribution Skip
PyPI · Software Development · released Nov 2024

Distributes Python source code as a package; the fact sheet provides no detail on what transformations or utilities it applies to that source.

No—install only if you have already identified a specific need for this package.

license unclearbuilds from source · 3.10+dormant
451.2Kdownloads / mo
mypy-boto3-efs With conditions
PyPI · Software Development · released Jun 2026

Provides type stubs and IDE autocompletion for the boto3 EFS service, enabling static type checking with mypy, pyright, and IDE support in VSCode, PyCharm, Emacs, and Sublime Text.

MITpure Python · 3.9+
450.4Kdownloads / mo
executorch With conditions
PyPI · Software Development · released Aug 2026

ExecuTorch exports and runs PyTorch models on mobile, embedded, and edge devices with support for hardware acceleration backends like XNNPACK, Core ML, and QNN.

permissive licensecompiled wheel
448.4Kdownloads / mo
serpyco-rs Worth it
PyPI · Software Development · released Aug 2026

Serializes and deserializes Python dataclasses to/from dictionaries, JSON, or MessagePack, with built-in validation and support for nested types.

MITcompiled wheel · 3.10+
448.3Kdownloads / mo
inference-sdk Worth it
PyPI · Software Development · released Aug 2026

Python SDK for connecting to and running computer vision models and workflows on a local or remote Inference server, enabling image and video stream processing with object detection, classification, segmentation, and custom model inference.

Install it if you need to programmatically interact with Inference from Python; if you only need the server itself, install inference-cli instead.

Apache-2.0pure Python
446.5Kdownloads / mo
aiocontextvars Skip
PyPI · Software Development · released Apr 2019

Provides asyncio support for the contextvars backport library on Python 3.5 and 3.6, and delegates to the built-in contextvars module on Python 3.7+.

BSD-3-Clausepure Python · 3.5+abandoned
446.2Kdownloads / mo
mypy-boto3-transfer With conditions
PyPI · Software Development · released Apr 2026

Provides type annotations for boto3's Transfer service, enabling type checking and IDE code completion for AWS Transfer operations without runtime overhead.

MITpure Python · 3.9+
445.5Kdownloads / mo
visitor Skip
PyPI · Software Development · released May 2016

Provides a base Visitor class to implement the visitor design pattern in Python, dispatching method calls based on node type through dynamic method lookup.

permissive licensebuilds from sourceabandoned
444.2Kdownloads / mo
mypy-boto3-apigatewayv2 With conditions
PyPI · Software Development · released Apr 2026

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

MITpure Python · 3.9+
444.1Kdownloads / mo
mypy-boto3-s3control Worth it
PyPI · Software Development · released May 2026

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

MITpure Python · 3.9+
442.0Kdownloads / mo
alibabacloud-gateway-oss With conditions
PyPI · Software Development · released Aug 2026

Provides a gateway implementation for Alibaba Cloud OSS (Object Storage Service) operations, enabling Python applications to interact with Alibaba Cloud's object storage infrastructure through a standardized OpenAPI client interface.

Apache-2.0pure Python · 3.6+
440.8Kdownloads / mo
ydf With conditions
PyPI · Software Development · released Mar 2026

YDF trains, evaluates, and interprets decision forest models (Random Forests, Gradient Boosted Trees, and others) through a Python wrapper around the C++ Yggdrasil Decision Forests library.

Apache-2.0compiled wheel · 3.9+
439.8Kdownloads / mo
mypy-boto3-ce Worth it
PyPI · Software Development · released Jun 2026

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

MITpure Python · 3.9+
435.1Kdownloads / mo
delvewheel Worth it
PyPI · Software Development · released May 2026

Bundles DLL dependencies into Windows Python wheels to create self-contained packages that work without requiring system libraries on the target machine.

MITpure Python · 3.9+
433.3Kdownloads / mo
daemonize With conditions
PyPI · Software Development · released Dec 2018

Daemonize provides a Python library for converting regular Python scripts into Unix daemon processes that run in the background with proper process management.

However, do not use it for new projects or for production systems where you need active maintenance and security updates.

MITpure Pythonabandoned
433.2Kdownloads / mo
starlette-prometheus With conditions
PyPI · Software Development · released Sep 2024

Adds Prometheus metrics collection and exposure to Starlette web applications, allowing you to instrument HTTP request/response behavior and expose metrics via a `/metrics/` endpoint.

However, dormant maintenance means you should verify compatibility with your Starlette version and be prepared to fork or patch if issues arise.

GPL-3.0-or-laterpure Pythondormant
432.5Kdownloads / mo
pyscf With conditions
PyPI · Software Development · released Jul 2026

PySCF is a Python framework for quantum chemistry simulations, providing tools to model molecular systems and compute electronic structure properties using methods like Hartree-Fock, density functional theory, and post-Hartree-Fock approaches.

Apache-2.0compiled wheel · 3.7+
432.4Kdownloads / mo
bloom-filter2 With conditions
PyPI · Software Development · released May 2021

A pure Python implementation of a Bloom filter—a probabilistic data structure for testing set membership with configurable space-accuracy tradeoff, supporting mmap, in-memory, and disk-seek backends.

However, verify compatibility with your Python version and consider whether an actively maintained alternative is available for production systems where you need…

permissive licensepure Pythonabandoned
431.4Kdownloads / mo