Packages
A zero-dependency utility library providing common file operations, subprocess execution, logging setup, and output capture with consistent error handling and dryrun support.
Install it if you write scripts or tools that repeatedly wrap subprocess calls, file operations, or logging setup—it will reduce boilerplate and standardize error…
A Python client library for the Runloop REST API, providing typed synchronous and asynchronous access to devbox management and command execution.
Runpod is a Python SDK and API client library for interacting with Runpod's GPU cloud infrastructure and deploying serverless AI workers that process jobs on remote endpoints.
Install it if you are deploying AI workloads to Runpod infrastructure or integrating Runpod endpoints into a Python application.
Runs multiple subprocess commands from a text block or list, with UTF-8 encoding by default, line continuations, comments, and optional logging and error handling.
However, the aging maintenance status (192 days since last release) means it is stable but not actively developed—suitable for stable use cases, not for packages…
Computes summary statistics (mean, variance, standard deviation, skewness, kurtosis, min, max) and linear regression (slope, intercept, correlation) in a single pass over data, without storing all values in memory.
Declares and executes build rules for compiled artifacts or binary blobs that should be generated at wheel build time or during development, keeping source materials in git while excluding generated outputs.
No, not recommended for new projects.
Runtype provides runtime type validation, dataclass enhancement with type checking, and multiple-dispatch function routing based on argument types, all without external dependencies.
Install it if you need runtime type safety in dataclasses or want to use multiple dispatch without external dependencies.
Client library for the Runware inference API, enabling image generation, upscaling, background removal, and other AI-powered image operations via async Python.
Provides a Python client library for the RunwayML REST API, offering synchronous and asynchronous access to RunwayML's generative AI services with full type hints and automatic pagination.
Install it if you need to call RunwayML's API from Python and want type safety, automatic pagination, and both sync/async support out of the box.
Detects change points in time series and signal data using exact and approximate algorithms for parametric and non-parametric models.
Install it if you need to detect structural breaks in time series or signal data.
rush provides rate-limiting algorithms (periodic interval and leaky bucket GCRA) with pluggable storage backends (Redis or in-memory) for throttling access to resources like APIs.
However, do not use it if you require active maintenance, security patches, or support for Python versions beyond 3.7.
RUST normalizes ribosome profiling (Ribo-seq) data to reduce noise and heterogeneity, enabling analysis of how mRNA sequence features affect ribosome footprint densities.
Converts mangled Rust symbol names into their human-readable form, supporting both legacy and v0 mangling styles.
rust-just is a Python wrapper around the just command runner, letting you define and execute project-specific commands stored in a justfile with make-like syntax.
Install it if your team already uses Python tooling and wants a make-like alternative without the complexity; skip it if you already have just installed system-wide…
A high-performance graph library for Python, written in Rust, providing graph construction, traversal, and algorithm operations with a single import.
ruyaml is a YAML parser and serializer that preserves comments, formatting, and structure during round-trip load/dump cycles, designed as a maintained fork of ruamel.yaml.
However, the last PyPI release was December 2021 despite recent repository commits; verify that the version available on PyPI meets your needs, or consider pinning to…
rwslib provides a Python client library for Rave Web Services (RWS), enabling programmatic access to RWS APIs while preserving visibility into underlying HTTP details like headers and response bodies.
RxPY provides a library for composing asynchronous and event-based programs using observable sequences and query operators, allowing developers to represent and manipulate asynchronous data streams in Python.
rxv discovers and controls Yamaha AV receivers over the network, allowing you to manage power, volume, inputs, outputs, and playback through a Python API.
However, be aware that maintenance is dormant—no updates since 2021—so it will not support newer receiver models or adapt to protocol changes.