$npx skillfedfor your agent

Packages starting with 'R'

459 packages · page 11 of 12

Packages

rpm With conditions
PyPI · Software Development · released Apr 2025

Provides access to system RPM Python bindings inside a virtualenv by shimming the system-installed rpm module, making it importable in isolated Python environments.

However, maintenance is aging (last release 493 days ago), so verify compatibility with your specific RPM and Python versions before relying on it in production.

MITpure Python · 3.6+aging
230.4Kdownloads / mo
rpm-vercmp Skip
PyPI · Build Tools · released Oct 2018

Compares RPM package version strings using the same algorithm as the RPM Package Manager, without requiring the C library.

Apache-2.0builds from sourceabandoned
99.5Kdownloads / mo
rpmfile Worth it
PyPI · Utilities · released May 2026

Inspect and extract files from RPM archive files using a Python API modeled after the standard tarfile module.

Install it if you need to programmatically work with RPM files in Python without relying on system RPM tools.

MITpure Python · 3.10+
1.1Mdownloads / mo
rpy2 With conditions
PyPI · Scientific/Engineering · released Mar 2026

rpy2 embeds R within Python, allowing you to call R functions and work with R objects directly from Python code without launching a separate R process.

GPL-2.0-or-laterpure Python · 3.9+
385.6Kdownloads / mo
rpy2-rinterface With conditions
PyPI · Scientific/Engineering · released Mar 2026

rpy2-rinterface provides a low-level Python-to-R bridge, exposing R's C API through Python bindings so you can call R functions and work with R objects from Python code.

copyleftcompiled wheel · 3.9+
102.1Kdownloads / mo
rpy2-robjects With conditions
PyPI · Scientific/Engineering · released Mar 2026

Provides a Python interface to call R code and access R objects directly from Python, enabling interoperability between the two languages.

GPL-2.0-or-laterpure Python · 3.9+
120.6Kdownloads / mo
rq Worth it
PyPI · Scientific/Engineering · released Jun 2026

RQ is a Python library for queueing jobs and processing them in the background with workers, backed by Redis or Valkey. It handles job scheduling, prioritization, retries, and webhooks with a simple API.

BSD-2-Clausepure Python · 3.10+
12.4Mdownloads / mo
rq-dashboard With conditions
PyPI · Scientific/Engineering · released Jul 2026

A Flask-based web dashboard for monitoring RQ job queues, workers, and jobs in real time, deployable as a standalone service or integrated into an existing Flask application.

BSD-3-Clausepure Python
434.2Kdownloads / mo
rq-scheduler With conditions
PyPI · Python Modules · released Oct 2024

Adds job scheduling capabilities to RQ (Redis Queue), allowing you to schedule Python functions to run at specific times, at regular intervals, or on cron schedules.

MITpure Pythonaging
678.5Kdownloads / mo
rsa Skip
PyPI · Cryptography · released Apr 2025

Pure-Python RSA encryption, decryption, signing, and key generation following PKCS#1 v1.5, with command-line and library interfaces.

Apache-2.0pure Pythonabandoned
299.6Mdownloads / mo
rsconnect-python With conditions
PyPI · Build Tools · released Jul 2026

rsconnect-python is a command-line tool for deploying applications and content to Posit Connect servers, handling authentication, versioning, and deployment orchestration.

license unclearpure Python · 3.8+
172.2Kdownloads / mo
RsInstrument Worth it
PyPI · Scientific/Engineering · released Jul 2026

RsInstrument provides a Python interface for communicating with Rohde & Schwarz test instruments over VISA (TCPIP, USB, GPIB) or socket connections, handling SCPI command queries and responses.

Install it if you need to control Rohde & Schwarz instruments from Python.

MITpure Python · 3.10+
117.6Kdownloads / mo
rsl-rl-lib With conditions
PyPI · Artificial Intelligence · released Jul 2026

RSL-RL is a GPU-accelerated reinforcement learning library for robotics research, providing implementations of algorithms like PPO with multi-GPU training support and a minimal, extensible codebase.

Install it if you are working with Isaac Lab, Legged Gym, or similar robot learning environments; otherwise, verify that its algorithm implementations and API match…

BSD-3-Clausepure Python · 3.9+
369.6Kdownloads / mo
rst2ansi Worth it
PyPI · Python Modules · released May 2016

Converts reStructuredText documents to ANSI-escaped terminal output, suitable for rendering formatted text in console environments.

However, its last release was in 2016 and maintenance is stalled.

MITpure Pythonaging
307.8Kdownloads / mo
rst2pdf Worth it
PyPI · Python Modules · released Mar 2026

Converts reStructuredText documents directly to PDF using ReportLab, bypassing LaTeX and offering customizable page layouts, styling, and embedded fonts.

Install it if you work with reStructuredText and need PDF output.

MITpure Python · 3.10+
209.4Kdownloads / mo
rstcheck Worth it
PyPI · Quality Assurance · released Jul 2026

Validates reStructuredText syntax and checks code blocks nested within RST documents for syntax errors across multiple languages including Python, C, C++, Bash, JSON, XML, and Doctest.

permissive licensepure Python · 3.10+
1.0Mdownloads / mo
rstcheck-core Worth it
PyPI · Quality Assurance · released Jul 2026

Validates reStructuredText syntax and checks code blocks embedded within it, supporting multiple languages including Python, Bash, C/C++, JSON, XML, YAML, and Doctest.

Install it if you need RST validation in documentation workflows or CI pipelines.

permissive licensepure Python · 3.10+
995.6Kdownloads / mo
rstr With conditions
PyPI · Testing · released Oct 2023

Generates random strings from custom alphabets, predefined character sets, or regular expressions for testing and dummy data creation.

BSD-3-Clausepure Python · 3.7+aging
3.3Mdownloads / mo
rtest With conditions
PyPI · Testing · released Feb 2026

A Python test runner built in Rust that uses static AST analysis for fast test collection and supports parallel test execution, with optional pytest compatibility.

Not recommended for small projects where collection time is negligible, or for teams requiring production-grade stability.

MITcompiled wheel · 3.10+
263.4Kdownloads / mo
RTFDE With conditions
PyPI · HTML · released Dec 2025

Extracts encapsulated HTML and plain text content from RTF bodies in .msg email files, reversing the RTF encapsulation that Microsoft Exchange applies.

LGPL-3.0-onlypure Python · 3.8+aging
6.6Mdownloads / mo
rtfparse With conditions
PyPI · Utilities · released Jul 2025

Parses Microsoft Rich Text Format (RTF) documents into an in-memory tree structure and renders them—primarily extracting encapsulated HTML, with optional RTF decompression support for Outlook messages.

However, maintenance is aging—the last release was over a year ago—so consider whether you need active support or can tolerate a stable but slowly-evolving codebase.

MITpure Python · 3.10+aging
307.1Kdownloads / mo
rtfunicode Worth it
PyPI · Markup · released Jan 2026

Encodes Unicode strings to RTF 1.5 command sequences, registering a codec that converts Unicode characters into valid RTF bytecode for international character support.

Install it if you need to generate RTF output with international characters; skip it if you don't work with RTF.

BSD-2-Clausepure Python · 3.10+
134.0Kdownloads / mo
RtmAPI Skip
PyPI · Internet · released Apr 2019

RtmAPI provides Python bindings to the Remember the Milk task management API, allowing you to programmatically access and manipulate task lists from RTM.

MITpure Pythonabandoned
73.9Kdownloads / mo
rtoml With conditions
PyPI · Python Modules · released Oct 2025

rtoml parses and serializes TOML files and strings to and from Python dictionaries, with support for flexible None-value handling and optional pretty-printing.

However, note that maintenance is aging (last release 299 days ago), so verify that the package still meets your needs and check whether prebuilt wheels exist for…

MITcompiled wheel · 3.10+aging
979.0Kdownloads / mo
rtp With conditions
PyPI · Internet · released Dec 2023

Decodes, encodes, and manipulates RTP (Real-time Transport Protocol) packets, without providing network transport itself.

However, no active development has occurred since 2023-12-05, so you should not expect bug fixes or updates.

permissive licensepure Pythondormant
360.3Kdownloads / mo
rtree Worth it
PyPI · Database · released Aug 2025

Rtree wraps libspatialindex to provide spatial indexing for Python, enabling nearest-neighbor search, intersection queries, and multi-dimensional spatial data structures.

MITcompiled wheel · 3.9+
9.8Mdownloads / mo
ruamel.base Skip
PyPI · Software Development · released Aug 2015

Provides a shared foundation for ruamel packages, intended as a future repository for common code and utilities across the ruamel namespace.

MITpure Pythonabandoned
163.9Kdownloads / mo
ruamel.yaml Worth it
PyPI · Python Modules · released Jan 2026

Loads and dumps YAML 1.2 with round-trip preservation of comments, key order, and formatting style, supporting modern Python versions from 3.9 to 3.14.

MITpure Python · 3.9+aging
201.3Mdownloads / mo
ruamel.yaml.clib With conditions
PyPI · Python Modules · released Nov 2025

Provides a C-based YAML 1.2 reader, parser, and emitter derived from libyaml, offering faster performance than pure Python implementations.

MITcompiled wheel · 3.9+aging
86.7Mdownloads / mo
ruamel.yaml.jinja2 Skip
PyPI · Markup · released Sep 2021

Enables Jinja2 templating within YAML files by preprocessing templates before YAML parsing and postprocessing after rendering, allowing you to use template logic while keeping the file valid YAML.

Install only if you have an existing codebase already depending on it and cannot migrate.

MITpure Python · 3.6+abandoned
1.5Mdownloads / mo
ruamel.yaml.string With conditions
PyPI · Markup · released May 2023

Adds a `dump_to_string` method to ruamel.yaml.YAML instances that serializes YAML data to a Python string instead of writing to a file or stream.

However, the abandoned status (1200+ days without maintenance) means you should verify compatibility with your version of ruamel.yaml before relying on it in production.

MITpure Python · 3+abandoned
415.6Kdownloads / mo
rubric With conditions
PyPI · Python Modules · released Jan 2026

Rubric is a Python library for evaluating LLM outputs against weighted criteria using structured rubrics, returning normalized or raw scores based on how many criteria are met.

MITpure Python · 3.10+aging
150.6Kdownloads / mo
rucio-clients With conditions
PyPI · Distributed Computing · released Jul 2026

Rucio-clients provides command-line and programmatic access to Rucio, a distributed scientific data management framework that organizes, replicates, and retrieves large volumes of data across globally distributed storage systems.

Apache-2.0pure Python · 3.9+
118.7Kdownloads / mo
rudder-sdk-python Worth it
PyPI · Python Modules · released Sep 2024

Sends customer events from Python applications to RudderStack servers, which then transforms and routes them to downstream platforms.

Install it if you are already using RudderStack as your CDP and need to instrument Python services.

MITpure Python · 3.8.0+
354.8Kdownloads / mo
ruff Worth it
PyPI · Python Modules · released Aug 2026

Ruff is a Python linter and code formatter written in Rust that combines linting, formatting, and code fixing into a single tool, replacing Flake8, Black, isort, and related utilities.

MITcompiled wheel · 3.7+
316.1Mdownloads / mo
ruff-format With conditions
PyPI · Quality Assurance · released Aug 2026

Provides Python bindings to Ruff's code formatter, allowing you to format Python code programmatically with configurable line width.

permissive licensecompiled wheel · 3.8+
97.9Kdownloads / mo
ruff-lsp Skip
PyPI · Python Modules · released Feb 2025

Provides a Language Server Protocol bridge to Ruff, enabling linting, formatting, and import organization in LSP-compatible editors like Neovim, Sublime Text, and Emacs.

MITpure Python · 3.7+abandoned
114.7Kdownloads / mo
rule-engine Worth it
PyPI · Python Modules · released Jul 2026

Rule Engine provides a lightweight, custom expression language for evaluating rules against Python objects, with optional type hinting and support for regex matching, datetime handling, and compound data types.

BSD-3-Clausepure Python · 3.10+
448.3Kdownloads / mo
rules With conditions
PyPI · Application Frameworks · released Sep 2024

rules provides object-level permission checking for Django applications using rule-based predicates instead of database queries, and can also be used as a standalone predicate framework in other contexts.

However, the aging maintenance status (last release 711 days ago) means you should verify compatibility with your target Django version and be prepared to maintain a…

MITpure Pythonaging
563.4Kdownloads / mo
rumdl With conditions
PyPI · Python Modules · released Aug 2026

A Rust-based Markdown linter and formatter that checks files against 82 lint rules and can automatically fix violations, installable via pip as a pre-built binary with zero runtime dependencies.

MITcompiled wheel · 3.9+
832.2Kdownloads / mo