$npx skillfedfor your agent

Packages starting with 'P'

2,503 packages · page 24 of 63

Packages

pybgpkit-parser With conditions
PyPI · Internet · released Jul 2026

Parses BGP (Border Gateway Protocol) update and route data from remote or local sources, exposing routing announcements, withdrawals, and path attributes through a Python interface backed by a Rust parser.

permissive licensecompiled wheel · 3.9+
106.9Kdownloads / mo
pybids Worth it
PyPI · Scientific/Engineering · released Mar 2026

PyBIDS provides a Python interface to query, validate, and interact with neuroimaging datasets that conform to the BIDS (Brain Imaging Data Structure) standard format.

Install only if you work with BIDS datasets; it is not a general-purpose tool.

MITpure Python · 3.10+
136.3Kdownloads / mo
pybigquery Skip
PyPI · Front-Ends · released Aug 2021

SQLAlchemy dialect for BigQuery that enables SQL queries against BigQuery datasets using SQLAlchemy's ORM and expression language.

MITpure Pythonabandoned
199.2Kdownloads / mo
pybigtools Worth it
PyPI · Bio-Informatics · released Jun 2026

pybigtools is a Python wrapper around a Rust library for reading and writing bigWig and bigBed genomic data files with high performance and minimal memory overhead.

Install it if you work with genomic interval data in these formats.

permissive licensecompiled wheel · 3.8+
636.4Kdownloads / mo
pyBigWig With conditions
PyPI · Information Analysis · released Jan 2026

A Python C extension for reading and writing bigWig and bigBed genomic data files, with support for local and remote file access via libBigWig.

permissive licensecompiled wheel · 3.9+
164.3Kdownloads / mo
pybind11 Worth it
PyPI · Python Modules · released Aug 2026

pybind11 is a header-only C++ library that creates Python bindings for C++ code, mapping C++ types, functions, classes, and STL containers to Python with minimal boilerplate.

BSD-3-Clausepure Python · 3.9+
29.7Mdownloads / mo
pybind11-global Worth it
PyPI · Python Modules · released Aug 2026

A header-only C++ library that generates Python bindings for C++ code, mapping C++ types, functions, classes, and STL containers to Python with minimal boilerplate.

Install it if building Python extensions in C++ or integrating C++ libraries into Python projects.

BSD-3-Clausepure Python · 3.9+
579.4Kdownloads / mo
pybind11-stubgen With conditions
PyPI · Build Tools · released Aug 2025

Generates PEP 561 type stubs for Python binary extensions, making them visible to static analysis tools and IDEs by introspecting compiled modules.

permissive licensepure Python
1.3Mdownloads / mo
PyBindGen With conditions
PyPI · Build Tools · released Mar 2022

PyBindGen generates clean C or C++ code that wraps C/C++ libraries as Python modules, without requiring Boost.Python or external runtime libraries.

LGPL-2.0-or-laterpure Pythonabandoned
82.7Kdownloads / mo
pybit Worth it
PyPI · Python Modules · released Jul 2026

pybit is the official Python connector for Bybit's HTTP and WebSocket APIs, enabling traders and developers to interact with Bybit's trading, account, and P2P endpoints.

Install it if you need to programmatically trade or monitor accounts on Bybit.

MITpure Python · 3.10+
310.6Kdownloads / mo
pyblock-builder With conditions
PyPI · Python Modules · released Mar 2024

PyBlock Builder provides Python classes and helper functions to construct Slack Block Kit UI layouts declaratively, reducing boilerplate when building Slack app interfaces.

However, be aware that maintenance is aging—no updates since early 2024—so if Slack's Block Kit API evolves significantly or you encounter bugs, you may need to fork…

BSD-3-Clausepure Pythonaging
79.4Kdownloads / mo
pybloom-live With conditions
PyPI · Python Modules · released Oct 2022

Implements Bloom filters—space-efficient probabilistic data structures for fast set membership testing with controllable false positive rates and no false negatives.

Install only if your use case genuinely benefits from Bloom filter semantics; for simple set membership in memory-unconstrained applications, a plain Python set is…

MITbuilds from sourceaging
128.1Kdownloads / mo
pyblu With conditions
PyPI · Networking · released Aug 2026

Control and query BluOS audio players over the network using their REST API, with async support and no authentication required.

MITpure Python · 3.12+
82.2Kdownloads / mo
PyBoolector Skip
PyPI · Python Modules · released Nov 2025

Python wrapper around Boolector, a Satisfiability Modulo Theories (SMT) solver for bit-vectors, arrays, and uninterpreted functions supporting SMT-LIB logics.

MITcompiled wheelabandoned
115.1Kdownloads / mo
pybotvac With conditions
PyPI · Utilities · released Apr 2026

pybotvac provides an unofficial Python API to control Neato Botvac Connected vacuum robots remotely, supporting commands like start, pause, stop, and schedule management.

However, treat it as experimental—the API is unofficial and reverse-engineered, so compatibility with firmware updates is not guaranteed.

permissive licensepure Python
74.9Kdownloads / mo
pybravia Worth it
PyPI · Networking · released Jul 2026

Provides an async Python interface to control Sony Bravia TVs (2013 and newer) over the network using PSK or PIN-based authentication.

permissive licensepure Python · 3.10+
89.5Kdownloads / mo
pybreaker Worth it
PyPI · Libraries · released Sep 2025

PyBreaker wraps function calls with a circuit breaker that automatically stops calling a failing service after a threshold of errors, then periodically retries to detect recovery.

BSD-3-Clausepure Python · 3.9+
36.0Mdownloads / mo
pybtex Worth it
PyPI · Utilities · released Apr 2026

Pybtex reads bibliography data from BibTeX, BibTeXML, or YAML files and generates formatted bibliographies in LaTeX, HTML, markdown, or plain text, supporting both BibTeX style files and Python-based custom styles.

Install it if you need to process BibTeX files programmatically, generate bibliographies in multiple formats, or integrate bibliography handling into a Python workflow.

MITpure Python · 3.8+
1.9Mdownloads / mo
pybtex-docutils With conditions
PyPI · XML · released Aug 2023

Integrates BibTeX citations into docutils-generated documentation, enabling bibliography rendering in reStructuredText documents without Sphinx.

However, maintenance is aging (last release 1088 days ago); verify compatibility with your docutils version before relying on it in production.

MITpure Python · 3.7+aging
884.5Kdownloads / mo
pybuildkite With conditions
PyPI · Build Tools · released Jul 2025

A Python client library for the Buildkite API that lets you query organizations, manage builds, list pipelines, and download artifacts programmatically.

permissive licensepure Pythonaging
546.7Kdownloads / mo
pybullet With conditions
PyPI · Artificial Intelligence · released Jan 2025

PyBullet provides physics simulation, robotics modeling, and collision detection through Python bindings to the Bullet Physics SDK, supporting URDF/SDF file loading, kinematics, dynamics, and rendering.

permissive licensecompiled wheelaging
443.9Kdownloads / mo
PyByteBuffer Skip
PyPI · Software Development · released Dec 2020

PyByteBuffer provides Java ByteBuffer-style buffer manipulation for Python, allowing you to allocate, read, and write bytes with position tracking and endianness control.

copyleftpure Python · 3+abandoned
1.5Mdownloads / mo
pyc-wheel With conditions
PyPI · Python Modules · released Jun 2026

Compiles all Python source files (.py) in a wheel to bytecode (.pyc) files, optionally renaming the wheel to reflect the target Python version.

MITpure Python
213.2Kdownloads / mo
pycadf With conditions
PyPI · Monitoring · released Jul 2026

PyCADF implements the Cloud Auditing Data Federation specification to provide a standardized auditing data model for OpenStack and other systems that need to emit structured audit events.

Apache-2.0pure Python · 3.11+
329.2Kdownloads / mo
pyCalverter Skip
PyPI · Python Modules · released Jun 2011

Converts between different calendar systems, allowing date translation across calendar formats such as Gregorian, Persian, and other calendar types.

copyleftbuilds from sourceabandoned
87.2Kdownloads / mo
PyCampbellCR1000 Skip
PyPI · Python Modules · released Nov 2017

Communicates with Campbell CR1000-type dataloggers over TCP, UDP, Serial, or GSM connections to query time, retrieve data tables, and download logged measurements.

GPL-3.0-onlybuilds from sourceabandoned
94.1Kdownloads / mo
pycapnp With conditions
PyPI · Communications · released Jul 2026

pycapnp is a Python binding for Cap'n Proto, a serialization and RPC framework enabling efficient schema-based message exchange and remote procedure calls.

Not recommended if you cannot install a C++ compiler or prefer pure-Python serialization.

permissive licensecompiled wheel · 3.9+
1.7Mdownloads / mo
pycares With conditions
PyPI · Internet · released Jan 2026

pycares provides a Python interface to c-ares, a C library for asynchronous DNS requests and name resolution.

Install only if your application genuinely requires non-blocking DNS queries; the standard library's socket module is sufficient for most synchronous use cases.

MITcompiled wheel · 3.9+
21.3Mdownloads / mo
pycaret With conditions
PyPI · Artificial Intelligence · released Apr 2024

PyCaret automates machine learning workflows by wrapping scikit-learn, LightGBM, and related libraries, letting you build classification, regression, clustering, time-series, and anomaly-detection models with minimal code.

MITpure Python · 3.9+
483.3Kdownloads / mo
pycarlo Worth it
PyPI · Build Tools · released Aug 2026

Pycarlo is Monte Carlo's Python SDK for querying and mutating data via their GraphQL API, with convenience features for common operations like dbt integration, circuit breaking, and PII filtering.

Apache-2.0pure Python · 3.10+
5.9Mdownloads / mo
pycasbin Worth it
PyPI · Security · released Feb 2026

PyCasbin enforces access control policies using models like ACL, RBAC, and ABAC, determining whether a subject can perform an action on an object based on configurable rules.

Install it if your application requires authorization beyond simple role checks or if you anticipate changing authorization rules frequently.

Apache-2.0pure Python · 3.8+
2.1Mdownloads / mo
pycat-napari With conditions
PyPI · Visualization · released Aug 2026

PyCAT-Napari is a napari-based desktop application for detecting, measuring, and analyzing biomolecular condensates in fluorescence and brightfield microscopy images, with support for 2D, Z-stack, and time-series data.

BSD-3-Clausepure Python
297.0Kdownloads / mo
pycaw With conditions
PyPI · Utilities · released Oct 2025

Pycaw provides programmatic control of Windows audio devices, sessions, and volume levels through Python bindings to the Windows Core Audio API.

license unclearpure Python
175.7Kdownloads / mo
pyccolo With conditions
PyPI · Software Development · released Jul 2026

Pyccolo is a library for declarative instrumentation in Python that rewrites source code with event-emitting AST transformations, letting you specify what instrumentation to perform and handling the implementation details automatically.

However, it is classified as Alpha, so production use should account for potential API changes.

BSD-3-Clausepure Python · 3.6+
223.0Kdownloads / mo
pycdc With conditions
PyPI · Financial · released Jun 2026

Searches the web for gift ideas and client appreciation strategies tailored to CRM customer profiles, occasions, and budgets.

However, the alpha status and lack of documentation links mean you should expect API changes and test thoroughly before relying on it in production.

MITpure Python · 3.10+
107.9Kdownloads / mo
pycdlib Worth it
PyPI · Utilities · released Aug 2026

PyCdlib is a pure Python library for parsing, creating, and writing ISO9660 disc image files, supporting extensions like El Torito, Joliet, Rock Ridge, and UDF.

copyleftpure Python · 3.10+
1.0Mdownloads / mo
pycel With conditions
PyPI · Python Modules · released Oct 2021

Pycel translates Excel spreadsheets into executable Python code that runs independently of Excel, using a graph-based computation model with caching and lazy evaluation.

However, maintenance is dormant (last release October 2021), so expect no new function support or bug fixes; verify that your spreadsheet's functions are already…

GPL-3.0-onlypure Python · 3.6+dormant2 known vulnerabilities
327.0Kdownloads / mo
pycep-parser With conditions
PyPI · Markup · released Aug 2026

Parses Azure Bicep infrastructure-as-code files into a structured representation using Lark, enabling programmatic analysis and manipulation of Bicep templates.

Apache-2.0pure Python · 3.10+
4.6Mdownloads / mo
pychrome With conditions
PyPI · WWW/HTTP · released Jul 2023

Pychrome provides a Python interface to control Google Chrome via the Chrome DevTools Protocol, allowing you to automate browser interactions, navigate pages, and listen to network events programmatically.

BSD-3-Clausepure Pythondormant
355.9Kdownloads / mo
PyChromecast Worth it
PyPI · Python Modules · released Mar 2026

Communicate with Google Chromecast devices over the network to discover them, control playback, and send commands via custom namespaces.

MITpure Python · 3.11.0+
225.1Kdownloads / mo