$npx skillfedfor your agent

Packages starting with 'P'

2,503 packages · page 35 of 63

Packages

pymicro-vad With conditions
PyPI · Artificial Intelligence · released Jun 2026

A self-contained voice activity detector that processes 10ms chunks of 16-bit mono PCM audio at 16kHz and returns a speech probability score to classify audio as speech or silence.

permissive licensecompiled wheel · 3.9+
119.5Kdownloads / mo
pymiele With conditions
PyPI · WWW/HTTP · released May 2026

pymiele is a Python library that enables Home Assistant integration with Miele appliances via their API, using aiohttp for asynchronous HTTP communication.

permissive licensepure Python · 3.14.0+
93.4Kdownloads / mo
pymilvus.model With conditions
PyPI · Artificial Intelligence · released Mar 2025

Provides embedding and reranker model integrations for Milvus vector database, supporting OpenAI, Voyage AI, Cohere, SentenceTransformers, and Hugging Face models.

However, the aging maintenance status (501 days since last release) warrants checking that its dependencies remain compatible with your environment.

Apache-2.0pure Python · 3.8+aging
399.4Kdownloads / mo
pyminizip With conditions
PyPI · Python Modules · released Dec 2021

Creates password-encrypted ZIP files that can be extracted on Windows, wrapping the minizip C library for compression and decompression with optional password protection.

Install only if you need Windows-compatible encrypted ZIPs and can verify the vulnerabilities do not affect your threat model; consider alternatives if you need…

permissive licensebuilds from sourcedormant2 known vulnerabilities
427.9Kdownloads / mo
pymiscutils Skip
PyPI · Utilities · released Feb 2021

Provides a collection of utility classes and functions for common programming tasks, including recursive string parsing, context managers for system operations, and miscellaneous helper utilities.

permissive licensepure Pythonabandoned
612.4Kdownloads / mo
pymisp Worth it
PyPI · Internet · released Aug 2026

PyMISP is a Python library that connects to MISP platforms via their REST API to fetch, create, update, and search threat intelligence events and attributes.

Install it if you need to automate threat intelligence workflows or integrate MISP into a larger security system.

BSD-2-Clausepure Python
829.5Kdownloads / mo
pymitter Worth it
PyPI · Software Development · released Jul 2025

An event emitter library that lets you register handlers for named events, emit those events with arguments, and optionally match events using wildcards and namespace patterns.

Install it if you need publish-subscribe or event-driven communication in your application.

BSD-3-Clausepure Python · 3.9+
118.3Kdownloads / mo
pymobiledetect Skip
PyPI · Libraries · released May 2018

Detects mobile phones and tablets from HTTP user-agent strings and headers, classifying browser types for web applications.

AGPL-3.0-or-laterpure Pythonabandoned
141.3Kdownloads / mo
pymobiledevice3 With conditions
PyPI · Software Development · released Aug 2026

A pure Python library and command-line tool for interacting with iOS devices over USB or network, enabling device discovery, file access, app management, syslog streaming, and developer tooling.

GPL-3.0-or-laterpure Python · 3.9+
612.8Kdownloads / mo
pymodbus Worth it
PyPI · Utilities · released Aug 2026

PyModbus is a complete Modbus protocol implementation providing client, server, and simulator components with both synchronous and asynchronous APIs for industrial device communication.

Install it if you need to communicate with Modbus devices; the only caveat is to review API_changes when upgrading between minor versions, as the project does not…

BSD-3-Clausepure Python · 3.10.0+
1.8Mdownloads / mo
pyModbusTCP With conditions
PyPI · Networking · released Sep 2024

A pure-Python Modbus/TCP client and server library for reading and writing registers over TCP connections without external dependencies.

permissive licensepure Pythondormant
101.8Kdownloads / mo
PyMonCtl With conditions
PyPI · Monitoring · released Apr 2024

PyMonCtl provides cross-platform Python access to monitor information and control—querying resolution, position, brightness, and orientation, and setting display modes and geometry across Windows, Linux, and macOS.

BSD-3-Clausepure Python
200.3Kdownloads / mo
pymonetdb Worth it
PyPI · Database · released Jul 2026

pymonetdb is a native Python client library for MonetDB databases, providing DBAPI 2.0-compatible access without requiring any MonetDB system libraries.

Install it if you need to connect Python to MonetDB; the low friction and stable maintenance make it a straightforward choice.

MPL-2.0pure Python
265.9Kdownloads / mo
pymongo Worth it
PyPI · Database · released Apr 2026

PyMongo is the official MongoDB Python driver, providing synchronous and asynchronous APIs for querying, inserting, updating, and managing MongoDB databases from Python applications.

Install it if you need to connect Python to MongoDB.

Apache-2.0compiled wheel · 3.9+
119.0Mdownloads / mo
pymongo-auth-aws Worth it
PyPI · Database · released Sep 2024

Enables PyMongo to authenticate to MongoDB using AWS Identity and Access Management (IAM) credentials via the MONGODB-AWS authentication mechanism.

Apache-2.0pure Python · 3.8+
2.2Mdownloads / mo
pymongo_inmemory With conditions
PyPI · Utilities · released Mar 2025

Provides an in-memory MongoDB instance for testing by wrapping pymongo's MongoClient, eliminating the need for a running MongoDB server during development and test runs.

MITpure Pythonaging
117.4Kdownloads / mo
pymongo-search-utils With conditions
PyPI · Python Modules · released Feb 2026

Provides utility functions for vector search operations in MongoDB using PyMongo, simplifying the integration of vector-based queries with MongoDB collections.

However, adoption is still limited (top 15000 tier), so verify that its API surface and feature set match your specific vector search requirements before committing…

BSD-3-Clausepure Python · 3.10+
617.9Kdownloads / mo
pymongoarrow Worth it
PyPI · Database · released Jul 2026

PyMongoArrow converts MongoDB query results into Apache Arrow tables, Pandas DataFrames, or NumPy arrays for analytical processing.

Install it if you regularly need to move MongoDB query results into Arrow, Pandas, or NumPy for analysis.

Apache-2.0compiled wheel · 3.10+
228.8Kdownloads / mo
pymongocrypt With conditions
PyPI · Database · released Jun 2026

PyMongoCrypt provides Python bindings for libmongocrypt, enabling client-side encryption for MongoDB drivers through cffi and cryptography.

Apache-2.0compiled wheel · 3.9+
1.3Mdownloads / mo
pymongoexplain With conditions
PyPI · Database · released Jan 2022

Wraps PyMongo's Collection class to explain database operations without executing them, showing query plans and execution details instead.

However, verify PyMongo version compatibility first—the documented constraint is PyMongo>=3.10,<4, which may limit use in newer projects.

Apache-2.0pure Python · 3.5+
80.6Kdownloads / mo
pymoo Worth it
PyPI · Scientific/Engineering · released Jun 2026

pymoo implements single- and multi-objective optimization algorithms with visualization and decision-making tools for solving complex optimization problems in Python.

Apache-2.0compiled wheel · 3.10+
880.2Kdownloads / mo
pymorphy2 With conditions
PyPI · Python Modules · released Sep 2020

Morphological analyzer and inflection engine for Russian and Ukrainian text, performing part-of-speech tagging and word form generation.

However, be aware that maintenance is dormant—no updates since 2020—so you should verify compatibility with your Python version and consider whether you need active…

MITpure Pythondormant
215.9Kdownloads / mo
pymorphy2-dicts-ru With conditions
PyPI · Python Modules · released Oct 2020

Provides Russian morphological dictionaries for the pymorphy2 library, enabling Russian language text analysis and morphological parsing.

However, verify that its dictionary data meets your orthography and morphology standards—no updates have been released since 2020, so it may not reflect recent…

MITpure Pythondormant
198.1Kdownloads / mo
pymorphy3 With conditions
PyPI · Python Modules · released Oct 2025

Morphological analyzer and POS tagger for Russian and Ukrainian text that performs inflection analysis and lemmatization.

MITpure Pythonaging
434.4Kdownloads / mo
pymorphy3-dicts-ru With conditions
PyPI · Python Modules · released Jan 2022

Provides Russian morphological dictionaries for pymorphy3, enabling morphological analysis and lemmatization of Russian text.

However, it is abandoned—no updates since 2022-01-08.

MITpure Pythonabandoned
431.3Kdownloads / mo
pymorphy3-dicts-uk With conditions
PyPI · Python Modules · released Sep 2022

Provides Ukrainian morphological dictionaries for pymorphy3, enabling Ukrainian language text analysis and lemmatization.

However, proceed with caution: the package is abandoned (last update 2022-12-01), so dictionary accuracy and compatibility with current Python versions are not…

MITpure Pythonabandoned
113.8Kdownloads / mo
pymp4 With conditions
PyPI · Utilities · released May 2023

Parses and builds MP4 box structures from binary data using the construct library, enabling programmatic inspection and manipulation of MP4 file metadata.

Install only if you are comfortable with no active bug fixes or feature development; for production use, verify that its scope matches your MP4 variant and box types.

Apache-2.0pure Pythondormant
931.6Kdownloads / mo
Pympler With conditions
PyPI · Software Development · released Jun 2024

Pympler measures, monitors, and analyzes memory behavior of Python objects in running applications, helping identify memory bloat and unexpected runtime issues through size profiling, online monitoring, and lifetime analysis.

Apache-2.0pure Python · 3.6+aging
6.2Mdownloads / mo
PyMsgBox Worth it
PyPI · Utilities · released Sep 2025

PyMsgBox provides JavaScript-like message box functions (alert, confirm, prompt, password) that work cross-platform in pure Python, displaying native dialog boxes for user interaction.

GPL-3.0-or-laterpure Python · 3.4+aging
5.3Mdownloads / mo
pymssql Worth it
PyPI · Python Modules · released Feb 2026

pymssql provides a Python DB-API interface to Microsoft SQL Server, built on FreeTDS, enabling standard database operations like connecting, querying, and retrieving results.

Install it if you need to connect Python to Microsoft SQL Server and prefer a lightweight, DB-API-compliant interface over heavier ORMs.

copyleftcompiled wheel · 3.9+
54.9Mdownloads / mo
pymsteams Worth it
PyPI · Python Modules · released Jan 2025

Sends formatted messages to Microsoft Teams channels via webhook connectors, supporting plain text, rich cards with sections, buttons, and interactive actions.

Apache-2.0pure Python · 3.9+
7.6Mdownloads / mo
pymunk Worth it
PyPI · Libraries · released Jun 2026

Pymunk is a 2D rigid body physics simulation library for Python, providing collision detection, body dynamics, and constraint solving built on the Chipmunk2D engine.

MITcompiled wheel · 3.9+
379.1Kdownloads / mo
pymupdf Worth it
PyPI · Libraries · released Aug 2026

PyMuPDF extracts, renders, converts, and manipulates PDF and other document formats (XPS, EPUB, images, Office files via Pro) with high performance, providing text, tables, images, and metadata with precise layout information.

The AGPL license requires careful review if you are building proprietary software—commercial licensing is available from Artifex.

AGPLcompiled wheel · 3.10+
114.9Mdownloads / mo
pymupdf-fonts With conditions
PyPI · Utilities · released Dec 2021

Provides a collection of optional fonts (FiraGO, FiraMono, Space Mono, Noto Sans, Ubuntu, Cascadia Mono, and symbol fonts) encoded as Python variables for use in PDF text rendering.

license unclearpure Pythonabandoned
124.1Kdownloads / mo
pymupdf-layout With conditions
PyPI · Libraries · released Aug 2026

PyMuPDF Layout analyzes PDF structure and content using Graph Neural Networks to extract semantic layout information—titles, headings, tables, images, text styling—and outputs structured data in Markdown, JSON, or TXT format.

However, AGPL licensing means you must either open-source derivative works or obtain a commercial license from Artifex.

AGPLcompiled wheel · 3.10+
23.4Mdownloads / mo
pymupdf-stubs With conditions
PyPI · Python Modules · released Aug 2026

Provides type stubs for PyMuPDF to enable static type checking of PDF document manipulation code without runtime overhead.

Apache-2.0pure Python · 3.12+
121.1Kdownloads / mo
pymupdf4llm Worth it
PyPI · Utilities · released Aug 2026

Converts PDFs and documents into clean, structured Markdown, JSON, or plain text optimized for LLM ingestion and RAG pipelines, with automatic layout analysis and selective OCR.

AGPLpure Python · 3.10+
23.5Mdownloads / mo
PyMuPDFb With conditions
PyPI · Libraries · released Sep 2024

PyMuPDFb provides the compiled MuPDF C engine binaries that power PyMuPDF's PDF processing—text extraction, rendering, annotation, and document conversion without mandatory external dependencies.

AGPLcompiled wheel · 3.8+
4.2Mdownloads / mo
pymupdfpro With conditions
PyPI · Libraries · released Aug 2026

PyMuPDF Pro extends PyMuPDF with commercial Office document handling—parsing, extracting text and tables from, and converting doc, docx, hwp, hwpx, ppt, pptx, xls, xlsx, and similar formats.

However, the commercial license and unclear trial restrictions mean you should verify licensing terms and test trial mode before committing to production use.

license unclearcompiled wheel · 3.9+
358.4Kdownloads / mo
pymysensors Worth it
PyPI · Home Automation · released Jul 2025

Python API for communicating with MySensors gateways over serial, TCP, or MQTT protocols, supporting protocol versions 1.4 through 2.2 with OTA firmware updates and sensor network management.

Install it if you are building a home automation or IoT application around MySensors hardware.

MITpure Python · 3.9+
73.5Kdownloads / mo