$npx skillfedfor your agent

Packages starting with 'P'

2,503 packages · page 33 of 63

Packages

pylibcudf-cu12 With conditions
PyPI · Scientific/Engineering · released Aug 2026

pylibcudf-cu12 provides Python bindings for libcudf, a CUDA C++ library that accelerates tabular data operations on NVIDIA GPUs using Apache Arrow data structures.

Apache-2.0compiled wheel · 3.11+
411.0Kdownloads / mo
pylibdmtx With conditions
PyPI · Utilities · released Mar 2022

Reads and writes Data Matrix barcodes, accepting image objects, numpy arrays, and raw bytes, with barcode location decoding.

However, maintenance is aging (last release 2022)—evaluate whether you need active support or can accept a stable, mature library.

MITpure Pythonaging
232.3Kdownloads / mo
pylibfdt With conditions
PyPI · Software Development · released Apr 2025

Provides Python bindings to libfdt, the device tree compiler library, enabling programmatic parsing and manipulation of device tree binary files.

However, verify the license terms first due to unclear metadata, and be aware that install friction is high and maintenance is aging—expect no rapid updates if issues…

license unclearbuilds from sourceaging
262.9Kdownloads / mo
pylibftdi With conditions
PyPI · Scientific/Engineering · released Apr 2026

Pythonic interface to FTDI USB devices via libftdi, providing serial and parallel IO with file-like read/write operations and support for multiple devices.

MITpure Python · 3.10+
93.3Kdownloads / mo
pylibiio With conditions
PyPI · Scientific/Engineering · released Aug 2023

Python bindings for libiio, a library for interfacing with Linux Industrial Input/Output (IIO) devices including ADCs, DACs, accelerometers, gyros, sensors, and RF transceivers.

The main gotcha is the external library requirement—verify libiio is available for your platform before committing.

LGPL-2.0-or-laterpure Python
338.0Kdownloads / mo
pylibjpeg With conditions
PyPI · Libraries · released Sep 2025

Decodes and encodes JPEG, JPEG-LS, JPEG 2000, and RLE image formats, primarily for use with DICOM medical imaging data.

Install only if you also install at least one format-specific plugin; the base package alone cannot decode or encode.

MITpure Python · 3.10+
275.7Kdownloads / mo
pylibjpeg-libjpeg With conditions
PyPI · Libraries · released Mar 2026

Decodes JPEG and JPEG-LS images to NumPy arrays, with support for multiple DICOM transfer syntaxes and integration with pylibjpeg and pydicom.

GPL-3.0-onlycompiled wheel
251.4Kdownloads / mo
pylibjpeg-openjpeg With conditions
PyPI · Libraries · released Aug 2025

Decodes and encodes JPEG 2000 images to and from NumPy arrays, with built-in support for use as a pylibjpeg plugin for DICOM image decompression.

MITcompiled wheel
225.1Kdownloads / mo
pyliblzfse With conditions
PyPI · Software Development · released Jul 2020

Provides Python bindings for LZFSE and LZVN compression and decompression using Apple's reference implementation.

However, the project is abandoned since 2020-07-09 and no longer maintained—do not expect bug fixes or compatibility updates for future Python versions.

permissive licensecompiled wheelabandoned
130.6Kdownloads / mo
pylibmagic With conditions
PyPI · Scientific/Engineering · released Oct 2023

Provides pre-compiled libmagic libraries bundled with Python, solving the missing system dependency problem that typically breaks python-magic imports.

BSD-3-Clausecompiled wheel · 3.7+
330.5Kdownloads / mo
pylibmc With conditions
PyPI · Database · released Aug 2022

pylibmc is a Python client for memcached, the distributed memory-caching system, implemented in C for performance.

However, the aging maintenance status (last release 2022-08-30) means you should verify compatibility with your Python version and memcached deployment before…

permissive licensecompiled wheel · 3.6+aging
460.7Kdownloads / mo
pylibraft-cu12 With conditions
PyPI · Scientific/Engineering · released Aug 2026

pylibraft-cu12 provides Python bindings to RAFT's CUDA-accelerated primitives for linear algebra, sparse and dense operations, statistics, and solvers, designed for GPU-accelerated algorithm development.

Apache-2.0compiled wheel · 3.11+
396.0Kdownloads / mo
pylibrespot-java With conditions
PyPI · Python Modules · released Sep 2022

Provides a Python interface to communicate with a librespot-java server for programmatic control of Spotify playback.

MITpure Pythonabandoned
73.5Kdownloads / mo
pylibsrtp With conditions
PyPI · Cryptography · released Oct 2025

pylibsrtp encrypts and decrypts Secure Real-time Transport Protocol (SRTP) packets, providing confidentiality, message authentication, and replay protection for RTP streams.

BSD-3-Clausecompiled wheel · 3.10+aging
2.0Mdownloads / mo
pylibyear With conditions
PyPI · Quality Assurance · released Jun 2026

Measures how outdated your project's dependencies are by calculating the total time gap between your installed versions and their latest releases, expressed as a single "libyear" number.

permissive licensepure Python · 3.11+
74.9Kdownloads / mo
pylightxl With conditions
PyPI · Utilities · released Jan 2023

Reads and writes Microsoft Excel files (.xlsx, .xlsm) and CSV files with zero external dependencies, using only Python standard library.

MITbuilds from source · 2.7+dormant
271.0Kdownloads / mo
PyLink Skip
PyPI · Python Modules · released Nov 2017

PyLink provides a unified file-like interface for TCP, UDP, serial, and GSM communication, allowing code to switch between different transport mechanisms without changing the core read/write logic.

BSD-3-Clausebuilds from sourceabandoned
99.0Kdownloads / mo
pylink-square Worth it
PyPI · Build Tools · released Mar 2026

Provides a Python interface to control SEGGER J-Link debug probes for embedded systems programming, including flashing firmware and device communication.

Install it if you need to automate or script SEGGER J-Link operations from Python.

permissive licensepure Python · 3.0+
1.8Mdownloads / mo
pylint Worth it
PyPI · Testing · released Aug 2026

Pylint is a static code analyzer that checks Python code for errors, enforces coding standards, detects code smells, and suggests refactoring improvements without executing the code.

Install it if you need thorough code analysis with inference-based bug detection; if speed is critical, consider pairing it with faster linters like ruff for…

GPL-2.0-or-laterpure Python · 3.10.0+
69.0Mdownloads / mo
pylint-actions With conditions
PyPI · Python Modules · released Aug 2026

A Pylint plugin that formats linting output as GitHub Actions annotations, making violations appear directly in pull request reviews and workflow logs.

MITpure Python · 3.10+
456.9Kdownloads / mo
pylint-celery Skip
PyPI · Quality Assurance · released Sep 2014

A Pylint plugin that improves static analysis of Celery code by fixing false positives and recognizing Celery-specific patterns that standard Pylint misses.

copyleftbuilds from sourceabandoned
483.2Kdownloads / mo
pylint-django With conditions
PyPI · Quality Assurance · released Jul 2026

A Pylint plugin that improves static analysis of Django code by understanding Django-specific patterns and suppressing false positives from Django's dynamic attribute generation.

GPL-2.0-or-laterpure Python
2.3Mdownloads / mo
pylint-exit With conditions
PyPI · Quality Assurance · released Jul 2020

Translates pylint's bit-encoded exit codes into scripting-friendly return codes (0 or 1) for use in shell scripts and CI pipelines.

However, it is abandoned (last release 2020-07-15) and will not receive updates; verify it works with your pylint version before relying on it in production automation.

MITpure Pythonabandoned
156.5Kdownloads / mo
pylint-flask Skip
PyPI · Quality Assurance · released Jan 2019

A Pylint plugin that resolves Flask extension import errors and improves code analysis for Flask projects by translating deprecated flask.ext.* imports into their actual module names.

copyleftbuilds from sourceabandoned
220.0Kdownloads / mo
pylint-flask-sqlalchemy With conditions
PyPI · Quality Assurance · released Jan 2020

A Pylint plugin that suppresses false-positive no-member errors when analyzing Flask-SQLAlchemy code, allowing Pylint to correctly recognize dynamic attributes on SQLAlchemy and scoped_session objects.

However, it is abandoned (last release 2020-01-14) and may break with newer Pylint or Flask-SQLAlchemy versions.

copyleftpure Python · 3.5+abandoned
77.0Kdownloads / mo
pylint-gitlab With conditions
PyPI · Quality Assurance · released Nov 2025

Provides custom pylint output formatters that integrate linting results into GitLab CI—generating Code Climate JSON reports, HTML pages with linting details, and badge scores.

GPL-3.0-onlypure Python · 3.7+aging
850.5Kdownloads / mo
pylint-json2html With conditions
PyPI · Quality Assurance · released Nov 2023

Converts pylint JSON reports into formatted HTML documents, optionally using custom Jinja2 templates and supporting both standard and extended pylint JSON formats.

However, maintenance is dormant (last update 2023-11-11), so verify compatibility with your current pylint and Python versions before relying on it in production.

MPL-2.0pure Pythondormant
221.0Kdownloads / mo
pylint-junit With conditions
PyPI · Libraries · released Jan 2025

Generates JUnit-formatted XML reports from pylint output for consumption by CI systems like Jenkins and Azure DevOps.

MITpure Pythondormant
201.1Kdownloads / mo
pylint-odoo Worth it
PyPI · Testing · released Aug 2026

A Pylint plugin that adds Odoo-specific code quality checks to enforce Odoo development conventions and best practices.

The AGPLv3+ license requires careful review if you plan to distribute proprietary modifications, but using it as a development tool carries no restrictions.

AGPL-3.0-or-laterpure Python
226.3Kdownloads / mo
pylint-per-file-ignores Worth it
PyPI · Quality Assurance · released Apr 2026

A pylint plugin that lets you specify which error codes to ignore on a per-file or per-directory basis using glob patterns, rather than applying ignores project-wide.

MITpure Python
692.2Kdownloads / mo
pylint-plugin-utils With conditions
PyPI · Quality Assurance · released Jun 2025

Provides utilities and helper functions for building Pylint plugins, abstracting common patterns used by plugins like pylint-django and pylint-celery.

GPL-2.0-or-laterpure Python
4.0Mdownloads / mo
pylint-protobuf With conditions
PyPI · Quality Assurance · released Dec 2023

A Pylint plugin that makes Pylint understand protobuf-generated classes, catching type mismatches, invalid field access, and constructor errors that would otherwise go undetected.

However, maintenance is dormant (last release 2023-12-10, no recent commits), so verify compatibility with your current pylint and protobuf versions before relying on…

MITpure Pythondormant
114.0Kdownloads / mo
pylint-pydantic With conditions
PyPI · Quality Assurance · released Oct 2025

A Pylint plugin that extends Pylint's understanding of Pydantic models, reducing false positives when linting code that uses Pydantic.

copyleftpure Python · 3.10+aging
1.4Mdownloads / mo
pylint-pytest Worth it
PyPI · Testing · released May 2024

A Pylint plugin that suppresses false-positive warnings when analyzing pytest test code, and raises new warnings for deprecated or problematic pytest patterns.

MITpure Python · 3.6+
600.6Kdownloads / mo
pylint-quotes With conditions
PyPI · Software Development · released May 2021

A Pylint plugin that enforces consistent use of single vs. double quotes and docstring quote styles across Python code.

However, exercise caution: the package is dormant (last release 2021-05-25) and may have compatibility gaps with recent Pylint versions—verify it works in your…

MITpure Python · 3.6+dormant
82.6Kdownloads / mo
pylitterbot With conditions
PyPI · Utilities · released Aug 2026

Control Whisker Litter-Robot and Feeder-Robot devices through an async Python API that reverse-engineers the unofficial Whisker app protocol.

MITpure Python · 3.10+
83.1Kdownloads / mo
pylnk3 With conditions
PyPI · Python Modules · released Apr 2025

Reads, writes, and creates Windows .lnk shortcut files from Python, supporting file and folder shortcuts on local machines with a CLI tool and programmatic API.

copyleftpure Python · 3.9+aging
101.6Kdownloads / mo
pylogbeat With conditions
PyPI · Python Modules · released Nov 2025

PyLogBeat sends log messages and structured data to Logstash's beats input plugin or other services implementing the Beats protocol, with server acknowledgment for reliable delivery.

However, the incomplete protocol implementation and aging maintenance status (264 days since last release) mean it is best suited for straightforward…

Apache-2.0pure Python · 3.11+aging
1.2Mdownloads / mo
pylogix Worth it
PyPI · Networking · released Feb 2026

Pylogix reads and writes tag values from Rockwell Automation ControlLogix, CompactLogix, and Micro8xx PLCs over Ethernet I/P using Python, with no external dependencies.

Install it if you need to read or write tags on a supported Rockwell PLC model; do not install if your PLC is an older Rockwell model or a different brand.

Apache-2.0pure Python
236.1Kdownloads / mo
pyloudnorm Worth it
PyPI · Scientific/Engineering · released Jan 2026

Measures and normalizes audio loudness according to the ITU-R BS.1770-4 standard, with support for multiple weighting filters and customizable analysis parameters.

MITpure Python · 3.9+aging
4.0Mdownloads / mo