$npx skillfedfor your agent

Packages starting with 'P'

2,503 packages · page 34 of 63

Packages

pylru Worth it
PyPI · Python Modules · released Apr 2026

Provides a pure-Python LRU (least recently used) cache with constant-time lookup, insert, and delete operations, plus wrapper classes for caching access to dict-like objects and functions.

Install it if you need a simple, pure-Python caching layer with constant-time operations and optional write-through or write-back semantics for dict-like backends.

MITpure Python · 3.3+
459.4Kdownloads / mo
pylsp-mypy Worth it
PyPI · Software Development · released Jul 2026

Integrates mypy static type checking into the Python LSP Server, displaying type errors and inferred types directly in your IDE as you edit.

Install it if you use python-lsp-server and want inline type checking; the only gotcha is the Python 3.10+ requirement and the need to install it in the same…

MITpure Python · 3.10+
321.8Kdownloads / mo
pylspci With conditions
PyPI · Libraries · released Aug 2022

Parses the output of the lspci command to extract and structure PCI device information from the pciutils package.

GPL-3.0-onlypure Python · 3.5+abandoned
190.0Kdownloads / mo
pylsqpack With conditions
PyPI · WWW/HTTP · released Mar 2026

pylsqpack provides Python Decoder and Encoder objects for reading and writing HTTP/3 headers compressed with QPACK, wrapping the ls-qpack C library.

BSD-3-Clausecompiled wheel · 3.10+
3.2Mdownloads / mo
PyLTI1p3 With conditions
PyPI · Python Modules · released Nov 2022

Implements the LTI 1.3 Advantage specification for Python web applications, providing OIDC login and message launch handling with built-in adapters for Django and Flask.

However, verify compatibility with your target LMS versions and be prepared to fork or patch if critical issues arise post-2022, since the original maintainer is not…

MITpure Pythondormant
189.9Kdownloads / mo
pyluach Worth it
PyPI · Python Modules · released Sep 2025

Converts between Hebrew and Gregorian calendar dates, calculates date differences and offsets, identifies holidays and weekly Torah portions, and generates Hebrew calendars in text and HTML formats.

Install it if your application needs to work with Hebrew dates, holidays, or Torah portions; skip it if you only need Gregorian calendar operations.

MITpure Python · 3.8+
4.9Mdownloads / mo
pylutron-caseta Worth it
PyPI · Networking · released Jun 2026

A Python API for controlling Lutron Caséta smart home devices via their bridge, supporting async communication with TLS authentication and device state management.

Apache-2.0pure Python · 3.10.0+
99.2Kdownloads / mo
pylxd Worth it
PyPI · Distributed Computing · released Apr 2026

pylxd provides a Python interface to the LXD REST API, enabling programmatic control of LXD containers and virtual machines.

Install it if you need to automate LXD operations from Python; skip it if you only use LXD from the command line or don't manage LXD systems.

Apache-2.0pure Python · 3.10+
78.4Kdownloads / mo
pylzss With conditions
PyPI · Utilities · released May 2024

pylzss decodes and encodes data compressed with the LZSS algorithm, a lossless compression method commonly used in legacy data formats and embedded systems.

However, this is a narrow-use library; install only if you are working with LZSS-compressed data or legacy formats that require it.

copyleftcompiled wheel · 3.8+dormant
331.9Kdownloads / mo
pymacaroons With conditions
PyPI · WWW/HTTP · released Feb 2018

PyMacaroons implements macaroons—bearer credentials with embedded authorization caveats that can be created, serialized, and cryptographically verified.

However, if you require active development, recent Python version support beyond 3.9, or performance-critical use, consider whether libmacaroons bindings or an…

MITpure Pythondormant
1.0Mdownloads / mo
pymammotion With conditions
PyPI · Internet · released Aug 2026

PyMammotion provides a Python API to control and monitor Mammotion robotic mowers (Luba, Yuka, Spino) via MQTT, cloud, and Bluetooth connections.

GPL-3.0pure Python · 3.13+
101.2Kdownloads / mo
pymannkendall With conditions
PyPI · Scientific/Engineering · released Jan 2023

Implements a suite of Mann-Kendall trend tests and Sen's slope estimators for analyzing monotonic trends in time series data, including variants for seasonal, regional, and autocorrelated data.

However, note that the last release was in January 2023; verify that it supports your target Python version and that no critical bugs have emerged in your use case…

MITpure Pythonaging
633.1Kdownloads / mo
pymantic With conditions
PyPI · WWW/HTTP · released Oct 2025

Pymantic parses and queries RDF and semantic web data formats (Turtle, N-Triples, N3) and provides a Python API to work with RDF graphs and SPARQL endpoints.

However, maintenance is aging (316 days since last release), so evaluate whether the project's pace suits your stability requirements.

BSD-3-Clausepure Pythonaging
130.9Kdownloads / mo
pymap3d With conditions
PyPI · GIS · released Jul 2025

Converts between geographic and 3-D coordinate systems (geodetic, ECEF, ENU, NED, AER, ECI) with pure Python and optional NumPy acceleration, following Matlab Mapping Toolbox conventions.

BSD-3-Clausepure Python · 3.9+aging
702.1Kdownloads / mo
pymarc Worth it
PyPI · Text Processing · released Jul 2026

pymarc reads, writes, and modifies MARC21 bibliographic records, the standard format used by libraries to encode catalog metadata.

Install it if you work with library data, need to migrate MARC records, or integrate with library systems.

license unclearpure Python · 3.10+
93.8Kdownloads / mo
pymarkdownlnt Worth it
PyPI · Application Frameworks · released Jul 2026

PyMarkdown is a GitHub Flavored Markdown linter that analyzes document structure using a spec-compliant parser to enforce consistent Markdown style rules across files.

Install it if you want automated Markdown quality checks in your project or CI pipeline.

MITpure Python · 3.10.0+
1.5Mdownloads / mo
pymata-express Skip
PyPI · Utilities · released Aug 2021

An asyncio-based Python client for controlling Arduino boards via the Firmata protocol, supporting digital/analog I/O, sensors, and motors through callback-driven or polled event handling.

AGPL-3.0-or-laterpure Pythonabandoned
73.9Kdownloads / mo
PyMatching Worth it
PyPI · Scientific/Engineering · released May 2026

PyMatching is a fast Python/C++ library for decoding quantum error correcting codes using the Minimum Weight Perfect Matching (MWPM) decoder, designed to find the most probable set of errors from syndrome measurements.

permissive licensecompiled wheel · 3.8+
184.4Kdownloads / mo
pymatgen Worth it
PyPI · Python Modules · released May 2026

Pymatgen provides Python classes and analysis tools for materials science workflows, including structure representation, file I/O for computational chemistry formats (VASP, ABINIT, Gaussian, CIF), phase diagrams, electronic structure analysis, and integration with the Materials Project REST API.

Install it if you work with crystal structures, computational chemistry outputs, or materials databases; skip it if your work does not involve materials analysis.

MITpure Python · 3.11+
929.4Kdownloads / mo
pymatgen-core With conditions
PyPI · Python Modules · released Aug 2026

pymatgen-core provides core data structures and I/O for materials science, including Element, Site, Molecule, and Structure classes with support for VASP, ABINIT, CIF, Gaussian, and other computational chemistry formats.

MITcompiled wheel · 3.11+
701.9Kdownloads / mo
pymatgen-io-validation Worth it
PyPI · Scientific/Engineering · released Aug 2026

Validates VASP electronic structure calculation inputs and outputs against Materials Project standards, checking for parameter compliance, known bugs, and calculation discrepancies.

BSD-3-Clause-LBNLpure Python · 3.11+
669.9Kdownloads / mo
pymatreader Worth it
PyPI · Scientific/Engineering · released May 2026

Reads MATLAB .mat files in both legacy and HDF5-based formats (>= 7.3) and returns their contents as Python dictionaries.

BSD-3-Clausepure Python · 3.10+
129.3Kdownloads / mo
PyMatting Worth it
PyPI · Scientific/Engineering · released Jan 2026

PyMatting solves the alpha matting problem—extracting foreground objects from images given a hand-drawn trimap—using multiple algorithmic approaches and provides foreground estimation with optional GPU acceleration.

Install it if you need to solve alpha matting problems or extract foreground objects from images with trimap guidance.

MITpure Python · 3+
3.2Mdownloads / mo
pymaven-patch With conditions
PyPI · Build Tools · released Mar 2024

Pymaven-patch provides Python access to Maven repositories and POM files, enabling programmatic interaction with Maven build system artifacts and project metadata.

permissive licensepure Pythondormant
127.9Kdownloads / mo
pymavlink Worth it
PyPI · Scientific/Engineering · released Aug 2025

Pymavlink is a Python implementation of the MAVLink protocol for communicating with unmanned aerial vehicles and other robotic systems, plus tools for analyzing flight logs.

LGPL-3.0-onlycompiled wheel
768.2Kdownloads / mo
pymbar With conditions
PyPI · Scientific/Engineering · released Mar 2024

pymbar implements the multistate Bennett acceptance ratio (MBAR) method to estimate free energy differences and expectation values from equilibrium samples across multiple thermodynamic states.

MITpure Python · 3.6+aging
125.5Kdownloads / mo
pymc Worth it
PyPI · Scientific/Engineering · released Aug 2026

PyMC is a Python package for Bayesian statistical modeling and probabilistic programming, providing advanced MCMC and variational inference algorithms for parameter estimation and posterior inference.

Install it if you need to fit Bayesian models with flexible inference algorithms; avoid it only if you require Python versions below 3.12 or have no need for…

Apache-2.0pure Python · 3.12+
5.5Mdownloads / mo
pymc-extras Worth it
PyPI · Scientific/Engineering · released Jul 2026

Extends PyMC with specialized distributions, alternative inference methods, and statespace models that are too specialized for the core library but useful enough to avoid reimplementing.

Install it if you need specialized distributions, alternative inference methods, or statespace models beyond what PyMC core offers.

Apache-2.0pure Python · 3.12+
257.7Kdownloads / mo
pymc-marketing With conditions
PyPI · Scientific/Engineering · released Aug 2026

PyMC-Marketing provides Bayesian statistical models for marketing analytics, including Marketing Mix Modeling (MMM), Customer Lifetime Value (CLV), Customer Choice, Bass Diffusion, and Predicted Incrementality by Experimentation (PIE).

Apache-2.0pure Python · 3.12+
184.7Kdownloads / mo
pymc3 With conditions
PyPI · Scientific/Engineering · released May 2024

PyMC3 is a Python package for Bayesian statistical modeling and probabilistic machine learning, implementing advanced Markov chain Monte Carlo (MCMC) and variational inference algorithms for complex probabilistic models.

However, it is now legacy—the PyMC project has been renamed and moved to newer backends.

Apache-2.0pure Python · 3.7+
319.1Kdownloads / mo
pymdown-extensions Worth it
PyPI · Python Modules · released Jul 2026

Pymdown Extensions provides a collection of additional extensions for Python Markdown that add syntax support for advanced formatting, including tabbed content, superfences with syntax highlighting, emoji, and other markup enhancements.

Install it if you need markdown features beyond the standard library.

MITpure Python · 3.10+
26.3Mdownloads / mo
pymediainfo With conditions
PyPI · Utilities · released Feb 2025

pymediainfo extracts detailed metadata from multimedia files by wrapping the MediaInfo library, parsing video, audio, and image properties into structured Python objects.

However, maintenance is dormant and the external MediaInfo dependency adds installation complexity; verify that your deployment environment can satisfy this…

MITcompiled wheel · 3.9+dormant
2.6Mdownloads / mo
PyMeeus With conditions
PyPI · Astronomy · released Dec 2022

PyMeeus implements astronomical algorithms from Jean Meeus's classical reference, providing Python classes for computing celestial positions, lunar phases, planetary phenomena, and time conversions with minimal dependencies.

However, verify Python version compatibility first and consider whether other libraries better suit production-grade use cases.

LGPL-3.0-onlybuilds from source
2.8Mdownloads / mo
Pymem With conditions
PyPI · Software Development · released Oct 2024

Pymem provides direct read and write access to Windows process memory, allowing you to inspect and modify running processes at the byte level from Python.

MITpure Python
153.6Kdownloads / mo
pymemcache With conditions
PyPI · Database · released Oct 2022

A pure-Python memcached client implementing the complete text protocol with support for TCP (IPv4/IPv6) and UNIX sockets, configurable timeouts, and optional noreply mode for faster writes.

Apache-2.0pure Python · 3.7+aging
3.0Mdownloads / mo
pymeshfix With conditions
PyPI · Scientific/Engineering · released Apr 2026

PyMeshFix repairs triangular meshes by removing defects like self-intersections, degenerate elements, and singularities, producing watertight output meshes from digitized 3D models.

AGPL-3.0-onlycompiled wheel
181.3Kdownloads / mo
pymeshlab With conditions
PyPI · Graphics · released Jan 2026

PyMeshLab provides Python bindings to MeshLab, enabling programmatic loading, processing, and saving of 3D triangle meshes with access to MeshLab's filtering and manipulation operations.

copyleftcompiled wheelaging
450.7Kdownloads / mo
PyMeta3 Skip
PyPI · Software Development · released Feb 2015

PyMeta3 compiles pattern-matching grammars based on Parsing Expression Grammars (PEGs) into Python classes, enabling compact syntax for lexing, parsing, and tree transformation.

MITbuilds from sourceabandoned
659.0Kdownloads / mo
pymetastore With conditions
PyPI · Database · released Nov 2025

pymetastore is a Python client for the Hive Metastore that provides a Thrift-based interface to query and manage metadata about databases, tables, and partitions in a Hive metastore service.

permissive licensepure Python · 3.8+aging
125.4Kdownloads / mo
pymgclient With conditions
PyPI · Software Development · released Jul 2026

pymgclient is a Python adapter for Memgraph graph database, implementing the DB-API 2.0 specification to enable query execution and result fetching through a standard cursor interface.

Apache-2.0compiled wheel · 3.9+
138.6Kdownloads / mo