$npx skillfedfor your agent

Python Modules packages

2,659 packages · page 24 of 67

Packages

cartesia Worth it
PyPI · Python Modules · released Aug 2026

Cartesia is the official Python client library for the Cartesia REST API, providing synchronous and asynchronous access to text-to-speech generation with websocket support for streaming inputs.

Install it if you need to integrate Cartesia's speech synthesis into a Python application.

Apache-2.0pure Python · 3.9+
835.7Kdownloads / mo
rumdl With conditions
PyPI · Python Modules · released Aug 2026

A Rust-based Markdown linter and formatter that checks files against 82 lint rules and can automatically fix violations, installable via pip as a pre-built binary with zero runtime dependencies.

MITcompiled wheel · 3.9+
832.2Kdownloads / mo
xvfbwrapper Worth it
PyPI · Python Modules · released Jul 2026

Manages headless X11 virtual displays using Xvfb, allowing GUI applications to run without a physical display on Linux/Unix systems.

Install it if you need to run X11 applications or browser automation tests without a physical display.

MITpure Python · 3.10+
831.2Kdownloads / mo
dkimpy With conditions
PyPI · Python Modules · released Jul 2024

Implements DKIM (DomainKeys Identified Mail) email signing and verification, along with ARC (Authenticated Receive Chain) and TLSRPT support for cryptographic email authentication.

However, high install friction (manual setup.py incantation for scripts) and 771-day release gap mean you should verify it works with your Python version and DNS…

permissive licensebuilds from sourcedormant
830.6Kdownloads / mo
svgpathtools With conditions
PyPI · Python Modules · released Nov 2025

Reads, writes, and analyzes SVG Path objects and Bézier curves, providing geometric tools to transform, intersect, and measure path elements.

MITpure Python · 3.8+aging
828.5Kdownloads / mo
sigfig With conditions
PyPI · Python Modules · released Mar 2025

Rounds numbers by significant figures, decimal places, or uncertainty, and formats them in multiple scientific and publication styles with results that match expected mathematical behavior.

MITpure Pythonaging
824.2Kdownloads / mo
nagisa With conditions
PyPI · Python Modules · released Jul 2026

Nagisa performs Japanese word segmentation and part-of-speech tagging using recurrent neural networks, outputting tokenized words with their grammatical tags.

MITcompiled wheel
823.6Kdownloads / mo
pyobjc-framework-libdispatch With conditions
PyPI · Python Modules · released Aug 2026

Provides Python bindings to macOS's libdispatch (Grand Central Dispatch) framework, enabling access to Apple's concurrent task scheduling system from Python code.

permissive licensecompiled wheel · 3.10+
823.3Kdownloads / mo
yattag With conditions
PyPI · Python Modules · released Nov 2024

Yattag generates HTML or XML documents using Python code with context managers instead of template strings, letting you build nested markup programmatically with readable syntax.

copyleftbuilds from sourcedormant
821.7Kdownloads / mo
pluginbase With conditions
PyPI · Python Modules · released May 2021

PluginBase provides a framework for building plugin systems in Python, allowing applications to dynamically load and execute plugins from specified directories.

BSD-3-Clausebuilds from sourceabandoned
819.1Kdownloads / mo
MarkupPy Worth it
PyPI · Python Modules · released Mar 2025

MarkupPy generates HTML and XML markup from Python code using an intuitive, pythonic API without external dependencies.

Install it if you need to build markup from Python code without external dependencies or template syntax overhead.

MITpure Python · 2.7+
818.4Kdownloads / mo
cbor Skip
PyPI · Python Modules · released Feb 2016

Serializes and deserializes data in CBOR (Concise Binary Object Representation) format, a binary encoding standard comparable to JSON but with smaller output and faster parsing.

Apache-2.0builds from sourceabandoned
818.2Kdownloads / mo
torch-npu With conditions
PyPI · Python Modules · released Jul 2026

Enables PyTorch to run computations on Huawei Ascend NPU hardware, bridging PyTorch's tensor operations to Ascend AI Processors.

BSD-3-Clausecompiled wheel
817.2Kdownloads / mo
shippinglabel Worth it
PyPI · Python Modules · released May 2025

Provides utilities for reading and working with Python package metadata, requirements, and distribution information.

MITpure Python · 3.7+
817.0Kdownloads / mo
pyactiveresource With conditions
PyPI · Python Modules · released Feb 2021

PyActiveResource maps Python classes to remote REST resources, allowing you to interact with RESTful web services using object-oriented syntax similar to database ORM patterns.

However, install friction is high due to the source distribution and outdated Python version classifiers.

MITbuilds from source
813.6Kdownloads / mo
opentracing Skip
PyPI · Python Modules · released Nov 2020

Provides the OpenTracing API for Python, enabling distributed tracing instrumentation across services through span creation, context propagation, and scope management.

Apache-2.0builds from sourceabandoned
812.9Kdownloads / mo
dist-meta With conditions
PyPI · Python Modules · released Feb 2025

Parse and create Python distribution metadata from dist-info directories and related sources, handling package metadata standards for PyPI and distribution workflows.

MITpure Python · 3.6.1+
811.0Kdownloads / mo
handy-archives With conditions
PyPI · Python Modules · released Jul 2023

Provides utility functions for working with archive files (ZIP, TAR, and related formats) in Python, wrapping and extending standard library archiving operations.

However, verify that its specific helpers match your use case—the excerpt does not detail what operations it provides beyond standard tools.

MITpure Python · 3.6.1+
810.7Kdownloads / mo
swagger-spec-validator Worth it
PyPI · Python Modules · released Jun 2024

Validates Swagger/OpenAPI specifications (versions 1.2 and 2.0) against their official schema to ensure full compliance with the Swagger specification.

Install it if you work with Swagger 1.2 or 2.0 specs and need programmatic validation.

permissive licensepure Python · 3.8+
809.7Kdownloads / mo
dbt-vertica With conditions
PyPI · Python Modules · released Jul 2026

dbt adapter that enables data transformation workflows on Vertica databases, connecting dbt projects to Vertica via the vertica-python client.

Apache-2.0pure Python · 3.8.0+
799.9Kdownloads / mo
asyncio-throttle Worth it
PyPI · Python Modules · released Apr 2021

Provides a simple async context manager to limit the rate at which concurrent asyncio tasks execute work, enforcing a configurable operations-per-second or operations-per-period ceiling.

However, because it is abandoned and has not been updated since 2021, verify compatibility with your Python version and consider a maintained alternative if you need…

MITpure Python · 3.6+abandoned
798.0Kdownloads / mo
nose2 With conditions
PyPI · Python Modules · released Mar 2026

nose2 is a test runner that extends Python's unittest framework with plugins and convenience tools for discovering and running tests.

However, if starting a new project, pytest is a stronger choice given its larger community and maintainer base—nose2 is best for incremental improvement of existing…

BSD-3-Clausepure Python · 3.9+
797.2Kdownloads / mo
emails Worth it
PyPI · Python Modules · released May 2026

Build and send HTML and plain-text emails with attachments, inline images, template rendering, and DKIM signing through a high-level Python API.

Install it if you need to send HTML emails, attach files, render templates, or sign with DKIM—features that would otherwise require substantial boilerplate.

Apache-2.0pure Python · 3.10+
796.0Kdownloads / mo
verboselogs With conditions
PyPI · Python Modules · released Aug 2017

Adds four custom logging levels (NOTICE, SPAM, SUCCESS, VERBOSE) to Python's standard logging module, filling gaps between the predefined levels.

However, the gap since the last release means no updates for modern Python versions, no security patches, and no bug fixes.

MITpure Pythonabandoned
795.8Kdownloads / mo
mdformat_tables With conditions
PyPI · Python Modules · released Aug 2024

mdformat-tables is a plugin for mdformat that automatically formats Markdown tables by aligning columns and padding cells for consistent spacing.

However, be aware that the package is archived and abandoned; if mdformat introduces breaking changes or you need ongoing support, you may face compatibility issues.

MITpure Python · 3.7.0+abandoned
794.8Kdownloads / mo
django-user-agents Skip
PyPI · Python Modules · released Jun 2019

Parses HTTP User-Agent headers in Django to identify visitor browser, OS, device type, and capabilities like mobile or touch support.

MITpure Pythonabandoned
793.3Kdownloads / mo
pyftdi Worth it
PyPI · Python Modules · released Jun 2026

PyFtdi provides a pure-Python user-space driver for FTDI USB devices, enabling serial, SPI, I2C, GPIO, and JTAG communication without requiring platform-specific binary drivers.

Install it if you work with FTDI hardware; the only caveat is that libusb must be available on your system, and Windows support is not officially guaranteed.

permissive licensepure Python · 3.9+
791.2Kdownloads / mo
watchgod Skip
PyPI · Python Modules · released Apr 2022

Watches a directory for file changes and triggers code reloads or custom callbacks when files are modified, with both synchronous and asynchronous APIs.

MITpure Python · 3.7+
790.8Kdownloads / mo
chainlit With conditions
PyPI · Python Modules · released Apr 2026

Chainlit provides a web UI framework for building conversational AI applications in Python, handling message routing, async execution, and real-time communication between a backend and browser-based chat interface.

permissive licensepure Python
789.4Kdownloads / mo
pyproject-parser Worth it
PyPI · Python Modules · released Dec 2025

Parses and extracts metadata from pyproject.toml files according to PEP 518 and PEP 621 specifications.

Install it if your tool or script needs to read project metadata from pyproject.toml files.

MITpure Python · 3.7+
788.7Kdownloads / mo
first Worth it
PyPI · Python Modules · released Mar 2019

Returns the first true value from an iterable, with optional key function for custom selection logic and default fallback value.

MITpure Python
785.1Kdownloads / mo
base32-crockford With conditions
PyPI · Python Modules · released Mar 2015

Encodes and decodes data using Douglas Crockford's base32 scheme, a human-readable alternative to standard base32 that excludes confusing characters and supports error detection.

However, do not use it if you require ongoing maintenance, support for modern Python versions, or active bug fixes.

BSD-3-Clausepure Pythonabandoned
784.1Kdownloads / mo
consolekit With conditions
PyPI · Python Modules · released Jul 2026

Consolekit extends click with additional utilities for building command-line interfaces, including enhanced terminal support and helper functions for console applications.

However, verify first that the specific utilities it provides align with your CLI needs, as the fact sheet does not detail which click enhancements are included.

MITpure Python · 3.7+
777.1Kdownloads / mo
pyserial-asyncio With conditions
PyPI · Python Modules · released Sep 2021

Adds async/await support to pyserial for non-blocking serial port I/O, letting you read and write to serial devices without blocking your event loop.

However, if you require active maintenance, security updates, or support for the latest Python versions, evaluate whether the dormancy since late 2023 fits your…

BSD-3-Clausepure Pythondormant
770.7Kdownloads / mo
fuzzysearch With conditions
PyPI · Python Modules · released Nov 2025

Finds approximate substring matches in text or data with configurable Levenshtein distance tolerance, automatically selecting the fastest algorithm for the search parameters.

MITcompiled wheelaging
770.3Kdownloads / mo
ai-edge-litert With conditions
PyPI · Python Modules · released Aug 2026

ai-edge-litert runs machine learning models on mobile and embedded devices with low latency and small binary footprint, supporting Android, iOS, and other operating systems.

Apache-2.0compiled wheel
768.5Kdownloads / mo
mycdp Worth it
PyPI · Python Modules · released Jun 2026

MyCDP provides autogenerated Chrome DevTools Protocol utilities for Python-based browser automation without external drivers, enabling direct Chromium control or connection to existing browser instances via remote debugging.

Install it if you need CDP-based browser automation or want to add CDP capabilities to an existing framework.

permissive licensepure Python · 3.8+
764.9Kdownloads / mo
flake8-eradicate With conditions
PyPI · Python Modules · released May 2023

A flake8 plugin that detects commented-out code in Python files and reports it as a linting error, helping maintain code cleanliness by flagging dead code that should be removed.

MITpure Pythonaging
764.4Kdownloads / mo
deprecation-alias With conditions
PyPI · Python Modules · released Feb 2025

Provides a wrapper around the deprecation library to mark and manage deprecated function and class aliases with standardized warnings.

Apache-2.0pure Python · 3.6.1+
762.2Kdownloads / mo
flyteidl With conditions
PyPI · Python Modules · released Jul 2026

Flyteidl provides the protobuf-based IDL (Interface Definition Language) and generated Python client code for Flyte's backend APIs, enabling programmatic interaction with Flyte's workflow orchestration platform.

Apache-2.0pure Python
758.6Kdownloads / mo