Subcategories
Packages
TTS is a deep learning library for text-to-speech synthesis that generates spoken audio from text using pretrained models across multiple languages, with support for model training and fine-tuning.
Provides a decorator-based alternative to Python's `__all__` list for marking which names should be exported from a module or package.
Builds a configuration store by layering multiple sources (files, environment variables, command-line arguments) with support for YAML, TOML, and JSON formats, exposing the result as nested Python data types.
Flexiv Robotic Development Kit (RDK) provides Python bindings to control and program Flexiv collaborative robots, enabling developers to write robot applications using Python with numpy for numerical operations.
Provides type stubs for caldav, enabling static type checkers like mypy, pyright, and pytype to validate code using caldav.
Provides type stubs for the jwt package, enabling static type checkers like mypy and PyCharm to validate code that uses JWT authentication.
Manages Azure App Platform (Spring Apps) resources via the Azure SDK, providing Python bindings for deployment, configuration, and lifecycle operations on Azure Spring Apps clusters.
Python driver for connecting to and querying Neo4j graph databases using the Bolt protocol, with support for both synchronous and asynchronous operations.
A Python client library for the Demisto API, enabling programmatic interaction with Demisto and Cortex XSIAM platforms to create incidents and automate security workflows.
Python SDK for Alibaba Cloud Log Service that provides programmatic access to cloud logging and analytics operations through a managed API client.
However, it is only useful within the Alibaba Cloud ecosystem; if you use a different cloud provider, this package is not applicable.
JumpSSH runs commands on remote servers through SSH gateways, supporting multi-hop connections and file operations without uploading scripts to remote hosts.
However, verify that it works with your target Python version and that paramiko updates are sufficient for your security requirements, given that jumpssh itself has…
Provides type annotations for the boto3 IoTAnalytics service (version 1.42.3), enabling IDE code completion and static type checking with mypy, pyright, and other type-aware tools.
Provides Python bindings to Windows Runtime (WinRT) Globalization APIs, enabling access to language, region, and text processing features from the Windows SDK.
Provides type stubs and annotations for boto3's ApiGatewayManagementApi service, enabling IDE code completion and static type checking with mypy, pyright, and other tools.
Executes Jupyter notebook code and captures outputs without running a Jupyter server, via an async API or command-line tool.
Provides shared structural types—enums, DTOs, event envelopes, and concurrency helpers—for cross-repository communication within an OmniNode ecosystem without creating import cycles.
However, verify the license status first—the metadata shows no SPDX identifier, which may be a blocker for some projects.
Logdecorator provides Python decorators to add logging to functions without cluttering business logic—log at function start, end, or on errors using simple decorator syntax.
KUKSA Python SDK provides a client library and CLI tool to communicate with KUKSA Server or KUKSA Databroker over gRPC, enabling interaction with vehicle data and services.
Integrates CKEditor (v4.17.2) as a text editing plugin for django CMS, providing WYSIWYG HTML editing with inline editing support and customizable toolbars.
Provides type stubs for the unidiff package, enabling static type checkers like mypy and pyright to validate code that uses unidiff for parsing unified diff format files.
Generates JSON Schema (2020-12 draft) from Python dataclasses with no external dependencies, using only the standard library.
However, dormant maintenance (last commit 2024-02-13) means you should expect no active bug fixes or feature updates; use it for stable, self-contained schema…
Provides a Python SDK to retrieve secrets and configuration from Infisical, an end-to-end encrypted secrets management platform.
Metagit provides cross-repository awareness and management for multi-repo projects, capturing dependencies and relationships in version-controlled manifests to help teams understand project structure and context.
However, verify the license terms before use—the fact sheet shows license treatment as unclear despite the description claiming MIT.
Provides type stubs and annotations for boto3's EventBridgeScheduler service, enabling IDE code completion and static type checking with mypy, pyright, and other tools.
Provides a collection of Django admin filter classes—dropdown, multi-select, and annotation-based filters—that extend the built-in admin filtering interface with more flexible widget options.
However, maintenance is aging (last commit 219 days ago); adopt it only if you can tolerate slow or infrequent updates, or if you are willing to fork or patch it…
Decodes and disassembles WebAssembly binary modules into readable instruction format according to the MVP specification, with a command-line tool for inspecting module structure.
However, do not rely on it for production systems requiring ongoing maintenance or support for newer WASM specifications—test thoroughly against your target WASM…
Provides type annotations and IDE autocompletion support for aiobotocore's Comprehend service, enabling static type checking with mypy, pyright, and other tools.
Install it if you use aiobotocore's Comprehend service and want IDE autocomplete and static type checking.
Builds, inspects, and manages Debian binary packages and repositories via Python API and command-line tools.
Validates Quartz-style cron expressions against the full Quartz specification, including 6- or 7-field formats, special characters, named values, and field-level constraints.
However, verify the license terms first (currently unclear in metadata) and be aware that no active development is visible—bug fixes or feature updates are unlikely…
Coqpit provides configuration management through Python dataclasses with JSON serialization, type checking, and command-line argument parsing, designed for machine learning projects that need portable, schema-driven configs.
However, do not use it if you require active maintenance, ongoing Python version support, or a clear license statement.
Provides type annotations and IDE autocompletion support for aiobotocore's Rekognition service, enabling static type checking with mypy, pyright, and other tools.
Provides Python bindings for Alibaba Cloud's Dysmsapi service, enabling SMS sending and management through the Alibaba Cloud platform.
Provides a `Nil` singleton object to represent missing or undefined values in situations where `None` is itself a valid data value and cannot be used as a sentinel.
Install it if the pattern fits your domain; skip it if you can use a different sentinel (e.g., a custom class) or if `None` is always sufficient.
Netron is a viewer for neural network and machine learning models that supports ONNX, TensorFlow Lite, PyTorch, TensorFlow, Core ML, OpenVINO, Keras, Caffe, Darknet, Safetensors, NumPy, and several other formats.
Install it if you work with neural networks or machine learning models in any of the supported formats.
Dopamine is a research framework for prototyping reinforcement learning algorithms, providing implementations of DQN, C51, Rainbow, IQN, SAC, and PPO agents built primarily with JAX.
Adds single-dispatch method support to Python classes, allowing methods to dispatch on the type of their first argument with independent dispatch tables per subclass.
Interchange provides data types and interchange format utilities for serializing and deserializing structured data across different systems and formats.
Fabric executes shell commands remotely over SSH and returns Python objects, building on Invoke and Paramiko to provide a high-level interface for remote command execution and system administration tasks.
Install it if you need to automate tasks across remote systems from Python code.
Provides type hints for the nanoid package, enabling static type checkers like mypy and pyright to verify code that uses nanoid for generating unique IDs.
Enables ONNX Runtime to accelerate machine learning model inference on Intel hardware (CPUs, integrated/discrete GPUs, and NPUs) using OpenVINO optimizations.