$npx skillfedfor your agent

Packages starting with 'P'

2,503 packages · page 44 of 63

Packages

pyrate-limiter Worth it
PyPI · Python Modules · released Jun 2026

PyrateLimiter implements the Leaky-Bucket rate-limiting algorithm with support for multiple simultaneous rate limits, pluggable backends (in-memory, SQLite, Redis, Postgres, multiprocessing), and both sync and async APIs.

Install it if you need to enforce request quotas or throttle access to resources.

MITpure Python · 3.10+
7.9Mdownloads / mo
pyrdfa3 With conditions
PyPI · HTML · released Jan 2026

Parses RDFa markup embedded in HTML documents and extracts structured RDF data using the RDFa 1.1 specification.

However, the original maintainer has retired and the package is now community-maintained with minimal activity (1 star, aging status, last commit in January 2026).

license unclearpure Python · 3.8+aging
585.8Kdownloads / mo
pyre-check With conditions
PyPI · Software Development · released Aug 2026

Pysa is a static analysis tool that tracks data flows through Python code to identify security and privacy vulnerabilities like SQL injection and remote code execution, scaling to codebases with millions of lines.

MITcompiled wheel · 3.9+
238.4Kdownloads / mo
pyre-extensions With conditions
PyPI · Software Development · released Nov 2024

Provides typing extensions for the Pyre type checker, including ParameterSpecification for decorator typing, none_throws for explicit Optional handling, and safe_json for type-safe JSON parsing.

However, dormant maintenance (630 days since last release) means no active bug fixes or feature development; evaluate whether your use case requires these features…

MITpure Pythondormant
1.7Mdownloads / mo
pyreadline Skip
PyPI · Terminals · released Sep 2015

Provides GNU readline-like line editing and history functionality for Python on Windows, including text selection, clipboard operations, and keyboard shortcuts.

Install only if you are locked to Python 2.7 or 3.4–3.5 on legacy Windows systems with no other options.

BSD-3-Clausebuilds from sourceabandoned
258.6Kdownloads / mo
pyreadline3 With conditions
PyPI · Terminals · released May 2026

Provides GNU readline-like keyboard input handling and text editing for Python on Windows, including text selection, copy/paste, and multi-line code pasting.

However, verify compatibility if you're on a non-Windows platform, as the package is explicitly tested only on Windows 10 despite supporting Python 3.8–3.12.

BSD-3-Clausepure Python · 3.8+
7.7Mdownloads / mo
pyreadr Worth it
PyPI · Scientific/Engineering · released Apr 2026

Reads and writes R RData and Rds files directly into pandas DataFrames without requiring R or external dependencies installed.

Install it if you regularly work with R-generated datasets.

AGPLcompiled wheel
265.5Kdownloads / mo
pyreadstat Worth it
PyPI · Scientific/Engineering · released Aug 2026

Reads and writes SAS, SPSS, and Stata data files directly into pandas and polars DataFrames, preserving value labels, dates, and encodings.

permissive licensecompiled wheel
3.4Mdownloads / mo
pyrealsense2 Worth it
PyPI · Software Development · released Jul 2026

Python wrapper for Intel RealSense SDK 2.0 that enables depth and color streaming from RealSense depth cameras, with access to calibration data and frame intrinsics.

Apache-2.0compiled wheel · 3.9+
209.2Kdownloads / mo
PyRect With conditions
PyPI · Graphics · released Mar 2022

PyRect provides a Rect class for representing and manipulating rectangular areas, with attributes and calculations similar to Pygame's Rect but as a standalone module.

However, install friction is high (source distribution only), and the last release was in 2022—verify that it meets your Python version and feature needs before…

BSD-3-Clausebuilds from sourcedormant
2.9Mdownloads / mo
pyrefly Worth it
PyPI · Software Development · released Aug 2026

Pyrefly is a fast type checker and language server for Python that provides IDE features including code navigation, semantic highlighting, and code completion across multiple editors.

MITcompiled wheel · 3.8+
6.6Mdownloads / mo
pyrender With conditions
PyPI · Scientific/Engineering · released Feb 2021

Pyrender renders 3D scenes to images and provides an interactive viewer, supporting glTF 2.0 meshes, physically-based materials, and GPU-accelerated offscreen rendering on headless systems.

However, maintenance is dormant (last release 2021, no recent commits beyond early 2025), so expect no bug fixes or feature updates; verify compatibility with your…

MITpure Pythondormant
851.2Kdownloads / mo
pyrepl With conditions
PyPI · Utilities · released Aug 2026

pyrepl is a pure-Python readline-like library that provides interactive command-line editing with history, completion, and emacs-mode keybindings for building flexible CLI interfaces.

BSD-3-Clausepure Python · 3.8+
1.1Mdownloads / mo
pyreqwest With conditions
PyPI · WWW/HTTP · released Aug 2026

A Rust-based HTTP client for Python with both synchronous and asynchronous APIs, offering high-performance request handling with connection pooling, streaming, and standard HTTP features like HTTPS, redirects, and authentication.

license unclearcompiled wheel · 3.11+
190.5Kdownloads / mo
pyRFC3339 Worth it
PyPI · Internet · released Aug 2025

Parses and generates RFC 3339-compliant timestamps using Python datetime objects, converting between string representations and timezone-aware datetime instances.

Install it if you need to work with RFC 3339 timestamps; the low friction and narrow, well-defined scope make it a reliable choice for timestamp serialization and…

MITpure Python · 3.9+
15.5Mdownloads / mo
pyrfc6266 With conditions
PyPI · WWW/HTTP · released Apr 2022

Parses RFC 6266 Content-Disposition headers to extract filename and disposition information from HTTP responses and header strings.

However, be aware it will not receive updates or bug fixes—only install if the current implementation meets your needs and you're comfortable maintaining a fork if…

MITpure Pythonabandoned
76.8Kdownloads / mo
pyRFXtrx With conditions
PyPI · Python Modules · released May 2026

A Python library that communicates with RFXtrx devices to receive RF signals for home automation and sensor data collection.

LGPL-3.0-or-laterpure Python · 3.9+
74.6Kdownloads / mo
PyRIC Skip
PyPI · Software Development · released Dec 2016

PyRIC provides programmatic control over Linux wireless interfaces, allowing you to enumerate, configure, and manipulate WiFi cards directly from Python without relying on command-line tools.

No, not recommended for new projects.

GPL-3.0-onlybuilds from sourceabandoned
294.5Kdownloads / mo
pyriemann Worth it
PyPI · Artificial Intelligence · released Jul 2026

pyRiemann provides scikit-learn-compatible machine learning algorithms for classifying multivariate data using Riemannian geometry of symmetric positive definite matrices, with support for both NumPy and PyTorch backends.

permissive licensepure Python · 3.9+
89.5Kdownloads / mo
pyrig With conditions
PyPI · Python Modules · released Aug 2026

pyrig scaffolds, initializes, and maintains Python projects with standardized configuration, CLI generation, testing infrastructure, and CI/CD automation.

MITpure Python · 3.12+
120.6Kdownloads / mo
pyright Worth it
PyPI · Python Modules · released Jun 2026

Pyright is a Python command-line wrapper that provides static type checking for Python code by bundling Microsoft's pyright type checker and managing its Node.js runtime dependency automatically.

permissive licensepure Python · 3.7+
42.2Mdownloads / mo
pyrisco Worth it
PyPI · Monitoring · released May 2026

Pyrisco provides an async Python interface to Risco alarm systems via Risco Cloud, supporting both real-time state updates through Server-Sent Events and manual polling, plus local control via direct panel connection.

Install it if you need to integrate a Risco alarm into a Python automation or monitoring system.

MITpure Python · 3.11+
74.6Kdownloads / mo
pyrit With conditions
PyPI · Security · released Jul 2026

PyRIT is a framework for security professionals to identify and assess risks in generative AI systems through automated testing and red-teaming capabilities.

Install it if you need systematic red-teaming capabilities; skip it if you are not evaluating LLM security.

MITpure Python
116.0Kdownloads / mo
PyRMVtransport With conditions
PyPI · Internet · released Nov 2021

Queries real-time and scheduled transport departure data from the RMV public transit network in Germany via async HTTP calls.

However, the dormant maintenance status and gap since the last release mean you should test thoroughly against the live API and be prepared to fork or patch if the…

MITpure Python · 3.7+dormant
73.7Kdownloads / mo
pyrnnoise With conditions
PyPI · Scientific/Engineering · released Jan 2026

Python bindings for RNNoise that perform real-time noise suppression on speech audio via a recurrent neural network, with both command-line and programmatic interfaces for processing audio files and streams.

license unclearcompiled wheelaging
138.9Kdownloads / mo
pyro-api Skip
PyPI · Artificial Intelligence · released May 2020

Provides a generic dispatch API for probabilistic programming backends, allowing code to run against different Pyro implementations without modification.

Apache-2.0pure Pythonabandoned
1.2Mdownloads / mo
pyro-ppl Worth it
PyPI · Artificial Intelligence · released Jun 2024

Pyro is a deep probabilistic programming library built on PyTorch that enables you to define, fit, and sample from arbitrary probability distributions using composable abstractions for generative and inference models.

Apache-2.0pure Python · 3.8+
1.2Mdownloads / mo
Pyro4 Skip
PyPI · Distributed Computing · released Dec 2021

Pyro4 enables Python objects to communicate over a network using normal method calls, handling remote object location and serialization automatically.

MITpure Pythonabandoned
177.2Kdownloads / mo
Pyro5 With conditions
PyPI · Distributed Computing · released Jun 2026

Pyro5 enables remote method calls on Python objects across a network, letting you invoke methods on objects running on other machines as if they were local.

permissive licensepure Python · 3.7+
374.1Kdownloads / mo
pyroaring With conditions
PyPI · released Apr 2026

Provides an efficient, ordered set data structure for integers backed by the CRoaring C library, supporting both 32-bit and 64-bit values with fast set operations.

MITcompiled wheel
39.3Mdownloads / mo
pyrofork With conditions
PyPI · Libraries · released Dec 2025

Pyrofork is an asynchronous Python framework for interacting with Telegram's MTProto API, enabling you to build user clients and bots that send messages, handle events, and execute Telegram actions programmatically.

LGPL-3.0-or-laterpure Python
247.2Kdownloads / mo
Pyrogram With conditions
PyPI · Libraries · released Apr 2023

Pyrogram is an asynchronous Python framework for interacting with Telegram's MTProto API, enabling you to build custom clients and bots that send messages, handle events, and execute Telegram actions programmatically.

However, the project is abandoned—no maintenance since April 2023—so you should only adopt it if you can tolerate the risk that Telegram protocol changes or security…

LGPL-3.0-onlypure Pythonabandoned
503.5Kdownloads / mo
pyroma Worth it
PyPI · Quality Assurance · released Dec 2025

Pyroma rates how well a Python project complies with packaging best practices and identifies issues that could be improved, working on local directories, distribution files, or PyPI packages.

MITpure Python · 3.9+
405.5Kdownloads / mo
pyromark With conditions
PyPI · Markup · released Jun 2026

pyromark is a CommonMark-compliant Markdown parser that converts Markdown to HTML and exposes a structured event stream for programmatic element access.

license unclearcompiled wheel · 3.10+
290.8Kdownloads / mo
pyroots Skip
PyPI · Libraries · released Jun 2020

Implements root-finding algorithms (bisect, ridder, Brent) for single-variable functions without requiring scipy as a dependency.

No—not for new projects.

BSD-3-Clausepure Pythonabandoned
122.8Kdownloads / mo
pyrootutils With conditions
PyPI · Utilities · released Jun 2022

Finds your project root directory and configures Python paths, working directories, and environment variables in one call, so scripts work consistently regardless of where they're run from.

permissive licensepure Python · 3.7.0+
1.4Mdownloads / mo
pyros-genmsg Skip
PyPI · Build Tools · released Apr 2019

Generates ROS message and service data structures from definitions for use across various programming languages in ROS 1 systems.

Install only if you are actively maintaining an existing ROS 1 system with no migration path to ROS 2.

permissive licensepure Pythonabandoned
85.0Kdownloads / mo
pyroscope-io With conditions
PyPI · Software Development · released Jul 2026

Pyroscope-io is a continuous profiling agent that samples Python application stack traces and sends them to a Pyroscope server for performance analysis.

Apache-2.0compiled wheel · 3.10+
11.7Mdownloads / mo
pyroscope-otel With conditions
PyPI · Monitoring · released Jun 2026

Connects OpenTelemetry tracing with Pyroscope continuous profiling, attaching profile identifiers to spans and adding trace context to profile samples.

permissive licensepure Python · 3.10+
1.5Mdownloads / mo
pyroute2 With conditions
PyPI · Python Modules · released Apr 2026

Pyroute2 is a pure Python networking framework that provides direct access to Linux netlink protocols for configuring network interfaces, routes, firewall rules, and other system networking resources.

However, verify the dual GPL/Apache license terms for your use case first, and confirm that the unclear license treatment does not conflict with your project's…

GPL-2.0-or-later OR Apache-2.0pure Python · 3.9+
1.4Mdownloads / mo