$npx skillfedfor your agent

Python Modules packages

2,659 packages · page 52 of 67

Packages

ezodf Skip
PyPI · Python Modules · released Dec 2015

ezodf creates, opens, and modifies OpenDocument Format (ODF) files—including text documents, spreadsheets, presentations, and drawings—allowing you to programmatically add, extract, or edit document content.

MITbuilds from sourceabandoned
151.4Kdownloads / mo
statsd-tags Skip
PyPI · Python Modules · released Dec 2016

A Python client for sending metrics to statsd/Graphite, with support for DogTag-compatible tags to label and organize metrics.

MITpure Pythonabandoned
151.2Kdownloads / mo
facebook-wda With conditions
PyPI · Python Modules · released Sep 2025

Python client library for controlling iOS devices via Facebook's WebDriverAgent, enabling automated UI testing and interaction with iOS apps through a network API.

However, install it only if you already have WebDriverAgent running on your target iOS device or simulator—the package is a client library, not a standalone tool.

permissive licensepure Python
150.8Kdownloads / mo
sqlalchemy-views With conditions
PyPI · Python Modules · released Feb 2023

Adds CreateView and DropView SQL constructs to SQLAlchemy, enabling programmatic creation and removal of database views through SQLAlchemy's expression language.

MITpure Python
150.8Kdownloads / mo
pynmea2 Worth it
PyPI · Python Modules · released Jan 2023

Parses and generates NMEA 0183 sentences from GPS and marine navigation devices, converting raw protocol strings into Python objects with accessible fields.

Install it if you need to parse or generate NMEA 0183 sentences from GPS or marine devices.

MITpure Python
150.7Kdownloads / mo
rubric With conditions
PyPI · Python Modules · released Jan 2026

Rubric is a Python library for evaluating LLM outputs against weighted criteria using structured rubrics, returning normalized or raw scores based on how many criteria are met.

MITpure Python · 3.10+aging
150.6Kdownloads / mo
metar Worth it
PyPI · Python Modules · released Mar 2026

Parses METAR and SPECI coded aviation weather reports into structured data, extracting temperature, wind, visibility, pressure, and other meteorological observations.

BSD-3-Clausepure Python · 3.10+
150.4Kdownloads / mo
pyavd-utils Skip
PyPI · Python Modules · released Jul 2026

Provides Rust-based utility functions for PyAVD, handling data structure validation and manipulation with performance and safety guarantees.

Install only if PyAVD requires it as a transitive dependency, or if you are contributing to the PyAVD project itself.

Apache-2.0compiled wheel · 3.10+
150.0Kdownloads / mo
nbzip Skip
PyPI · Python Modules · released Aug 2018

nbzip adds a button to Jupyter that zips and downloads an entire server folder, letting you export your notebook directory as a single archive.

BSD-3-Clausepure Pythonabandoned
149.8Kdownloads / mo
etcpak With conditions
PyPI · Python Modules · released Aug 2025

Compresses image data into GPU-friendly texture formats (BC1, BC3, ETC1, ETC2) via Python bindings to the etcpak C++ library.

MITcompiled wheel · 3.7+aging
149.6Kdownloads / mo
yamlpath Worth it
PyPI · Python Modules · released May 2026

Query, retrieve, update, merge, validate, and diff YAML, JSON, and EYAML documents using a path-based syntax that works from the command line or as a Python library.

Install it if you need command-line YAML/JSON manipulation, configuration file merging, or programmatic access to nested data structures.

ISCpure Python · 3.10+
148.8Kdownloads / mo
fastapi-decorators Worth it
PyPI · Python Modules · released Mar 2026

Converts functions into FastAPI-compatible decorators that can inject and resolve FastAPI dependencies, eliminating boilerplate when building reusable endpoint decorators.

MITpure Python · 3.8+
148.7Kdownloads / mo
mac-vendor-lookup With conditions
PyPI · Python Modules · released Nov 2025

Resolves MAC addresses to vendor names using a local IEEE OUI prefix list, with both synchronous and asynchronous interfaces.

Apache-2.0pure Pythonaging
148.6Kdownloads / mo
json-tools-rs With conditions
PyPI · Python Modules · released Aug 2026

Flattens and unflattens nested JSON structures with SIMD-accelerated parsing and optional parallel processing, supporting both Rust and Python with DataFrame integration.

Apache-2.0compiled wheel · 3.9+
148.5Kdownloads / mo
sageattention With conditions
PyPI · Python Modules · released Nov 2024

SageAttention provides quantized attention kernels for transformer inference that replace the standard scaled dot-product attention with 8-bit or 4-bit quantized variants, designed to accelerate inference on specific GPU architectures.

BSD-3-Clausepure Python · 3.9+aging
148.5Kdownloads / mo
django-auth-adfs With conditions
PyPI · Python Modules · released Jan 2026

Integrates Django applications with Microsoft ADFS and Azure AD for single sign-on authentication, automatically provisioning users and group memberships from directory claims.

BSD-3-Clausepure Python
147.8Kdownloads / mo
django-markdownx Worth it
PyPI · Python Modules · released May 2026

Django MarkdownX provides a Markdown editor widget for Django applications with live preview, drag-and-drop image uploads, and image manipulation capabilities.

BSD-3-Clausepure Python
147.6Kdownloads / mo
xlcalculator With conditions
PyPI · Python Modules · released Feb 2023

Reads MS Excel files and translates Excel formulas into Python code for evaluation, allowing spreadsheet calculations to run without Excel.

However, high install friction and the gap since the last release warrant checking that your target Excel functions are supported and testing numeric precision on…

MITbuilds from source · 3.9+
147.5Kdownloads / mo
astc-encoder-py With conditions
PyPI · Python Modules · released Sep 2025

astc-encoder-py compresses and decompresses images to and from ASTC texture format, with optional codec integration for direct image handling.

However, the project is aging (last release 342 days ago) with low adoption (3 GitHub stars), so evaluate whether you need active maintenance or community support…

MITcompiled wheel · 3.7+aging
147.3Kdownloads / mo
tkcalendar With conditions
PyPI · Python Modules · released Dec 2019

Provides Calendar and DateEntry widgets for Tkinter applications, with support for event display, locale settings, and customizable colors.

However, be aware that it is dormant—no active maintenance since 2019—so do not rely on it for bug fixes or compatibility with future Python or tkinter versions.

GPL-3.0-onlypure Pythondormant
147.2Kdownloads / mo
dmgbuild With conditions
PyPI · Python Modules · released Jan 2026

dmgbuild creates macOS disk images (.dmg files) from the command line with full control over appearance, without relying on Finder or deprecated APIs.

MITpure Python · 3.10+
147.0Kdownloads / mo
coqui-tts-trainer Worth it
PyPI · Python Modules · released Apr 2026

A PyTorch model trainer framework that handles training loops, optimization, mixed precision, distributed training, and experiment logging with minimal boilerplate.

Apache-2.0pure Python
146.9Kdownloads / mo
minimalmodbus Worth it
PyPI · Python Modules · released Jul 2023

Minimalmodbus provides a Python interface to communicate with Modbus RTU and Modbus ASCII devices over serial connections, handling protocol details and offering convenience functions for floats, strings, and multi-byte integers.

Install only if your use case is serial Modbus; verify this package does not support Modbus TCP before committing if that is required.

Apache-2.0pure Python · 3.8+dormant
146.8Kdownloads / mo
odfdo Worth it
PyPI · Python Modules · released Aug 2026

odfdo is a Python library for creating, parsing, and editing OpenDocument Format (ODF) files including text documents (.odt), spreadsheets (.ods), presentations (.odp), and drawings (.odg).

Install it if you need to work with ODF files programmatically—it's the primary Python library for this task and comes with both a clean API and practical…

Apache-2.0pure Python
146.7Kdownloads / mo
tendo With conditions
PyPI · Python Modules · released Oct 2022

Tendo provides utility functions for Python that fill gaps in the standard library, including Unicode file handling, console logging coloring, symlink support on Windows, process output redirection (tee), and an improved execfile implementation.

permissive licensepure Python · 3.6+
146.6Kdownloads / mo
sentinel With conditions
PyPI · Python Modules · released Jul 2022

Creates singleton sentinel objects that represent special terminating conditions or symbolic meanings, allowing you to distinguish missing values from falsy ones like None, 0, or False.

However, the abandoned status (last commit 2022-07-23) means no future maintenance or Python 4 support—acceptable for a mature, narrow-scope library but worth noting…

MITpure Pythonabandoned
146.5Kdownloads / mo
ha-mcp-dev With conditions
PyPI · Python Modules · released Aug 2026

An MCP server that lets AI assistants control Home Assistant smart homes through natural language, querying device states, executing services, and managing automations.

MITpure Python
146.3Kdownloads / mo
cu2qu Skip
PyPI · Python Modules · released Nov 2022

Converts cubic Bézier curves to quadratic curves in font objects (Defcon or Robofab UFO formats), with the primary entry point being the `fonts_to_quadratic` function.

Apache-2.0pure Pythonabandoned
146.2Kdownloads / mo
agent-lifecycle-toolkit With conditions
PyPI · Python Modules · released Aug 2026

Agent Lifecycle Toolkit provides modular components that integrate into agent pipelines to improve performance across reasoning, tool calling, error detection, and output validation stages.

However, the unclear license status requires clarification before production deployment, and the large dependency footprint (23 runtime packages) means careful…

license unclearpure Python · 3.10+
146.1Kdownloads / mo
rax Worth it
PyPI · Python Modules · released Jan 2025

Rax provides ranking losses and metrics for learning-to-rank problems in JAX, enabling optimization of relative ordering for lists of items given a context.

Install it if you're building ranking systems in JAX or need to optimize ranking metrics directly.

Apache-2.0pure Python · 3.9+
146.0Kdownloads / mo
phx-class-registry Worth it
PyPI · Python Modules · released May 2026

Implements the Registry and Factory patterns to create configurable class registries that map keys to class constructors, with optional integration into setuptools entry points for third-party extensibility.

MITpure Python · 3.12+
145.9Kdownloads / mo
tailscale Worth it
PyPI · Python Modules · released Apr 2026

Asynchronous Python client for querying and managing Tailscale networks programmatically via the Tailscale API, with optional command-line interface support.

MITpure Python · 3.11+
145.7Kdownloads / mo
bx-python With conditions
PyPI · Python Modules · released Jul 2025

bx-python provides Python classes and utilities for reading, indexing, and analyzing genome-scale sequence alignments and interval data, with specialized support for MAF, AXT, and LAV alignment formats.

permissive licensecompiled wheel · 3.9+
145.7Kdownloads / mo
neptune Skip
PyPI · Python Modules · released Mar 2026

Neptune is a Python client for experiment tracking and ML metadata management, allowing you to log, organize, and monitor machine learning workflows and model artifacts.

Apache-2.0pure Pythonabandoned
144.6Kdownloads / mo
theine With conditions
PyPI · Python Modules · released Aug 2025

Theine is a high-performance in-memory cache with a Rust core, adaptive W-TinyLFU eviction, automatic expiration, and thread-safe operations including free-threading support.

However, the aging maintenance status (362 days since last release) means you should verify that its feature set and performance characteristics match your workload…

BSD-3-Clausepure Pythonaging
144.3Kdownloads / mo
adf-lib With conditions
PyPI · Python Modules · released Jan 2025

adf_lib creates and manipulates Atlassian Document Format (ADF) documents programmatically, providing a type-safe API for building structured documents with headings, paragraphs, tables, and rich text formatting.

However, it is in Alpha status with a short release history (since January 2025), so evaluate stability for production use and verify it covers the ADF features you…

MITpure Python · 3.8+
144.3Kdownloads / mo
rockset With conditions
PyPI · Python Modules · released May 2024

Python client library for the Rockset API, enabling programmatic creation, management, and querying of Rockset resources.

Apache-2.0pure Pythondormant
144.2Kdownloads / mo
ctparse With conditions
PyPI · Python Modules · released Nov 2022

Parses natural language time expressions (like "May 5th 2:30 in the afternoon") into structured datetime objects, supporting English and German text relative to a reference time.

MITpure Pythonabandoned
143.9Kdownloads / mo
tensorflow-aarch64 With conditions
PyPI · Python Modules · released Mar 2024

TensorFlow for aarch64 is a machine learning framework that enables numerical computation and deep learning across CPUs, GPUs, TPUs, and edge devices on ARM-based systems.

Apache-2.0compiled wheel · 3.9+
143.5Kdownloads / mo
pronto Worth it
PyPI · Python Modules · released Jan 2026

Pronto parses, browses, creates, and exports ontologies in OBO, OBO Graphs JSON, and OWL2 RDF/XML formats, providing a high-level Python interface to biomedical ontology data.

Install it if you need to work with biomedical ontologies in Python.

MITpure Python · 3.7+aging
142.9Kdownloads / mo