$npx skillfedfor your agent

Python Modules packages

2,659 packages · page 56 of 67

Packages

pymupdf-stubs With conditions
PyPI · Python Modules · released Aug 2026

Provides type stubs for PyMuPDF to enable static type checking of PDF document manipulation code without runtime overhead.

Apache-2.0pure Python · 3.12+
121.1Kdownloads / mo
tokenizer Worth it
PyPI · Python Modules · released Jul 2026

Tokenizes Icelandic text into words, punctuation, numbers, dates, and other token types, with optional sentence segmentation and deep annotation of token properties.

Install it if you need to tokenize or segment Icelandic text.

MITpure Python · 3.10+
121.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-mpd2 Worth it
PyPI · Python Modules · released Jan 2024

Provides a Python client library to communicate with Music Player Daemon (MPD) servers, supporting both synchronous and asynchronous operations.

Install it if you need to control MPD from Python—whether for a simple script, web service, or async application.

copyleftpure Python · 3.6+
120.9Kdownloads / mo
namedlist Skip
PyPI · Python Modules · released Aug 2020

Creates mutable or immutable named tuple-like classes with support for per-field and global default values.

Apache-2.0pure Pythonabandoned
120.8Kdownloads / mo
tflite-runtime With conditions
PyPI · Python Modules · released Oct 2023

TensorFlow Lite runtime enables on-device machine learning inference on mobile and embedded devices with low latency and minimal binary size.

However, the dormant maintenance status means no recent updates or security patches; verify compatibility with your target model format and hardware before committing…

Apache-2.0compiled wheeldormant
120.7Kdownloads / mo
pyrig With conditions
PyPI · Python Modules · released Aug 2026

pyrig scaffolds, initializes, and maintains Python projects with standardized configuration, CLI generation, testing infrastructure, and CI/CD automation.

MITpure Python · 3.12+
120.6Kdownloads / mo
django-summernote Worth it
PyPI · Python Modules · released Oct 2021

Embeds the Summernote WYSIWYG editor into Django admin and forms, providing rich-text editing with support for attachments and customizable themes.

However, it has been dormant since 2021-10-14—verify compatibility with your Django version before committing.

MITbuilds from sourcedormant
120.3Kdownloads / mo
letta-client Worth it
PyPI · Python Modules · released Jun 2026

Provides a Python client library for the Letta REST API with type-safe request and response handling, supporting both synchronous and asynchronous operations.

Install it if you need to programmatically interact with Letta agents or archives from Python.

Apache-2.0pure Python · 3.9+
120.3Kdownloads / mo
py-pglite With conditions
PyPI · Python Modules · released Sep 2025

py-pglite provides a zero-config PostgreSQL testing environment for Python by wrapping PGlite, letting you run real PostgreSQL queries in tests without Docker or server setup.

Apache-2.0pure Python · 3.10+aging
120.2Kdownloads / mo
vellum-ai With conditions
PyPI · Python Modules · released Mar 2026

Vellum is an SDK for building and deploying production-grade AI applications, providing orchestration, prompt management, evaluations, retrieval, and observability through both a low-level client API and a high-level workflow engine.

MITpure Python
119.8Kdownloads / mo
html2docx With conditions
PyPI · Python Modules · released Jan 2023

Converts valid HTML to Microsoft Word (.docx) format, returning a BytesIO object that can be written to disk or processed further.

However, dormant maintenance (last release January 2023) means you should verify that it works with your specific HTML/CSS requirements and check for any…

MITpure Python · 3.7+dormant
119.7Kdownloads / mo
pyworxcloud Worth it
PyPI · Python Modules · released Jul 2026

Async Python client library for communicating with Worx Cloud lawn mowers via REST API and MQTT, supporting device control, scheduling, and status monitoring.

MITpure Python
119.6Kdownloads / mo
anastruct With conditions
PyPI · Python Modules · released Jun 2026

Analyzes 2D frames and trusses to compute bending moments, shear forces, axial forces, and displacements for slender structures.

Install only if your project permits GPL-3.0-or-later licensing; otherwise, seek an alternative with a permissive license.

GPL-3.0-onlycompiled wheel · 3.10+
119.4Kdownloads / mo
Unipath Skip
PyPI · Python Modules · released Feb 2015

Unipath provides an object-oriented interface to file and directory operations, wrapping Python's scattered os, os.path, and shutil functions into a unified, path-object API.

Starting a new project with Unipath is not recommended.

MITpure Pythonabandoned
119.1Kdownloads / mo
bagit-profile Skip
PyPI · Python Modules · released Mar 2020

Validates BagIt bags against BagIt profile specifications, checking serialization and structural compliance with a profile URI.

permissive licensepure Pythonabandoned
119.1Kdownloads / mo
pysylph With conditions
PyPI · Python Modules · released Nov 2024

Pysylph provides Python bindings to sylph, enabling fast ANI (Average Nucleotide Identity) querying and taxonomic profiling of metagenomic samples against genome databases.

However, the 647-day gap since last release and dormant maintenance status mean you should verify that the current API meets your needs and be prepared to pin the…

MITcompiled wheel · 3.7+dormant
119.0Kdownloads / mo
mo-kwargs With conditions
PyPI · Python Modules · released Mar 2026

Provides an `@override` decorator that lets you pass function parameters as a dictionary via a `kwargs` argument, ignoring extra keys and allowing parameter overrides without raising errors.

MPL-2.0pure Python
119.0Kdownloads / mo
cassandra-sigv4 With conditions
PyPI · Python Modules · released Oct 2020

Adds AWS Signature Version 4 authentication to the DataStax Python Driver for Apache Cassandra, enabling IAM-based access to Amazon Keyspaces.

However, maintenance is aging—last release was October 2020—so verify compatibility with your current versions of cassandra-driver and boto3 before adopting.

Apache-2.0pure Pythonaging
119.0Kdownloads / mo
pybboxes Worth it
PyPI · Python Modules · released Oct 2024

Converts between bounding box formats (COCO, YOLO, VOC, FiftyOne, Albumentations) and computes geometric operations like IoU, area, and intersection.

permissive licensepure Python · 3.8+dormant
118.9Kdownloads / mo
wikipedia-mcp With conditions
PyPI · Python Modules · released May 2026

Exposes Wikipedia search, article retrieval, and content extraction as a Model Context Protocol server for LLMs to access factual information in real time.

MITpure Python · 3.10+
118.6Kdownloads / mo
aiobmsble With conditions
PyPI · Python Modules · released Aug 2026

Asynchronous Python library for querying battery management systems over Bluetooth Low Energy, with support for device autodetection and parallel operation.

However, verify that your specific BMS model is supported before committing, and do not rely on it for safety-critical battery protection—use it only for monitoring…

Apache-2.0pure Python · 3.12+
118.4Kdownloads / mo
urduhack With conditions
PyPI · Python Modules · released Jul 2020

Urduhack provides NLP preprocessing, tokenization, part-of-speech tagging, and named entity recognition for Urdu text, built on TensorFlow and designed to work with Urdu language datasets.

However, verify that its TensorFlow dependencies and pre-trained models work in your environment—no active maintenance means you may need to patch compatibility…

MITpure Python · 3.6+dormant
118.2Kdownloads / mo
django-ajax-selects Skip
PyPI · Python Modules · released Sep 2024

Adds autocomplete search fields to Django Admin for managing ForeignKey, ManyToMany, and CharField relationships using jQuery UI.

MITpure Pythondormant
118.1Kdownloads / mo
quotequail With conditions
PyPI · Python Modules · released May 2026

Identifies and separates quoted text from original content in plain text and HTML email messages, and unwraps forwarded messages or replies to extract headers and body text.

However, high install friction (source-only distribution) may cause deployment friction in some environments.

MITbuilds from source
118.1Kdownloads / mo
django-templated-email With conditions
PyPI · Python Modules · released Aug 2025

Sends templated emails in Django applications using template inheritance, with support for plain text and HTML variants, cc/bcc recipients, and inline images.

MITpure Pythonaging
118.0Kdownloads / mo
django-redis-sessions With conditions
PyPI · Python Modules · released Jan 2021

Provides a Redis-backed session storage backend for Django, replacing the default database or cache-based session engine with Redis for faster, distributed session management.

However, verify compatibility with your Django release first, and consider whether an actively maintained alternative is available, since this package has not been…

permissive licensepure Pythondormant
117.9Kdownloads / mo
mo-logs With conditions
PyPI · Python Modules · released Mar 2026

Provides structured JSON logging with integrated exception handling that tracks calling context automatically, allowing you to log messages with named parameters and chain exceptions without creating custom exception types.

MPL-2.0pure Python
117.8Kdownloads / mo
quadrilateral-fitter With conditions
PyPI · Python Modules · released Aug 2024

Fits the smallest-area quadrilateral that contains all points from a noisy polygon or point cloud, useful for cleaning up irregular detections before perspective correction or pattern matching.

Install it if your workflow involves cleaning up shape detections; skip it if you need active support or ongoing feature development.

MITpure Python · 3.6+dormant
117.3Kdownloads / mo
socid-extractor Worth it
PyPI · Python Modules · released Jul 2026

Parses HTML and API responses from 130+ social platforms to extract account metadata—usernames, display names, bios, avatars, locations, join dates, follower counts, and stable internal identifiers (GAIA ID, Facebook UID, Instagram pk, etc.) that persist across renames and redesigns.

Install it if you need to correlate social accounts, feed OSINT pipelines, or extract account metadata at scale.

MITpure Python · 3.10+
117.3Kdownloads / 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
zope.testrunner With conditions
PyPI · Python Modules · released Jul 2026

A test runner for Python projects with support for test layers, filtering by package/module/name, coverage measurement, profiling, and parallel execution.

However, verify the ZPL-2.1 license terms for your use case, and consider whether its layer-based organization and command-line interface fit your testing workflow…

ZPL-2.1pure Python · 3.10+
116.9Kdownloads / mo
rainflow With conditions
PyPI · Python Modules · released Apr 2023

Rainflow implements the ASTM E1049-85 rainflow cycle counting algorithm for fatigue analysis, processing time-series data to extract and count stress cycles.

However, verify that the ASTM E1049-85 implementation meets your validation requirements, and be aware that no active support or updates are available for…

MITpure Python · 3.7+abandoned
116.9Kdownloads / mo
deepagents-code Worth it
PyPI · Python Modules · released Aug 2026

A terminal-based AI coding agent that works with any LLM supporting tool calling, providing an interactive interface for code generation, execution, and debugging without requiring code setup.

MITpure Python
116.6Kdownloads / mo
pysequoia With conditions
PyPI · Python Modules · released May 2026

PySequoia provides OpenPGP encryption, decryption, signing, and verification operations in Python by wrapping the Sequoia PGP library, following the IETF standardized protocol.

Apache-2.0compiled wheel · 3.7+
116.4Kdownloads / mo
django-request-id Skip
PyPI · Python Modules · released Oct 2016

Attaches a unique request ID to each Django HTTP request and integrates it into Python logging, enabling request tracing across server and application logs.

MITpure Pythonabandoned
116.4Kdownloads / mo
vnai With conditions
PyPI · Python Modules · released Jul 2026

VnAI provides a Python interface for accessing Vietnamese stock market analytics and data through the Vnstock platform.

However, clarify licensing restrictions and API requirements before production use, and confirm that the data and analytics it provides match your actual needs.

license unclearpure Python · 3.10+
116.4Kdownloads / mo
pyrsmi With conditions
PyPI · Python Modules · released Dec 2025

Provides Python bindings to monitor and manage AMD Instinct MI-series GPUs via the AMD SMI Library, offering device enumeration, memory tracking, utilization metrics, and power monitoring.

MITpure Python · 3.9+aging
116.3Kdownloads / mo
python-freeipa With conditions
PyPI · Python Modules · released Sep 2025

python-freeipa is a lightweight client library for interacting with FreeIPA directory and authentication services over HTTP.

However, verify that the package's API coverage matches your FreeIPA version and use case, and be aware that aging maintenance means you may need to maintain patches…

MITpure Python · 3.10+aging
116.2Kdownloads / mo
opencode-ai With conditions
PyPI · Python Modules · released Aug 2025

Provides a Python client library for the Opencode REST API with synchronous and asynchronous interfaces, type-safe request/response handling via Pydantic, and built-in error handling and retry logic.

However, note that it is in pre-release (0.1.0a36) and the project shows aging maintenance (last commit 2026-01-30), so expect slower updates and potential breaking…

MITpure Python · 3.8+aging
116.0Kdownloads / mo