Subcategories
Packages
Official Python SDK for Koyeb that provides synchronous and asynchronous REST API clients plus a Sandbox module for creating and managing isolated, ephemeral execution environments in the cloud.
A mypy plugin that adds type checking support for Kubernetes objects, including custom resource definitions and the kubernetes-client library.
However, dormant maintenance and known limitations mean it is best suited for stable, non-bleeding-edge use cases.
Python client library for controlling Saleae Logic 2 hardware analyzers via the Automation API, enabling programmatic capture and analysis of digital signals.
Provides Python 2.7's random module implementation for Python 3, ensuring identical random sequences when using the same seed across Python versions.
Woodwork adds a typing layer to pandas DataFrames, letting you annotate columns with logical types and semantic tags for use in machine learning workflows and data science tools.
However, be aware that the project is aging—last release was May 2024 and there have been no commits since September 2025—so verify compatibility with your current…
A lightweight PyYAML wrapper that reads and writes YAML safely with predictable behavior, loading everything except booleans as strings and preserving key order.
Extracts and serializes Python object documentation (modules, classes, functions, attributes) from source code, accepting JSON input describing what to document and outputting structured JSON with parsed docstrings and metadata.
Provides type annotations for aiobotocore CloudWatchLogs 3.9.0, enabling type checking and IDE code completion for async AWS CloudWatch Logs operations.
Install it if you use aiobotocore for CloudWatch Logs and want type checking and IDE support; it adds minimal overhead and is purely optional for development.
Accelerates scikit-learn algorithms on CPU and GPU by patching or replacing estimators with optimized Intel implementations, typically delivering performance gains without requiring code changes.
Converts Python cProfile profiling data into kcachegrind/qcachegrind calltree format for interactive visualization of function call hierarchies and performance metrics.
However, be aware it is abandoned—no updates since 2020.
ghstack submits stacks of local Git commits to GitHub as separate pull requests, each with its own branch structure and automatic interdiff tracking.
Quantizes LiteRT models to reduce size and improve inference performance on edge devices, supporting dynamic, weight-only, and static quantization strategies with configurable recipes.
Manages Azure resource quotas and usage limits programmatically via the Azure Quota Management API, allowing you to query, request, and track quota allocations across Azure subscriptions.
However, verify the license terms in the repository first, and be aware that v3.0.0 introduced breaking changes if upgrading from v2.x.
CommonCode provides utility functions for handling paths, dates, files, hashes, and other common operations, originally extracted from ScanCode Toolkit as a reusable library.
However, verify the formal license terms before use in proprietary contexts, as the license treatment is marked unclear despite the Apache-2.0 claim in the description.
Provides type hints and stub files for the metaflow package, enabling IDE autocompletion and type checking in editors like VSCode and language servers like Pylance.
Extends Griffe to recognize and render PEP 702 `@warnings.deprecated` markers in Python code documentation, surfacing deprecation notices during API analysis.
Command-line tool to manage Amazon EC2 and ELB instances and run Fabric tasks against filtered sets of EC2 hosts.
Provides generated Protobuf stubs for the Google Home Foyer API, ensuring a single version of stubs is loaded across libraries to avoid Protobuf version conflicts.
Provides Python libraries for parsing and working with devicetree files, primarily for use with the Zephyr RTOS project.
No, not for new projects.
A pure-Python MySQL driver that implements the DB API v2.0 specification without requiring MySQL C client libraries.
py3rijndael provides a pure-Python implementation of the Rijndael algorithm (the cipher underlying AES) for Python 3, with no external runtime dependencies.
Generates mock data objects that conform to pydantic models, dataclasses, and TypedDicts by parsing type annotations and field constraints.
Converts PyTorch models to .tflite format for on-device deployment on Android, iOS, and IoT devices via LiteRT, with CPU coverage and initial GPU and NPU support.
Django Filer is a file and image management application for Django that provides a file browser interface and handles file uploads, organization, and retrieval within Django projects.
Lightly provides self-supervised learning models and loss functions for computer vision, enabling you to train neural networks on unlabeled image data using methods like MoCo, SimCLR, BYOL, and DINO.
Install it if you need to train on unlabeled image data or experiment with SSL methods.
Provides programmatic access to AWS IAM service definitions—actions, resources, and condition keys—with data embedded in the package and updated daily against AWS documentation.
Defines event objects and API functions for tracking object lifecycle events—creation, modification, and removal—in loosely-coupled systems using the zope.event dispatch mechanism.
pip2pi creates a PyPI-compatible package repository from pip requirements, enabling offline package installation and mirroring to avoid PyPI downtime or missing tarballs.
No—install only if you have a specific legacy use case and are willing to maintain the tool yourself.
PySide2 provides Python bindings to the Qt 5.12+ framework, enabling developers to build cross-platform desktop applications with a complete GUI toolkit.
Install only if maintaining existing PySide2 code or if you have specific Qt 5.12 compatibility constraints.
A decorator and function wrapper for retrying failed function calls with configurable delays, backoff, jitter, and exception handling—works with both sync and async functions.
However, the abandoned maintenance status (no updates since December 2022) means you should evaluate whether you can tolerate lack of future bug fixes or Python…
KServe Python SDK provides server and client libraries for deploying and managing machine learning model inference services, with built-in support for model loading from multiple storage backends and standardized prediction/preprocessing handlers.
torchax is a PyTorch backend that runs PyTorch code on Google Cloud TPUs via JAX, with bidirectional interoperability allowing you to call JAX functions from PyTorch and vice versa.
However, it is in alpha (Development Status :: 3), so expect incomplete operation coverage and potential API changes.
Provides type stubs for the geoip2 package, enabling static type checking of geoip2 code with tools like mypy and PyCharm.
Provides a shared foundation for ruamel packages, intended as a future repository for common code and utilities across the ruamel namespace.
Converts strings to camelCase format, handling spaces, case normalization, and non-alphanumeric character removal.
Install only if you're already committed to this exact implementation and willing to fork it yourself.
Provides a collection of modern optimizers, learning rate schedulers, and loss functions for PyTorch training with a consistent API.
Install it if you want to experiment with modern training methods or need access to research optimizer variants without implementing them yourself.
Provides a Python SDK for interacting with Alibaba Cloud's Elastic Compute Service (ECS) API, enabling programmatic management of cloud compute resources.
BoxMOT provides pluggable multi-object tracking modules that work with bounding box detections from any model, supporting both axis-aligned and oriented bounding boxes through a unified Python API and CLI.
Provides a Python API to interact with GoodData Cloud or GoodData.CN installations, enabling inspection and consumption of semantic models, workspaces, data sources, visualizations, and computed analytics.
Acryl Executor runs DataHub metadata ingestion tasks in isolated subprocesses with S3 log storage, plugin extensibility, and UI-triggered workflow support.