$npx skillfedfor your agent

Packages starting with 'R'

459 packages · page 7 of 12

Packages

result With conditions
PyPI · Software Development · released Jun 2024

Provides a Rust-inspired Result type for Python that represents either a success value (Ok) or an error (Err), enabling explicit error handling without exceptions.

However, note that the repository is archived and abandoned—while the code is mature and unlikely to need updates, you will not receive maintenance or security patches.

MITpure Python · 3.8+abandoned
2.5Mdownloads / mo
resvg_py With conditions
PyPI · Graphics · released Aug 2026

Converts SVG documents to raster image bytes using the resvg rendering engine through a high-level Python interface.

license unclearcompiled wheel · 3.10+
872.8Kdownloads / mo
retell-sdk Worth it
PyPI · Python Modules · released Aug 2026

Provides a Python client library for the Retell REST API, offering synchronous and asynchronous access to voice agent creation and management with full type hints.

Install it if you are building voice agent applications with Retell.

Apache-2.0pure Python · 3.9+
577.1Kdownloads / mo
retina-face Worth it
PyPI · Artificial Intelligence · released Jun 2026

Detects faces in images and extracts facial landmarks (eyes, nose, mouth) using a deep learning model, with optional face alignment for recognition pipelines.

Install it if you are building a face recognition pipeline or need facial landmarks for alignment; skip it if you only need bounding boxes and can tolerate heavier…

MITpure Python · 3.5.5+
219.1Kdownloads / mo
retinaface-py Skip
PyPI · Libraries · released Feb 2023

Detects and localizes faces in images using a PyTorch implementation of the RetinaFace single-stage face detection model, with support for both ResNet50 and MobileNet0.25 backbones.

No, not recommended for new projects.

MITpure Python · 3.6+abandoned
153.9Kdownloads / mo
retrie Worth it
PyPI · Python Modules · released Feb 2024

Builds efficient Trie-based regex patterns for fast matching and replacing strings in bulk, avoiding the performance penalty of simple regex unions on large word sets.

MITpure Python
101.5Kdownloads / mo
retry With conditions
PyPI · Software Development · released May 2016

Provides a decorator and function wrapper for retrying failed operations with configurable delays, backoff, and exception handling.

However, it has been dormant since 2016 with no active maintenance—if you need modern Python support or encounter bugs, you may need to fork it or switch to a…

Apache-2.0pure Pythondormant
37.7Mdownloads / mo
retry-decorator Skip
PyPI · Software Development · released Mar 2020

Provides a decorator to automatically retry a function when it raises an exception, with configurable attempt limits and timeout intervals.

permissive licensebuilds from sourceabandoned
474.2Kdownloads / mo
retry-requests With conditions
PyPI · Python Modules · released May 2023

Wraps requests Session objects to automatically retry failed HTTP requests due to connection errors, timeouts, and specific HTTP status codes (5XX by default) with configurable backoff.

However, it is abandoned (last commit May 2023) with no active maintenance, so use it only if you accept that bugs or incompatibilities with future requests versions…

GPL-3.0-or-laterpure Python · 3.6+abandoned
401.1Kdownloads / mo
retry2 With conditions
PyPI · Software Development · released Jan 2023

Provides a decorator and function wrapper to automatically retry failed function calls with configurable delays, backoff, and exception handling.

However, the dormant maintenance status (last release 2023-01-11) means you should verify it handles your specific exception types and retry patterns before relying…

Apache-2.0pure Python · 2.6+dormant
2.2Mdownloads / mo
retryhttp Worth it
PyPI · WWW/HTTP · released Jun 2026

Retryhttp wraps HTTP client calls to automatically retry transient failures like rate limits, server errors, network issues, and timeouts, using sensible defaults but fully customizable retry and wait strategies.

Install it if you make HTTP calls that might fail transiently and want to avoid writing retry boilerplate.

Apache-2.0pure Python · 3.10+
4.4Mdownloads / mo
retrying Worth it
PyPI · Internet · released Aug 2025

Retrying is a decorator-based library that adds automatic retry logic to functions, with configurable stop conditions, wait strategies, and exception handling.

Apache-2.0pure Python · 3.6+
38.7Mdownloads / mo
rets-python With conditions
PyPI · WWW/HTTP · released Oct 2024

Python 3 client library for querying and retrieving real estate data from RETS (Real Estate Transaction Standard) Version 1.7.2 servers, including property listings, metadata, and associated media.

However, maintenance is dormant—last release was 668 days ago—so do not expect bug fixes, security patches, or support for new RETS features.

MITpure Pythondormant
104.2Kdownloads / mo
returns Worth it
PyPI · Python Modules · released Aug 2026

Provides functional programming primitives—containers like Maybe, Result, and RequiresContext—that let you write type-safe, composable functions that return meaningful values instead of raising exceptions or returning None.

BSD-3-Clausepure Python
1.2Mdownloads / mo
retworkx Skip
PyPI · Scientific/Engineering · released Sep 2025

A deprecated package name for rustworkx, a high-performance graph library written in Rust that provides graph data structures and algorithms for Python.

permissive licensepure Python · 3.9+
98.9Kdownloads / mo
reuse Worth it
PyPI · Quality Assurance · released Oct 2025

reuse is a command-line tool that validates and enforces REUSE compliance—a standardized approach to declaring copyright and licensing information in software projects.

Apache-2.0compiled wheel · 3.10+
662.5Kdownloads / mo
reuters-style With conditions
PyPI · Text Processing · released Nov 2023

Formats dates, numbers, and text according to Reuters Style Guide conventions for use in news and publishing contexts.

However, verify that the specific formatting rules you need are implemented, and be aware that no commits have occurred since 2024-11-01—suitable for stable use cases…

MITpure Pythondormant
116.0Kdownloads / mo
rev-ai With conditions
PyPI · WWW/HTTP · released Nov 2024

Python SDK for Rev AI's speech-to-text API, supporting both asynchronous file transcription and real-time audio streaming with optional human transcription, summarization, and translation.

MITpure Python
381.2Kdownloads / mo
reverse-geocode Worth it
PyPI · Information Analysis · released May 2025

Reverse Geocode converts latitude/longitude coordinates to the nearest known country, state, and city using a k-d tree lookup against geonames data, without requiring a web API.

Install it if you need to map coordinates to cities at scale without external dependencies.

copyleftpure Python
366.7Kdownloads / mo
reverse_geocoder Skip
PyPI · Information Analysis · released Sep 2016

Reverse Geocoder converts latitude/longitude coordinates into the nearest town, city, and administrative regions, returning results offline with a K-D tree implementation.

No, not recommended for new projects.

copyleftbuilds from sourceabandoned
374.1Kdownloads / mo
rf-protocols Worth it
PyPI · Application Frameworks · released Jun 2026

Decodes and encodes radio frequency signals for integration with Home Assistant, enabling RF device communication without external dependencies.

MITpure Python · 3.13.0+
115.4Kdownloads / mo
rf100vl Worth it
PyPI · Artificial Intelligence · released May 2026

Provides programmatic access to RF100-VL, a multi-domain object detection benchmark dataset of 100 datasets across seven domains, enabling download and evaluation of vision-language models and object detection systems.

Install it if you are working on vision-language models, few-shot detection, or need a diverse multi-domain evaluation dataset—but note that you must obtain and…

MITpure Python · 3.9+
190.6Kdownloads / mo
rfc3161-client Worth it
PyPI · Cryptography · released Jul 2026

Implements RFC 3161 Time-Stamp Protocol to build timestamp requests and verify timestamp responses using cryptographic certificates.

Apache-2.0compiled wheel · 3.9+
899.3Kdownloads / mo
rfc3161ng Skip
PyPI · Python Modules · released Oct 2020

Implements RFC3161 cryptographic timestamping, allowing you to request and verify timestamps from remote timestamping services to prove when data existed.

MITpure Pythonabandoned
99.8Kdownloads / mo
rfc3339 With conditions
PyPI · Internet · released Sep 2019

Formats and parses dates according to RFC 3339, the Internet date/time standard.

However, verify that its implementation meets your requirements and consider the risk of abandonment if you need long-term support or encounter bugs.

license unclearpure Pythonabandoned
1.3Mdownloads / mo
rfc3339-validator Worth it
PyPI · Utilities · released May 2021

Validates whether a string conforms to the RFC3339 timestamp format, returning True or False for each input.

MITpure Pythonabandoned
81.8Mdownloads / mo
rfc3986 With conditions
PyPI · WWW/HTTP · released Jan 2022

Parses, validates, and normalizes URIs according to RFC 3986, providing component access and validation with optional requirement checking.

Apache-2.0pure Python · 3.7+abandoned
45.1Mdownloads / mo
rfc3986-validator Skip
PyPI · released Oct 2019

Validates URLs and URI references against the RFC3986 standard, checking whether a given string conforms to the specification's syntax rules.

MITpure Pythonabandoned
45.1Mdownloads / mo
rfc3987 With conditions
PyPI · Internet · released Jul 2018

Provides RFC 3986 and RFC 3987 compliant regular expressions and utilities for parsing, validating, and resolving URIs and IRIs.

However, it is archived and unmaintained since 2018, so it will not receive bug fixes or Python compatibility updates.

GPL-3.0-or-laterpure Pythonabandoned
3.0Mdownloads / mo
rfc3987-syntax With conditions
PyPI · Software Development · released Jul 2025

Validates that strings conform to the ABNF syntax rules defined in RFC 3987 for Internationalized Resource Identifiers (IRIs), using Lark-based parsing to check syntax only, not semantic constraints.

However, maintenance is aging (last release 392 days ago), so treat it as a stable utility rather than an actively developed framework.

MITpure Python · 3.9+aging
37.7Mdownloads / mo
rfc5424-logging-handler With conditions
PyPI · Python Modules · released May 2019

Provides a Python logging handler that formats and sends log messages to syslog servers in RFC 5424 compliant format, with support for TLS/SSL and alternate transports.

However, verify compatibility with your target Python version and syslog infrastructure, and be prepared to fork or patch if issues arise.

BSD-3-Clausepure Pythonabandoned
87.9Kdownloads / mo
rfc8785 Worth it
PyPI · Cryptography · released Sep 2024

Implements RFC 8785 (JSON Canonicalization Scheme) to produce deterministic, byte-for-byte identical JSON serialization regardless of input order or representation.

Install it if you need deterministic JSON serialization for cryptography, signatures, or any use case where byte-for-byte reproducibility matters.

Apache-2.0pure Python · 3.8+
2.5Mdownloads / mo
rfdetr Worth it
PyPI · Software Development · released Aug 2026

RF-DETR is a transformer-based object detection, instance segmentation, and keypoint detection library built on a DINOv2 vision transformer backbone, designed for real-time inference.

Apache-2.0pure Python · 3.10+
525.6Kdownloads / mo
rflink With conditions
PyPI · Networking · released Mar 2026

Library and command-line interface for communicating with RFlink 433MHz transceiver hardware, supporting both serial and TCP connections.

MITpure Python
74.4Kdownloads / mo
rfswarm-agent With conditions
PyPI · Testing · released Aug 2026

rfswarm-agent lets you run Robot Framework test cases as load tests by spawning multiple virtual users (robots) to generate concurrent load against an application, reusing existing functional test scripts for performance testing.

However, the GPL-3.0-only copyleft license requires careful review if you plan to modify or integrate it into proprietary testing infrastructure—you must share…

GPL-3.0-onlypure Python
111.5Kdownloads / mo
rfswarm-manager With conditions
PyPI · Testing · released Aug 2026

rfswarm-manager lets you run Robot Framework test cases as load tests by executing them concurrently with multiple virtual users to measure application performance under load.

GPL-3.0-onlypure Python
84.6Kdownloads / mo
rhino3dm With conditions
PyPI · Python Modules · released Jul 2026

rhino3dm provides Python bindings to OpenNURBS geometry and 3D modeling operations, allowing you to read, write, and manipulate Rhino 3D model files and geometric data programmatically.

MITcompiled wheel · 3.9+
241.4Kdownloads / mo
rhoknp Worth it
PyPI · Libraries · released Nov 2025

rhoknp is a Python binding for Japanese language processing tools (Juman++, KNP, KWJA) that performs morphological analysis, syntactic parsing, and document-level language analysis on Japanese text.

Install it if you are working with Japanese NLP and require access to Juman++, KNP, or KWJA; note that the underlying analysis engines may need separate installation…

MITpure Python · 3.10+
103.2Kdownloads / mo
rich Worth it
PyPI · Terminals · released Apr 2026

Rich renders styled text, tables, progress bars, syntax highlighting, markdown, and tracebacks to the terminal with minimal code.

MITpure Python · 3.9.0+
613.9Mdownloads / mo
rich-argparse Worth it
PyPI · User Interfaces · released May 2026

Formats argparse and optparse help output with rich styling, colors, and markup to improve CLI readability with minimal code changes.

MITpure Python · 3.9+
24.9Mdownloads / mo