$npx skillfedfor your agent

Python Modules packages

2,659 packages · page 38 of 67

Packages

pyphonetics With conditions
PyPI · Python Modules · released Feb 2020

Pyphonetics implements phonetic matching algorithms (Soundex, Metaphone, Refined Soundex, Fuzzy Soundex, Lein, Matching Rating Approach) to find words that sound alike and measure phonetic distance between them.

However, verify compatibility with your Python version and consider whether you need active maintenance before committing to it in production.

MITpure Pythonabandoned
342.2Kdownloads / mo
flake8-expression-complexity Worth it
PyPI · Python Modules · released Aug 2026

A flake8 extension that detects overly complex expressions in Python code and reports them as style violations, with configurable thresholds and optional Django ORM query exemption.

Install it if your team values expression readability and wants automated enforcement; the low friction and active maintenance make it a safe addition to any flake8…

MITpure Python · 3.10+
341.5Kdownloads / mo
python-gflags Skip
PyPI · Python Modules · released Oct 2017

Parses command-line flags and arguments for Python programs, but this package is obsolete and unmaintained—its functionality has been merged into Abseil Python.

BSD-3-Clausebuilds from sourceabandoned
340.5Kdownloads / mo
jschon With conditions
PyPI · Python Modules · released Oct 2023

Validates JSON data against JSON Schema (drafts 2019-09 and 2020-12) and provides tools for JSON manipulation including Pointer, Patch, and Relative Pointer operations.

However, do not adopt it for new projects requiring active maintenance or future compatibility updates—consider an actively maintained alternative if long-term…

MITpure Pythonabandoned
340.1Kdownloads / mo
pynput-robocorp-fork With conditions
PyPI · Python Modules · released Dec 2022

Controls and monitors mouse and keyboard input devices across Windows, macOS, and Linux, allowing you to programmatically move the cursor, click, type, and listen for keyboard and mouse events.

LGPL-3.0-onlypure Pythonabandoned
339.9Kdownloads / mo
waiter Worth it
PyPI · Python Modules · released Jul 2026

Waiter provides iteration-based retry and polling with customizable delay strategies, decoupling timing logic from application code through composable delay objects rather than decorators.

Apache-2.0pure Python · 3.11+
339.3Kdownloads / mo
mozprocess Skip
PyPI · Python Modules · released Aug 2024

Provides utilities for spawning, managing, and terminating processes with Mozilla-specific enhancements, wrapping platform-specific process handling logic.

MPL-2.0pure Pythondormant
339.0Kdownloads / mo
mo-dots Worth it
PyPI · Python Modules · released Jun 2025

Provides null-safe dot-notation access to nested dictionaries and JSON-like data structures, replacing standard dicts with a `Data` object that supports both attribute and path-based access without raising errors on missing keys.

MPL-2.0pure Python
338.9Kdownloads / mo
protobuf-py With conditions
PyPI · Python Modules · released Aug 2026

Generates well-typed, readable Python code from Protocol Buffer definitions and provides high-performance serialization/deserialization with a modern, ergonomic API.

However, it is still in Alpha status with a first release only months old; production use should weigh stability risk against the benefits of better developer…

Apache-2.0pure Python · 3.10+
338.5Kdownloads / mo
flake8-debugger With conditions
PyPI · Python Modules · released Apr 2022

A flake8 plugin that detects debugger statements (pdb, ipdb, pudb, breakpoint, and IPython.terminal.embed) left in Python code during linting.

However, be aware that the project is abandoned and may not be maintained for compatibility with future flake8 versions—verify it works with your current flake8…

MITpure Python · 3.7+abandoned
338.2Kdownloads / mo
backoff-utils With conditions
PyPI · Python Modules · released Jul 2020

Provides functions and decorators to apply backoff and retry strategies to Python function calls, supporting exponential, Fibonacci, fixed, linear, and polynomial delays.

However, verify compatibility with your Python version and validator-collection's current state, since no updates have shipped since 2020-07-11.

MITpure Pythondormant
337.2Kdownloads / mo
scrapingbee With conditions
PyPI · Python Modules · released Aug 2026

Python SDK wrapper for ScrapingBee's web scraping API, providing methods to scrape HTML, search results, product data, and interact with AI endpoints via a managed proxy and headless browser service.

MITpure Python · 3.10+
336.9Kdownloads / mo
unicon Worth it
PyPI · Python Modules · released Aug 2026

Unicon provides a unified CLI connection interface to network devices, wrapping telnet, SSH, and serial connections with expect-like programming and multi-vendor support through a plugin architecture.

Install it if you need reliable, multi-vendor CLI device access or are already using pyATS.

Apache-2.0compiled wheel · 3.8+
336.9Kdownloads / mo
airflow-powerbi-plugin With conditions
PyPI · Python Modules · released Sep 2024

An Apache Airflow plugin that triggers Power BI dataset refreshes via Service Principal authentication and monitors their status within Airflow workflows.

However, verify license terms before production use, and be aware that the package is in Alpha status with no active maintenance—test thoroughly with your Airflow and…

license unclearpure Python · 3.8+dormant
336.6Kdownloads / mo
simplification With conditions
PyPI · Python Modules · released Jun 2026

Simplify LineStrings using the Ramer–Douglas–Peucker or Visvalingam-Whyatt algorithms, reducing coordinate counts while preserving geometry shape.

BlueOak-1.0.0compiled wheel · 3.10+
336.2Kdownloads / mo
rdflib-jsonld Skip
PyPI · Python Modules · released Sep 2021

Provides JSON-LD parsing and serialization for RDFLib graphs, converting between JSON-LD formatted documents and RDF graph representations.

BSD-3-Clausepure Pythonabandoned
336.0Kdownloads / mo
mo-imports With conditions
PyPI · Python Modules · released Jun 2025

Provides patterns to resolve circular module dependencies in Python through delayed imports and expect/export mechanisms, keeping imports at the top of files while breaking cycles.

MPL-2.0pure Pythonaging
335.8Kdownloads / mo
multiping Skip
PyPI · Python Modules · released May 2018

MultiPing sends ICMP echo requests (pings) to one or many IP addresses and collects response times, supporting both IPv4 and IPv6 with no external dependencies.

Apache-2.0pure Pythonabandoned
334.4Kdownloads / mo
local-crontab With conditions
PyPI · Python Modules · released Jul 2021

Converts crontab expressions from a local timezone into UTC-equivalent crontabs, accounting for Daylight Saving Time by generating multiple UTC schedules.

MITpure Python · 3.8+abandoned
334.0Kdownloads / mo
aiopenapi3 With conditions
PyPI · Python Modules · released May 2026

Parses and validates OpenAPI 3 specifications (3.0.3, 3.1.0, 3.2.0) and Swagger 2.0 documents, then generates typed request/response models and provides both sync and async HTTP clients to call the described APIs.

BSD-3-Clausepure Python · 3.10+
333.9Kdownloads / mo
langwatch With conditions
PyPI · Python Modules · released Aug 2026

LangWatch is a Python SDK for instrumenting and monitoring LLM applications, capturing traces and spans of LLM interactions to send to the LangWatch observability platform.

Install only if you have a LangWatch account and API key; the SDK is designed specifically for the LangWatch platform and will not be useful without it.

MITpure Python
332.9Kdownloads / mo
flake8-annotations-complexity Worth it
PyPI · Python Modules · released Aug 2026

A flake8 plugin that flags type annotations exceeding configurable complexity thresholds, measuring nesting depth and element count to encourage simpler, more readable type hints.

Install it if your team values readable, maintainable type hints.

MITpure Python · 3.10+
332.8Kdownloads / mo
DateTimeRange Worth it
PyPI · Python Modules · released Nov 2025

DateTimeRange creates and manipulates time range objects, supporting operations like containment checks, intersections, unions, truncation, and iteration over intervals.

Install it if your code frequently reasons about time intervals, overlaps, or iteration across date ranges.

MITpure Python · 3.9+
331.9Kdownloads / mo
bittensor-wallet Skip
PyPI · Python Modules · released Jul 2026

Manages cryptographic keys and wallets for the Bittensor network, providing Python bindings to a Rust-based wallet implementation for creating and accessing blockchain credentials.

Install only if you are maintaining legacy code that explicitly depends on bittensor-wallet.

MITcompiled wheel · 3.10+abandoned
331.4Kdownloads / mo
ibm-secrets-manager-sdk With conditions
PyPI · Python Modules · released Mar 2026

A Python client library for programmatically managing secrets stored in IBM Cloud Secrets Manager, supporting creation, retrieval, and lifecycle operations through the service's REST API.

Apache-2.0pure Python · 3.9+
331.0Kdownloads / mo
fhirclient Worth it
PyPI · Python Modules · released Feb 2026

A Python client library for connecting to FHIR servers and working with FHIR healthcare data, supporting the SMART on FHIR protocol for OAuth-based authentication and resource queries.

Apache-2.0pure Python · 3.10+
331.0Kdownloads / mo
kiteconnect Worth it
PyPI · Python Modules · released Jul 2026

Official Python client for the Kite Connect trading API, enabling real-time order execution, portfolio management, and live market data streaming via REST and WebSocket.

Install it if you are building a trading application on the Zerodha platform.

MITpure Python
330.7Kdownloads / mo
arcadepy Worth it
PyPI · Python Modules · released Nov 2025

Provides a typed Python client library for the Arcade REST API with both synchronous and asynchronous interfaces, handling authentication, retries, and error management.

Install it if you need to execute Arcade tools from a Python application.

MITpure Python · 3.8+
330.5Kdownloads / mo
PyKCS11 With conditions
PyPI · Python Modules · released Aug 2025

PyKCS11 provides a Python wrapper around the PKCS#11 cryptographic interface standard, enabling Python applications to interact with hardware security modules, smart cards, and other cryptographic tokens.

copyleftcompiled wheel
330.4Kdownloads / mo
python-openid Skip
PyPI · Python Modules · released Jul 2010

Implements OpenID authentication for Python applications, providing both consumer and server libraries to enable single sign-on and decentralized identity verification.

Apache-2.0builds from sourceabandoned
329.9Kdownloads / mo
pyhwp With conditions
PyPI · Python Modules · released May 2020

Parses and extracts data from HWP Document Format v5 files, with experimental support for conversion to OpenDocument (.odt) or plain text (.txt) formats.

However, be aware that the last release was in 2020, the experimental conversion features may not be production-ready, and AGPLv3+ licensing imposes copyleft…

AGPL-3.0-or-laterbuilds from source
329.8Kdownloads / mo
json2xml Worth it
PyPI · Python Modules · released Aug 2026

Converts JSON data to XML format via Python library or CLI tool, with optional Rust acceleration for performance-critical workloads.

Apache-2.0pure Python · 3.10+
328.9Kdownloads / mo
web-forager With conditions
PyPI · Python Modules · released Mar 2026

Web Forager is a search-and-fetch toolkit for AI agents that retrieves web content via DuckDuckGo, news search, and Jina Reader, then converts results into LLM-friendly formats.

The main gotcha is Python version support (3.10–3.13 only) and potential rate-limiting or API stability issues with DuckDuckGo and Jina Reader, which the fact sheet…

permissive licensepure Python · 3.10+
328.9Kdownloads / mo
pyiso8583 With conditions
PyPI · Python Modules · released Aug 2025

Serializes and deserializes ISO8583 financial protocol messages between raw bytes and Python dictionaries, with support for custom field specifications covering encoding, length types, and data formats.

MITpure Python · 3.8+aging
328.4Kdownloads / mo
bravado With conditions
PyPI · Python Modules · released May 2025

Bravado generates a dynamic REST client from an OpenAPI Specification 2.0 document, allowing you to call API endpoints as Python methods without code generation.

However, high install friction and a 464-day release gap warrant checking that your environment can satisfy its dependencies and that OpenAPI 2.0 is your target (not…

BSD-3-Clausebuilds from source · 3.8+
328.2Kdownloads / mo
pyadi-iio Worth it
PyPI · Python Modules · released May 2026

pyadi-iio provides Python classes that wrap Analog Devices hardware with Industrial I/O drivers, reducing boilerplate and simplifying data acquisition from ADI transceivers and signal processing boards.

Install it if you own or plan to use supported ADI hardware and want to control it from Python without writing low-level IIO code.

permissive licensepure Python · 3.8+
327.4Kdownloads / 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
bz2file Skip
PyPI · Python Modules · released Jan 2014

Provides a drop-in replacement for Python's standard library bz2 module with support for multi-stream bzip2 files and additional methods like peek(), read1(), and readinto().

Apache-2.0builds from sourceabandoned
326.8Kdownloads / mo
django-add-default-value With conditions
PyPI · Python Modules · released Feb 2022

Provides a Django migration operation to set database-level default values for fields, enabling backward-compatible schema changes when adding new columns with defaults to existing tables.

Apache-2.0pure Pythondormant
326.4Kdownloads / mo
scikeras With conditions
PyPI · Python Modules · released Apr 2024

SciKeras wraps Keras models to work with scikit-learn's API, letting you use Keras neural networks in scikit-learn pipelines and with scikit-learn's model selection and evaluation tools.

However, the abandoned status means no active maintenance—use it for stable, non-critical workflows or when you can tolerate potential incompatibilities with future…

MITpure Pythonabandoned
325.7Kdownloads / mo