$npx skillfedfor your agent

Packages starting with 'P'

2,503 packages · page 54 of 63

Packages

pytest-textual-snapshot With conditions
PyPI · Testing · released Jan 2025

A pytest plugin that captures SVG screenshots of Textual terminal applications and compares them across test runs to detect visual regressions automatically.

However, the dormant maintenance status (568 days since last release) means you should verify compatibility with your current Textual version before committing to it…

MITpure Pythondormant
343.8Kdownloads / mo
pytest-threadleak With conditions
PyPI · Testing · released Jul 2022

A pytest plugin that detects when tests leak threads—threads that remain running after a test completes—and fails the test to surface the issue.

However, be aware that maintenance is dormant; verify compatibility with your pytest and Python versions before relying on it in a critical pipeline.

MITpure Pythondormant
240.7Kdownloads / mo
pytest-timeout Worth it
PyPI · Testing · released May 2025

Aborts pytest tests that exceed a specified time limit, with stack dumps of hanging threads to help diagnose deadlocks and timeouts.

Install it if you run tests in environments where manual intervention is impractical; skip it if your test suite is already fast and you have other mechanisms to…

MITpure Python · 3.7+
103.1Mdownloads / mo
pytest-timeouts Skip
PyPI · Utilities · released Sep 2019

A pytest plugin that enforces separate timeout limits on the setup, execution, and teardown phases of individual tests using SIGALRM signals on Linux.

MITbuilds from sourceabandoned
3.7Mdownloads / mo
pytest-timer With conditions
PyPI · Testing · released Dec 2023

Pytest plugin that measures and reports the execution time of individual tests, with options to filter by duration and disable colored output.

However, if you need active bug fixes, advanced profiling features, or support for newer pytest versions beyond 3.12, consider whether the lack of recent updates…

MITpure Pythondormant
94.8Kdownloads / mo
pytest-timestamper With conditions
PyPI · Testing · released Mar 2024

A pytest plugin that prefixes each test output line with a timestamp, helping you see when individual tests started running.

However, the dormant status and unclear license mean you should verify it works with your pytest version and clarify the license before using it in production or…

license unclearpure Pythondormant
478.3Kdownloads / mo
pytest-tinybird With conditions
PyPI · Testing · released May 2025

A pytest plugin that automatically posts test results to Tinybird's Events API at the end of each test run, capturing test outcomes, durations, and CI metadata.

However, maintenance is aging (last release 464 days ago), so verify compatibility with your current pytest version before adopting.

permissive licensepure Pythonaging
111.7Kdownloads / mo
pytest-tornado With conditions
PyPI · Software Development · released Jun 2020

A pytest plugin that provides fixtures and markers to test asynchronous Tornado web applications, handling async/await and generator-based coroutine tests with built-in HTTP server and client support.

However, be cautious: the project is abandoned (last release June 2020, no commits since).

Apache-2.0pure Pythonabandoned
378.3Kdownloads / mo
pytest-tornasync With conditions
PyPI · Testing · released Jul 2019

A pytest plugin that runs native async test functions (defined with async def) against Tornado applications, providing fixtures for HTTP server testing and IO loop management.

However, do not use it if you need support for newer Tornado or pytest releases, as the project is abandoned and will not receive updates.

MITpure Pythonabandoned
324.4Kdownloads / mo
pytest-trio With conditions
PyPI · Testing · released Nov 2022

A pytest plugin that enables testing of async code written with Trio, allowing you to write and run async test functions directly within pytest.

Apache-2.0pure Python · 3.7+aging
394.5Kdownloads / mo
pytest-twisted With conditions
PyPI · Testing · released Sep 2024

A pytest plugin that enables testing of Twisted-based asynchronous code by allowing test functions to return Deferred objects and waiting for their completion.

Install it if Twisted is part of your project; skip it otherwise.

BSD-3-Clausepure Python
285.9Kdownloads / mo
pytest-unordered Worth it
PyPI · Libraries · released Jun 2026

Provides a pytest assertion helper to compare collections by content rather than order, useful for testing APIs that return data in arbitrary sequences.

MITpure Python
11.0Mdownloads / mo
pytest-unused-fixtures Worth it
PyPI · Testing · released Dec 2025

A pytest plugin that identifies and reports fixtures defined in your test suite that are never actually used during test execution.

MITpure Python
317.1Kdownloads / mo
pytest-variables Worth it
PyPI · Utilities · released Feb 2024

A pytest plugin that loads test variables from JSON, YAML, TOML, or Human JSON files specified on the command line and makes them available to tests as a dictionary.

Install it if your tests need to consume external configuration files or if you want to separate test data from test code.

MPL-2.0pure Python · 3.8+
660.9Kdownloads / mo
pytest-vcr With conditions
PyPI · Testing · released Apr 2019

A pytest plugin that integrates VCR.py to record and replay HTTP interactions in tests, eliminating the need for live network calls during test runs.

However, be aware it is abandoned—no maintenance since 2019—so if you need compatibility with modern Python or pytest, or if you encounter bugs, you may need to fork…

MITpure Pythonabandoned
2.3Mdownloads / mo
pytest-watch Skip
PyPI · Testing · released May 2018

Runs pytest continuously, re-executing tests whenever project files change, with optional notifications and custom commands on pass or fail.

permissive licensebuilds from sourceabandoned
946.1Kdownloads / mo
pytest-watcher With conditions
PyPI · Utilities · released Jan 2026

Automatically reruns pytest (or another test runner) whenever your Python code changes, using native system file monitoring on supported platforms.

MITpure Python · 3.9+aging
1.8Mdownloads / mo
pytest-xdist Worth it
PyPI · Utilities · released Jul 2025

pytest-xdist distributes pytest tests across multiple CPU cores or machines to speed up test execution, with the simplest usage being `pytest -n auto` to spawn workers equal to available CPUs.

Install it if your test suite takes long enough that parallelization would save meaningful time.

MITpure Python · 3.9+
177.1Mdownloads / mo
pytest-xml Skip
PyPI · Utilities · released Nov 2024

A pytest plugin that generates XML output from test results for parsing and integration with external tools.

Install only if you specifically need XML output from pytest and are willing to explore or contribute to an early-stage, unmaintained project.

BSD-3-Clausepure Python · 3.11+dormant
176.6Kdownloads / mo
pytest-xprocess With conditions
PyPI · Libraries · released May 2024

pytest-xprocess manages external processes (like servers or services) across pytest test runs, allowing tests to start, reuse, and control long-lived processes without restarting them for each test.

MITpure Python · 3.8+
307.6Kdownloads / mo
pytest-xvfb With conditions
PyPI · Testing · released Mar 2025

A pytest plugin that automatically runs tests with Xvfb (or Xephyr/Xvnc) to provide a virtual display, eliminating GUI windows during test execution and enabling headless testing on systems without a display.

MITpure Python · 3.9+aging
229.2Kdownloads / mo
PyTestArch Worth it
PyPI · Testing · released Aug 2025

PyTestArch lets you define and test architectural rules for Python code by analyzing module imports and dependencies, catching violations where modules import from places they shouldn't.

Apache-2.0pure Python · 3.9+
219.6Kdownloads / mo
pytetwild With conditions
PyPI · Information Analysis · released May 2026

pytetwild converts surface meshes into tetrahedral volume meshes using a Python wrapper around the fTetWild C++ library, supporting both raw numpy arrays and PyVista mesh objects.

MPL-2.0compiled wheel
114.5Kdownloads / mo
pytextrank Worth it
PyPI · Python Modules · released Feb 2024

PyTextRank implements graph-based TextRank and related algorithms as a spaCy pipeline extension to extract key phrases and perform extractive summarization on text documents.

MITpure Python · 3.7+
117.0Kdownloads / mo
pytgcalls Skip
PyPI · Libraries · released Aug 2021

Enables Python bots to join Telegram voice chats, make and receive private calls, and broadcast audio using WebRTC via the tgcalls C++ binding and MTProto protocol.

LGPL-3.0-onlypure Pythonabandoned
1.4Mdownloads / mo
pyth3 Skip
PyPI · Libraries · released Feb 2019

Converts marked-up text between formats including plain text, XHTML, RTF, and PDF, preserving basic structure like paragraphs, headings, lists, and simple tables.

MITpure Pythonabandoned
3.6Mdownloads / mo
pythainlp Worth it
PyPI · Artificial Intelligence · released Aug 2026

PyThaiNLP provides Thai-language natural language processing tools including tokenization, part-of-speech tagging, transliteration, spelling correction, and linguistic utilities, designed as a Thai counterpart to NLTK.

Install it if you need to process Thai text; the base package is lightweight and the optional extras allow you to add machine translation or WordNet support as needed.

Apache-2.0pure Python · 3.9+
1.4Mdownloads / mo
pythena Skip
PyPI · Front-Ends · released Sep 2020

Pythena wraps AWS Athena queries in a Python interface that returns results as pandas DataFrames, requiring only a database name and SQL query string.

copyleftpure Pythonabandoned
151.6Kdownloads / mo
python-active-directory With conditions
PyPI · Networking · released Nov 2022

An Active Directory client library for Python on UNIX/Linux systems that provides directory queries and object management through LDAP.

Install only if you have an existing codebase already using it, need Active Directory integration on Linux without alternatives, and can accept the risk of no…

MITcompiled wheelabandoned
163.0Kdownloads / mo
python-alfresco-api Worth it
PyPI · Python Modules · released Aug 2026

A Python client library for Alfresco Content Services REST APIs, supporting all 7 Alfresco APIs with both synchronous and asynchronous calls, Pydantic models for AI integration, and ActiveMQ event support.

Install it if you need a Python client for Alfresco Content Services.

Apache-2.0pure Python · 3.10+
277.1Kdownloads / mo
python-amazon-paapi Worth it
PyPI · Python Modules · released May 2026

A Python wrapper for Amazon's product APIs that lets you search for products, retrieve item details by ASIN, fetch pricing and offer information, and access product variations across multiple countries.

Install it if you need to integrate Amazon product data into a Python application.

MITpure Python · 3.9+
121.0Kdownloads / mo
python-amazon-sp-api Worth it
PyPI · WWW/HTTP · released Aug 2026

A Python client library for Amazon's Selling Partner API that provides sync and async interfaces to manage orders, reports, feeds, and marketplace operations.

permissive licensepure Python · 3.10+
467.7Kdownloads / mo
python-arango Worth it
PyPI · Sphinx · released Jun 2026

Python driver for ArangoDB that provides synchronous access to document, graph, and search operations across ArangoDB's multi-model database.

Install it if you are building against ArangoDB 3.11+ and need synchronous Python access to documents, graphs, or search.

MITpure Python · 3.10+
7.2Mdownloads / mo
python-backoff Worth it
PyPI · Python Modules · released Aug 2026

Provides function decorators for retrying operations with configurable backoff strategies when exceptions occur or predicates are met, supporting both synchronous and asynchronous code.

Install it if you need to add resilience to functions that interact with unreliable external resources.

MITpure Python · 3.9+
4.6Mdownloads / mo
python-barbicanclient With conditions
PyPI · Cryptography · released Jul 2026

Python client library and command-line tool for interacting with OpenStack Barbican's Key Management API to store, retrieve, and manage encrypted secrets.

Apache-2.0pure Python · 3.10+
322.4Kdownloads / mo
python-baseconv With conditions
PyPI · Python Modules · released Apr 2019

Converts integers to and from strings in arbitrary bases (binary, hex, base36, base58, base62, base64, or custom alphabets) and back again.

permissive licensebuilds from sourceabandoned
684.5Kdownloads / mo
python-bcb With conditions
PyPI · WWW/HTTP · released Jun 2026

Structured Python interface to fetch Brazilian Central Bank open data APIs, including time series, exchange rates, market expectations, and financial institution information.

license unclearpure Python · 3.10+
110.4Kdownloads / mo
python-benedict Worth it
PyPI · Utilities · released Jul 2026

A dict subclass that adds dot-notation access, keypath queries, and normalized I/O for formats like JSON, YAML, CSV, XML, and others.

Install it if you work frequently with nested dicts, multi-format data loading, or want cleaner syntax for accessing deeply nested values—the keypath and I/O features…

MITpure Python
1.5Mdownloads / mo
python-bidi Worth it
PyPI · Text Processing · released Jun 2026

Converts bidirectional text (mixed left-to-right and right-to-left scripts) into display order for rendering, with both Python and Rust implementations available.

Install it if you need to display bidirectional text; the LGPL license is standard for text-processing libraries and poses no barrier for most projects.

copyleftcompiled wheel · 3.9+
11.3Mdownloads / mo
python-binance Worth it
PyPI · Python Modules · released Jun 2026

Unofficial Python wrapper for the Binance exchange REST API v3, supporting spot trading, futures, margin trading, and real-time websocket streams with both synchronous and asynchronous interfaces.

Install it if you need to programmatically trade or fetch data from Binance.

MITpure Python
629.2Kdownloads / mo