Subcategories
Packages
A Python client library for automating IxNetwork test platforms via REST API, enabling programmatic control of network traffic generation, port configuration, and statistics collection.
Archspec provides APIs to detect, query, and compare CPU microarchitectures and other system architecture aspects using human-readable labels.
AutoGluon TimeSeries automates machine learning for time series forecasting, training and deploying high-accuracy models with minimal code using deep learning and statistical approaches.
Native Rust-based encoder/decoder extension that accelerates serialization and deserialization of Protocol Buffer messages.
pyTenable provides a unified Python interface to Tenable's vulnerability management and security products, abstracting away differences between their individual APIs.
PyTorch Forecasting provides neural network models and utilities for time series forecasting, including architectures like Temporal Fusion Transformers, N-BEATS, and N-HiTS, with training orchestrated through PyTorch Lightning.
Install it if you need to train neural forecasting models on time series data and want to avoid reimplementing standard architectures or training boilerplate.
Provides specialized sorted collection data structures (dictionaries, sets, lists) that maintain order and support efficient indexed access and value-based sorting, built on top of sortedcontainers.
Times converts between universal (UTC) time and arbitrary timezones, and parses/formats datetime strings and POSIX timestamps with explicit timezone handling.
No, not for new projects.
Provides Python bindings for Windows Runtime (WinRT) APIs in the Windows.Foundation.Collections namespace, enabling access to collection types and utilities from the Windows SDK.
However, this is primarily a dependency package rather than a standalone tool—install it only if another WinRT package or your own Windows SDK integration requires it.
A command-line tool for running computer vision inference locally via Docker or against Roboflow's hosted API, supporting object detection, classification, instance segmentation, and foundation models like CLIP and SAM.
However, verify that the GPL-3.0 and AGPL-3.0 licenses on bundled models (YOLOv5, YOLOv8) align with your project's licensing requirements before committing to…
Provides importlib.import_module() for Python versions prior to 2.7, backporting the standard library's dynamic import function to older Python releases.
Provides type hints for pyRFC3339, enabling type checkers like mypy and pyright to validate code using pyRFC3339 for RFC 3339 date and time handling.
Provides type stubs and IDE autocomplete support for aiobotocore's CognitoIdentityProvider service, enabling static type checking with mypy, pyright, and other tools.
Provides Python bindings to NVIDIA's fatbin compiler library for working with CUDA binary formats and GPU code compilation artifacts.
However, verify the license terms before use in proprietary projects, and confirm that your system meets any undocumented CUDA runtime dependencies.
Provides type annotations and IDE autocompletion support for boto3's AppConfigData service, enabling static type checking with mypy, pyright, and other tools.
Provides type annotations and IDE autocomplete support for boto3's ApiGatewayManagementApi service, enabling static type checking with mypy, pyright, and other tools.
Rust-compiled extensions that accelerate the official Neo4j Python driver by optimizing performance-critical operations, requiring no code changes to existing driver usage.
Provides type annotations and IDE autocompletion for aiobotocore's Kinesis service, enabling static type checking with mypy, pyright, and other tools.
Provides type annotations and IDE autocomplete support for the boto3 BedrockAgentCore 1.43.72 service, enabling static type checking in mypy, pyright, VSCode, PyCharm, and other tools.
Model Mommy generates Django model instances with random data for testing, automating the creation of test fixtures without manual field specification.
A pure-Python interpreter for Brainfuck that compiles source code into an optimized intermediate form for faster execution than direct interpretation.
However, maintenance is aging (last release 279 days ago), so treat it as stable but not actively developed.
Provides type annotations and IDE autocompletion support for boto3's IoTDataPlane service, enabling static type checking with mypy, pyright, and other tools.
Schema Salad is a schema language for validating and transforming JSON or YAML structured linked data documents, with support for preprocessing, structural validation, hyperlink checking, and code generation.
Install it if you need to validate structured linked data, generate code from schemas, or bridge document-oriented and semantic web data modeling.
Slicerator wraps a class's `__getitem__` method to create a lazy-loading iterable that supports fancy indexing—slices, integer lists, and boolean masks—while deferring data loading until access.
However, the package is aging—latest release 2022-04-07—so verify it meets your Python version and use case before committing.
Sphinx extension that replaces emoji codes (like |:smile:|) with rendered emoji in your documentation, with configurable emoji styles and sources.
Provides type stubs for scikit-learn to enable static type checking in projects that use the library.
However, verify that the stubs are current for your scikit-learn version, and monitor the repository for updates—the minimal maintenance signal and recent first…
Provides type annotations and IDE autocomplete support for boto3's DynamoDBStreams service, enabling static type checking with mypy, pyright, and editor integrations.
Extends Python's built-in `ast` module to preserve comments as nodes in the Abstract Syntax Tree, allowing you to parse and analyze code while retaining inline and block comments.
Install it if you're building tools that parse and regenerate Python code while preserving comments.
Wraps the Airtable API to let you read, insert, search, update, and delete records in Airtable bases from Python code.
Parses and validates OpenAPI 3 specifications (3.0.3, 3.1.0, 3.2.0) and Swagger 2.0 documents, then generates typed request/response models and provides both sync and async HTTP clients to call the described APIs.
Provides type annotations and IDE autocomplete support for boto3's RDSDataService client, enabling static type checking with mypy, pyright, and other tools.
Install it if you use boto3's RDSDataService and want IDE support or static type checking—it adds negligible overhead and integrates seamlessly with standard Python…
Provides type stubs and IDE autocompletion for ECS service, enabling static type checking with mypy, pyright, and IDE language servers.
Install it if you use ECS and want type checking and IDE support; it adds no runtime overhead and is safe to exclude from production via TYPE_CHECKING guards.
Manages cryptographic keys and wallets for the Bittensor network, providing Python bindings to a Rust-based wallet implementation for creating and accessing blockchain credentials.
Install only if you are maintaining legacy code that explicitly depends on bittensor-wallet.
Provides type annotations and IDE autocompletion for boto3's WAFV2 (AWS WAF V2) service, enabling static type checking in mypy, pyright, and supported editors.
Provides type stubs for aws-xray-sdk, enabling type checkers like mypy and pyright to validate code that uses AWS X-Ray SDK without requiring the runtime package.
Provides type annotations and IDE autocompletion support for boto3's CodeArtifact service, enabling static type checking with mypy, pyright, and other tools.
Provides an alternate implementation of asyncio.wait_for() that handles race conditions between simultaneous cancellation and future completion consistently across Python 3.7–3.13.
DiastaticMalt performs source-to-source transformations and operator overloading in Python, including overloading of built-in keywords, to convert regular Python code into alternative forms suited for specific purposes like program capture.
Provides Python bindings to Windows Runtime (WinRT) storage stream APIs, enabling direct access to stream-based I/O operations on Windows from Python code.
However, this is a Windows-only package with medium install friction (platform-specific wheels), so it is only relevant for Windows development.
Provides the `monty` command-line binary, a sandboxed Python interpreter that runs Python code with resource limits and crash isolation, typically spawned as worker subprocesses by pydantic-monty.