$npx skillfedfor your agent

Python Modules packages

2,659 packages · page 59 of 67

Packages

icrawler With conditions
PyPI · Python Modules · released Feb 2025

icrawler is a lightweight, modular web crawler framework that downloads images, videos, and other media from websites using built-in crawlers for popular image sites and search engines, or custom crawlers you write yourself.

However, be aware that the last release was 549 days ago—built-in crawlers may break if target websites change their HTML or API structure, and you may need to fork…

MITpure Python · 3.7+aging
105.0Kdownloads / mo
glog Skip
PyPI · Python Modules · released Dec 2016

A simplified Google-style logging wrapper that configures Python's standard logger to output consistently formatted messages to stderr with minimal setup.

BSD-3-Clausepure Pythonabandoned
104.7Kdownloads / mo
piper With conditions
PyPI · Python Modules · released Mar 2026

Pypiper manages shell command execution within Python workflows, providing automatic restartability, file integrity checks, resource monitoring, and structured logging for multi-step pipelines.

BSD-2-Clausepure Python · 3.10+
104.7Kdownloads / mo
astatine With conditions
PyPI · Python Modules · released Aug 2023

Astatine provides helper functions and utilities for working with Python's AST (Abstract Syntax Tree) module, abstracting away version inconsistencies across Python releases.

MITpure Python · 3.6+
104.7Kdownloads / mo
aioaws With conditions
PyPI · Python Modules · released Aug 2024

Lightweight asyncio SDK for AWS S3, SES, and SNS services with clean, type-hinted APIs and AWS Signature Version 4 authentication, built without boto or boto3.

MITpure Python · 3.10+dormant
104.6Kdownloads / mo
connection_pool Skip
PyPI · Python Modules · released Sep 2020

Provides a thread-safe connection pool that manages reusable connections to external services, allowing you to configure pool size, connection lifetime, and idle timeouts.

MITbuilds from sourceabandoned
104.6Kdownloads / mo
tinyhtml With conditions
PyPI · Python Modules · released Jan 2025

Renders HTML5 safely from Python expressions using a functional API with automatic escaping and compact output.

Apache-2.0pure Python · 3.8+dormant
104.3Kdownloads / mo
jumpssh With conditions
PyPI · Python Modules · released Nov 2020

JumpSSH runs commands on remote servers through SSH gateways, supporting multi-hop connections and file operations without uploading scripts to remote hosts.

However, verify that it works with your target Python version and that paramiko updates are sufficient for your security requirements, given that jumpssh itself has…

MITpure Pythondormant
104.2Kdownloads / mo
smartapi-python With conditions
PyPI · Python Modules · released Feb 2025

A Python client library for Angel Broking's REST API that enables real-time stock market order execution, session management, and market data retrieval through HTTP endpoints.

However, the dormant maintenance status (553 days since last release) and unclear license are significant concerns—verify that the library still works with Angel…

license unclearpure Pythondormant
103.8Kdownloads / mo
sqlalchemy-searchable With conditions
PyPI · Python Modules · released Feb 2026

Adds fulltext search capabilities to SQLAlchemy models using PostgreSQL's native search features.

BSD-3-Clausepure Python · 3.10+
103.8Kdownloads / mo
xpress8 With conditions
PyPI · Python Modules · released May 2026

xpress8 provides Python bindings to Microsoft's Xpress8 compression library, enabling compression and decompression of data using the algorithm used by Power BI's .pbix format and Windows internal data stores.

MITcompiled wheel · 3.8+
103.7Kdownloads / mo
spaceforge With conditions
PyPI · Python Modules · released Jul 2026

Spaceforge is a Python framework for building Spacelift plugins using a declarative, hook-based approach that automatically generates plugin manifests.

However, the Alpha status and limited real-world adoption mean you should verify that the framework's hook types and capabilities match your plugin requirements…

permissive licensepure Python · 3.10+
103.6Kdownloads / mo
python-rtmidi With conditions
PyPI · Python Modules · released Nov 2023

python-rtmidi provides a Python interface to the RtMidi C++ library for sending and receiving MIDI messages across Windows, macOS, and Linux systems.

MITcompiled wheel · 3.8+aging
103.5Kdownloads / mo
quart-auth With conditions
PyPI · Python Modules · released Dec 2024

Quart-Auth provides session-based authentication for Quart web applications through secure cookie management, allowing you to protect routes, log users in and out, and track authentication state.

However, the 596-day gap since the last release signals dormancy; verify that the package meets your security and maintenance expectations before adopting it in a new…

MITpure Python · 3.9+dormant
103.5Kdownloads / mo
imgviz Worth it
PyPI · Python Modules · released Jun 2026

imgviz provides image visualization utilities for converting, colorizing, and compositing images—including depth maps, semantic labels, instance masks, and custom overlays—into displayable RGB outputs.

Install it if you work with non-RGB image data (depth, labels, masks) in computer vision or ML and want a lightweight, ready-made toolkit for visualization rather…

MITpure Python · 3.10+
103.4Kdownloads / mo
aioredlock With conditions
PyPI · Python Modules · released Feb 2022

Implements the Redlock distributed lock algorithm for asyncio, enabling safe resource coordination across multiple Redis instances in async Python applications.

Install it if you need Redlock for asyncio and can accept that no active maintenance is happening; verify that aioredis itself is still viable for your target Python…

MITpure Python · 3.6+dormant
103.4Kdownloads / mo
nosexcover Skip
PyPI · Python Modules · released Oct 2016

Generates Cobertura-style XML coverage reports as a plugin for the nose test runner, extending the built-in coverage plugin with structured output suitable for CI/CD integration.

Install only if you are maintaining a legacy nose-based project locked to Python 2.7 or early Python 3 and cannot migrate.

BSD-3-Clausepure Pythonabandoned
103.3Kdownloads / mo
ko-speech-tools With conditions
PyPI · Python Modules · released Oct 2025

Provides Korean language processing tools including Hangul romanization, Jamo character conversion, and grapheme-to-phoneme conversion for speech synthesis.

However, verify that the G2P accuracy meets your speech synthesis requirements and understand that maintenance is uncertain given the recent release and small…

Apache-2.0pure Python · 3.10+aging
103.2Kdownloads / mo
buildpg With conditions
PyPI · Python Modules · released Mar 2022

buildpg constructs PostgreSQL prepared statements with named parameter substitution and asyncpg integration, supporting complex WHERE clauses, value sets, and SQL operators via Python expressions.

MITpure Python · 3.6+abandoned
103.2Kdownloads / mo
rhoknp Worth it
PyPI · Python Modules · released Nov 2025

rhoknp is a Python binding for Japanese language processing tools (Juman++, KNP, KWJA) that performs morphological analysis, syntactic parsing, and document-level language analysis on Japanese text.

Install it if you are working with Japanese NLP and require access to Juman++, KNP, or KWJA; note that the underlying analysis engines may need separate installation…

MITpure Python · 3.10+
103.2Kdownloads / mo
sweeps Worth it
PyPI · Python Modules · released Aug 2022

Generates hyperparameter sweep suggestions using Bayesian optimization, grid search, and other methods, and identifies runs to early-terminate based on performance.

Install it if you need programmatic hyperparameter optimization or are integrating with Weights & Biases sweeps locally.

MITpure Python · 3.6+
103.1Kdownloads / mo
ecsapi With conditions
PyPI · Python Modules · released Sep 2025

An SDK for managing Seeweb ECS cloud infrastructure through Python, providing methods to create, fetch, update, and delete servers, templates, scripts, SSH keys, and related cloud resources.

However, maintenance is aging (323 days since latest release), and several features remain incomplete.

Unlicensepure Pythonaging
102.9Kdownloads / mo
bai2 With conditions
PyPI · Python Modules · released Nov 2025

Parses and writes BAI2 files, a standard format for bank balance reporting and cash management data exchange.

However, the maintainers explicitly warn it is not production-ready due to insufficient real-world test data—verify compatibility with your specific bank's BAI2…

MITpure Python · 3.6+
102.8Kdownloads / mo
prodict With conditions
PyPI · Python Modules · released Oct 2025

Prodict wraps Python dictionaries to allow dot-notation attribute access and IDE autocompletion, with optional type hints for automatic nested object instantiation and type conversion.

However, maintenance is aging (last update 304 days ago), so evaluate whether the lack of recent activity poses a risk for your use case.

MITpure Python · 3.7+aging
102.8Kdownloads / mo
infisical-python Skip
PyPI · Python Modules · released Apr 2025

Provides a Python SDK to retrieve secrets and configuration from Infisical, an end-to-end encrypted secrets management platform.

license unclearcompiled wheel · 3.7+aging
102.6Kdownloads / mo
microsoft-agents-a365-runtime With conditions
PyPI · Python Modules · released May 2026

Provides core runtime utilities, environment configuration, and authentication scope resolution for AI agent applications built on Microsoft Power Platform.

However, this is an alpha package—expect the API to evolve—and you should consult the official Microsoft documentation before integrating it into production systems.

permissive licensepure Python · 3.11+
102.3Kdownloads / mo
cocoindex With conditions
PyPI · Python Modules · released Aug 2026

CocoIndex maintains a live, incrementally-updated index of codebases, documents, and other sources for AI agents and LLM applications, recomputing only the changed portions rather than re-processing everything.

Apache-2.0compiled wheel · 3.11+
102.2Kdownloads / mo
flake8-unused-arguments With conditions
PyPI · Python Modules · released Oct 2025

A flake8 plugin that detects unused function arguments in Python code and reports them as U100 or U101 warnings, with configurable rules to ignore specific function types.

MITpure Pythonaging
102.1Kdownloads / mo
sapien With conditions
PyPI · Python Modules · released Mar 2026

SAPIEN is a physics-rich simulation environment for articulated objects that enables robotic vision and interaction tasks requiring detailed part-level understanding.

MITcompiled wheel · 3.7+
102.1Kdownloads / mo
agent-governance-toolkit-core With conditions
PyPI · Python Modules · released Aug 2026

Provides a unified runtime kernel and trust layer for building, executing, and governing multi-agent systems with audit trails, privilege isolation, and identity management.

MITpure Python · 3.11+
102.0Kdownloads / mo
whois With conditions
PyPI · Python Modules · released Feb 2024

Retrieves WHOIS information for domain names by querying WHOIS servers and parsing the results, supporting both legacy WHOIS and RDAP protocols.

However, it requires a system whois command to be installed separately, and v2's RDAP support is very recent (2026 releases); if you need stable, battle-tested code,…

MITpure Python · 3.9+
101.8Kdownloads / mo
pybatfish With conditions
PyPI · Python Modules · released Jul 2025

Pybatfish is a Python client for Batfish, a network validation tool that analyzes device configurations to verify security, reliability, and compliance without requiring direct device access.

Apache-2.0pure Python · 3.9+
101.7Kdownloads / mo
pylnk3 With conditions
PyPI · Python Modules · released Apr 2025

Reads, writes, and creates Windows .lnk shortcut files from Python, supporting file and folder shortcuts on local machines with a CLI tool and programmatic API.

copyleftpure Python · 3.9+aging
101.6Kdownloads / mo
retrie Worth it
PyPI · Python Modules · released Feb 2024

Builds efficient Trie-based regex patterns for fast matching and replacing strings in bulk, avoiding the performance penalty of simple regex unions on large word sets.

MITpure Python
101.5Kdownloads / mo
sonos-websocket With conditions
PyPI · Python Modules · released Jun 2026

Async Python library for communicating with Sonos devices over WebSocket connections, enabling remote control and audio playback features like audio clips and volume management.

MITpure Python · 3.11+
101.5Kdownloads / mo
deb-pkg-tools Skip
PyPI · Python Modules · released Mar 2021

Builds, inspects, and manages Debian binary packages and repositories via Python API and command-line tools.

MITpure Pythonabandoned
101.4Kdownloads / mo
django-mjml Worth it
PyPI · Python Modules · released Dec 2025

Provides a Django template tag that compiles MJML (Mailjet Markup Language) to HTML, supporting multiple rendering backends including command-line, TCP server, and HTTP API modes.

MITpure Python · 3.9+
101.3Kdownloads / mo
datadiff With conditions
PyPI · Python Modules · released Aug 2023

Generates human-readable diffs of Python data structures (dicts, lists, tuples, sets, strings) and provides drop-in assertion replacements for test frameworks.

However, avoid it if you need ongoing support or compatibility assurance with current Python versions.

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

Finds exact and near-duplicate images in collections using hashing algorithms and convolutional neural networks, with support for custom models and an evaluation framework.

However, the aging maintenance status (364 days since last release) means updates and bug fixes may be slow; evaluate whether that risk is acceptable for your use case.

Apache-2.0compiled wheel · 3.9+aging
101.1Kdownloads / mo
rokuecp Worth it
PyPI · Python Modules · released Jun 2025

An asynchronous Python client for controlling and monitoring Roku devices over the External Control Protocol (ECP).

Install it if you need to programmatically control or monitor Roku devices; the async design and retry logic make it suitable for reliable home automation or device…

MITpure Python
100.9Kdownloads / mo