$npx skillfedfor your agent

Python Modules packages

2,659 packages · page 55 of 67

Packages

instana With conditions
PyPI · Python Modules · released Aug 2026

Instana is a Python instrumentation package that automatically collects metrics and distributed traces from your application, reporting them to an Instana monitoring agent.

MITpure Python · 3.9+
129.1Kdownloads / mo
skypilot-nightly With conditions
PyPI · Python Modules · released Aug 2026

SkyPilot provisions and manages AI compute jobs across multiple cloud providers, Kubernetes clusters, Slurm systems, and on-premises infrastructure through a unified YAML or Python interface.

Apache-2.0pure Python
129.0Kdownloads / mo
tower With conditions
PyPI · Python Modules · released Jul 2026

Tower is a CLI and Python runtime for deploying Python data apps, pipelines, and AI agents to production with built-in orchestration, analytical storage, and multi-tenant APIs.

MITcompiled wheel · 3.12+
128.8Kdownloads / mo
quickjs-ng With conditions
PyPI · Python Modules · released Aug 2026

Embeds and executes JavaScript code within Python using the quickjs-ng engine, allowing bidirectional calls between Python and JavaScript with resource limits and thread-safe execution patterns.

However, verify the actual license text before use in proprietary projects, since metadata shows 'unclear' despite the description mentioning MIT.

license unclearcompiled wheel
128.7Kdownloads / mo
pywidevine With conditions
PyPI · Python Modules · released Oct 2025

Implements Widevine Content Decryption Module (CDM) functionality in Python, enabling license acquisition and key retrieval for DRM-protected content.

However, the GPL-3.0 copyleft license is a hard blocker for proprietary projects, and you must obtain a Google-provisioned device provision separately—the package…

GPL-3.0-onlypure Pythonaging
128.4Kdownloads / mo
dbt-metabase Worth it
PyPI · Python Modules · released May 2026

Syncs dbt project metadata (table relationships, descriptions, semantic types) to Metabase and extracts Metabase questions and dashboards back into dbt as exposures.

Install it if you use both tools and want a single source of truth for metadata.

MITpure Python · 3.10+
128.3Kdownloads / mo
pybloom-live With conditions
PyPI · Python Modules · released Oct 2022

Implements Bloom filters—space-efficient probabilistic data structures for fast set membership testing with controllable false positive rates and no false negatives.

Install only if your use case genuinely benefits from Bloom filter semantics; for simple set membership in memory-unconstrained applications, a plain Python set is…

MITbuilds from sourceaging
128.1Kdownloads / mo
py3dns With conditions
PyPI · Python Modules · released Jun 2024

Provides synchronous DNS query functionality for Python 3, supporting common record types with configurable nameservers and result formatting.

license unclearpure Python · 3.2+dormant
128.0Kdownloads / mo
libmagic Skip
PyPI · Python Modules · released Mar 2012

Provides Python bindings to the libmagic library for file type detection and MIME type identification using ctypes.

copyleftbuilds from sourceabandoned
127.8Kdownloads / mo
tool Skip
PyPI · Python Modules · released Nov 2011

A compact modular framework for building WSGI web applications, console interfaces, and configuration management, last updated in 2011.

copyleftbuilds from sourceabandoned
127.5Kdownloads / mo
flake8-mock-spec With conditions
PyPI · Python Modules · released Jan 2023

A flake8 plugin that enforces the use of the spec or spec_set argument when creating mock objects, helping catch bugs from incorrectly specified mocks.

However, be aware that it is abandoned and will not receive updates or bug fixes—if you encounter issues with newer versions of flake8 or Python, you will need to…

Apache-2.0pure Pythonabandoned
127.5Kdownloads / mo
pydantic-deep With conditions
PyPI · Python Modules · released Aug 2026

A Python framework and terminal assistant for building autonomous AI agents with tool-calling, sandboxed execution, multi-agent coordination, and live run forking—all type-safe and model-agnostic.

MITpure Python · 3.10+
127.5Kdownloads / mo
mailosaur Worth it
PyPI · Python Modules · released May 2026

Mailosaur is a Python client library for automating email and SMS testing, letting you retrieve and inspect messages sent to test inboxes as part of CI/CD workflows.

Install it if you need to automate email or SMS verification in your test suite.

MITpure Python
127.0Kdownloads / mo
scrapli Worth it
PyPI · Python Modules · released Feb 2026

scrapli is a Python library for connecting to and automating network devices via SSH or Telnet, with support for multiple vendor platforms and a pluggable transport system.

MITpure Python · 3.9+
126.9Kdownloads / mo
recordclass With conditions
PyPI · Python Modules · released Jan 2026

Recordclass provides memory-efficient, mutable alternatives to namedtuple and dataclass by creating record types that skip Python's garbage collection overhead, reducing instance size by 16–32 bytes depending on Python version.

However, the high install friction (source compilation required) and narrow use case (only beneficial when memory overhead of PyGC_Head is a real bottleneck) mean it…

BSD-3-Clausebuilds from source · 3.8+
126.4Kdownloads / mo
nemo-text-processing With conditions
PyPI · Python Modules · released Jun 2026

Converts text to normalized form and back (inverse normalization) for speech recognition and synthesis pipelines, using weighted finite-state transducers and language models.

Apache-2.0pure Python
126.3Kdownloads / mo
oci-openai With conditions
PyPI · Python Modules · released Feb 2026

Provides OpenAI-compatible Python clients for accessing OCI Generative AI Service and OCI Data Science Model Deployment, with OCI-native authentication and authorization.

UPL-1.0pure Python · 3.9+
125.9Kdownloads / mo
tabulator With conditions
PyPI · Python Modules · released Mar 2021

Reads and writes tabular data in multiple formats (CSV, XLS, JSON, ODS, Google Sheets, SQL) from local files, HTTP, FTP, and S3 sources with low memory overhead.

However, for new projects requiring active maintenance, security updates, or modern Python support, consider Frictionless Framework instead.

MITpure Pythonabandoned
125.8Kdownloads / mo
textcase Worth it
PyPI · Python Modules · released Oct 2025

Converts strings between different text case formats (snake_case, kebab-case, camelCase, PascalCase, etc.) with support for non-ASCII characters and custom word boundaries.

Install it if you need reliable case conversion; the low friction and permissive license make it a safe addition to any project.

MITpure Python · 3.9+
125.7Kdownloads / mo
walrus With conditions
PyPI · Python Modules · released Jan 2026

Walrus extends the redis-py client with Pythonic container classes and higher-level abstractions for Redis data types, streams, caching, full-text search, and models.

However, verify the license terms before use (metadata is unclear), and be aware that maintenance is aging—the last release was 211 days ago.

license unclearpure Pythonaging
125.4Kdownloads / mo
sqlcipher3-wheels With conditions
PyPI · Python Modules · released Jan 2026

Provides a Python DB-API 2.0 interface to SQLCipher, enabling encrypted SQLite database operations with a familiar sqlite3-like API.

However, the aging maintenance status (219 days since last release, 34 stars) suggests evaluating alternatives for new projects.

permissive licensecompiled wheelaging
125.3Kdownloads / mo
pyleri Worth it
PyPI · Python Modules · released Jul 2026

Pyleri is a left-right parser generator that lets you define a grammar in Python and parse strings against it, with the ability to export that grammar to JavaScript, C, Go, and Java.

MITpure Python
124.6Kdownloads / mo
pyrtcm Worth it
PyPI · Python Modules · released Jul 2026

Parses RTCM3 differential GNSS protocol messages into structured data fields, enabling reading and serialization of GPS/GNSS correction data from streams, files, or sockets.

Install it if you work with differential GNSS systems, RTK applications, or need to parse RTCM3 correction streams.

BSD-3-Clausepure Python · 3.10+
124.4Kdownloads / mo
fab-classic With conditions
PyPI · Python Modules · released Mar 2026

fab-classic provides SSH-based remote command execution and file transfer for deployment and systems administration tasks, built on paramiko.

Not recommended for new projects.

BSD-3-Clausepure Python · 3.5+
124.1Kdownloads / mo
kubeflow Worth it
PyPI · Python Modules · released Aug 2026

Kubeflow SDK provides Python APIs to submit and manage distributed AI training jobs, hyperparameter optimization, and ML pipelines on Kubernetes without requiring direct Kubernetes knowledge.

Install it if you need to programmatically submit AI workloads to Kubeflow; skip it if you have no Kubernetes infrastructure or prefer direct kubectl/YAML workflows.

Apache-2.0pure Python · 3.10+
123.8Kdownloads / mo
fs.sshfs With conditions
PyPI · Python Modules · released Aug 2023

fs.sshfs provides a PyFilesystem2 interface to remote SSH/SFTP servers, letting you read, write, and navigate files over SSH as if they were a local filesystem.

LGPL-2.0-or-laterpure Pythondormant
123.4Kdownloads / mo
norfair With conditions
PyPI · Python Modules · released Apr 2025

Norfair adds real-time multi-object tracking to any detector by matching detected coordinates across frames using configurable distance functions and Kalman filtering.

Install it if you need real-time multi-object tracking in video and already have a detector.

BSD-3-Clausepure Pythonaging
123.4Kdownloads / mo
custodian Worth it
PyPI · Python Modules · released Dec 2025

Custodian is a just-in-time job management framework that wraps long-running tasks with error checking, recovery logic, and automatic restart capabilities for high-throughput computational workloads.

MITpure Python · 3.10+
123.3Kdownloads / mo
ical Worth it
PyPI · Python Modules · released Aug 2026

Parse, create, and iterate over iCalendar (RFC 5545) files with built-in recurring event expansion, using a single unified API without needing companion libraries.

Install it if you need to work with iCalendar files and want a modern, unified API.

Apache-2.0pure Python · 3.11+
123.3Kdownloads / mo
django-background-tasks With conditions
PyPI · Python Modules · released Aug 2024

Django Background Tasks is a database-backed task queue for Django that lets you schedule and execute background jobs asynchronously using database storage instead of a separate message broker.

However, the aging maintenance status (last release 728 days ago) means you should verify compatibility with your specific Django and Python versions before…

BSD-3-Clausepure Pythonaging
123.1Kdownloads / mo
pyroots Skip
PyPI · Python Modules · released Jun 2020

Implements root-finding algorithms (bisect, ridder, Brent) for single-variable functions without requiring scipy as a dependency.

No—not for new projects.

BSD-3-Clausepure Pythonabandoned
122.8Kdownloads / mo
multiprocessing Skip
PyPI · Python Modules · released Jul 2009

Backport of Python 2.6/3.0 multiprocessing to Python 2.4 and 2.5, enabling process-based parallelism on older Python versions.

Install only if you are maintaining a legacy system on Python 2.4 or 2.5 that cannot be upgraded; otherwise, use the built-in multiprocessing module.

BSD-3-Clausebuilds from sourceabandoned
122.6Kdownloads / mo
fastobo With conditions
PyPI · Python Modules · released Oct 2025

Parses, loads, edits, and serializes OBO (Open Biomedical Ontology) format files via Python bindings to a Rust parser, supporting both plain and gzip-compressed files.

MITcompiled wheel · 3.7+aging
122.5Kdownloads / mo
python-msilib With conditions
PyPI · Python Modules · released Aug 2026

Reads and writes Microsoft Installer (.msi) files, providing access to the msilib module for Python 3.13 and later where it was removed from the standard library.

PSF-2.0compiled wheel · 3.13+
122.4Kdownloads / mo
twython Skip
PyPI · Python Modules · released Jul 2021

Twython is a Python wrapper for the Twitter API that lets you query user data, timelines, direct messages, upload images, and access Twitter's streaming API using OAuth authentication.

MITpure Python · 3.5+abandoned
122.3Kdownloads / mo
sphinxcontrib-django Worth it
PyPI · Python Modules · released Sep 2023

A Sphinx extension that enhances autodoc output for Django classes by listing model and form fields as parameters, improving field representations, and adding cross-reference roles for Django and Sphinx documentation.

Install it if you're using Sphinx to document a Django application.

Apache-2.0pure Python · 3.8+
122.1Kdownloads / mo
markdown-it-pyrs With conditions
PyPI · Python Modules · released Oct 2024

A Rust-backed Python Markdown parser that renders CommonMark, GitHub Flavored Markdown, and other dialects to HTML or AST, with a Python API compatible with markdown-it-py.

Not recommended if you require Python 3.8 support or dynamic plugin authorship in Python.

Apache-2.0compiled wheel · 3.9+
122.1Kdownloads / mo
oslash With conditions
PyPI · Python Modules · released Nov 2025

OSlash implements functional programming abstractions—functors, applicatives, and monads—in Python 3.12+ with modern type annotations, providing educational implementations of concepts from Haskell.

MITpure Python · 3.12+aging
121.9Kdownloads / mo
bx-py-utils Worth it
PyPI · Python Modules · released Aug 2026

A collection of utility functions covering anonymization, dictionary operations, file handling, hashing, HTML processing, and AWS integration for common Python development tasks.

permissive licensepure Python · 3.11+
121.4Kdownloads / mo
Flask-Log-Request-ID Worth it
PyPI · Python Modules · released Oct 2019

Extracts request IDs from incoming HTTP requests (from load balancers or infrastructure) and injects them into Flask application logs for distributed tracing.

However, maintenance is dormant since 2019 with no recent commits—test compatibility with your Flask version before deploying to production.

MITpure Pythondormant
121.3Kdownloads / mo