$npx skillfedfor your agent

Python Modules packages

2,659 packages · page 36 of 67

Packages

qualname Skip
PyPI · Python Modules · released Apr 2015

Provides a `qualname()` function that emulates Python 3.3+'s `__qualname__` attribute for classes and nested functions in older Python versions by parsing source code and traversing the AST.

Install only if you are maintaining legacy Python 2 code with no path to upgrade and have verified the package works in your specific environment.

BSD-3-Clausebuilds from sourceabandoned
395.8Kdownloads / mo
tf2onnx With conditions
PyPI · Python Modules · released Mar 2026

Converts TensorFlow, Keras, TensorFlow.js, and TFLite models to ONNX format via command line or Python API, enabling model portability across different inference runtimes.

Apache-2.0pure Python · 3.10+
395.3Kdownloads / mo
courts-db Worth it
PyPI · Python Modules · released Mar 2026

Provides a searchable database of current and historical courts with string matching, date filtering, and bankruptcy court identification for legal research and case management applications.

Install it if you need reliable court name resolution or court metadata lookup.

BSD-2-Clausepure Python · 3.9+
395.3Kdownloads / mo
IP2Location With conditions
PyPI · Python Modules · released Sep 2025

Looks up geolocation data (country, region, city, latitude/longitude, ISP, timezone, and more) from an IP address or hostname by querying an IP2Location BIN database file.

MITpure Pythonaging
394.8Kdownloads / mo
statsd-python With conditions
PyPI · Python Modules · released Jun 2023

A Python client library for sending metrics to Statsd servers, with support for tags to work across different Statsd implementations.

However, be aware it is in Beta, marked WIP, and has not been updated since June 2023—suitable for stable use cases but not for projects requiring active maintenance…

MITpure Python · 3.6+dormant
394.5Kdownloads / mo
alchemlyb Worth it
PyPI · Python Modules · released Oct 2025

alchemlyb parses molecular dynamics simulation output, extracts uncorrelated samples from timeseries data, and estimates free energies using MBAR, BAR, and thermodynamic integration methods.

Install it if you work with alchemical free energy calculations; skip it if you do not.

BSD-3-Clausepure Python · 3.11+
392.9Kdownloads / mo
pydeps Worth it
PyPI · Python Modules · released Aug 2026

Visualizes Python module dependencies as graphs by analyzing import bytecode and generating SVG or PNG diagrams using Graphviz.

permissive licensepure Python · 3.10+
391.8Kdownloads / mo
ghostscript With conditions
PyPI · Python Modules · released May 2025

Provides a Python interface to the Ghostscript C-API using ctypes, enabling PostScript and PDF processing through both low-level and high-level APIs.

However, the aging maintenance status (443 days since last release) and GPL-3.0-or-later copyleft license warrant careful consideration of your project's licensing…

copyleftpure Pythonaging
391.6Kdownloads / mo
pytest-spark With conditions
PyPI · Python Modules · released May 2025

A pytest plugin that integrates Apache Spark and PySpark into your test suite, providing session-scoped fixtures for SparkContext and SparkSession with configurable Spark options.

However, note that maintenance is aging—the last release was 450 days ago—so verify compatibility with your specific PySpark version before relying on it for new…

MITpure Pythonaging
390.7Kdownloads / mo
pockets Skip
PyPI · Python Modules · released Nov 2019

Pockets provides a collection of utility functions for common Python tasks like converting between naming conventions (camelCase and underscore_separated), resolving string names to objects, automatic logging, and peek-ahead iteration.

BSD-3-Clausepure Pythonabandoned
389.8Kdownloads / mo
authy Skip
PyPI · Python Modules · released Apr 2020

Python client for the Twilio Authy two-factor authentication API, supporting one-time passwords via SMS/voice, soft tokens (TOTP), and push authentication.

MITbuilds from sourceabandoned
389.6Kdownloads / mo
pygelf With conditions
PyPI · Python Modules · released Jun 2025

Provides Python logging handlers that send log messages to Graylog servers using the GELF (Graylog Extended Log Format) protocol over TCP, UDP, TLS, HTTP, or HTTPS.

However, maintenance is aging (last release 426 days ago), so verify that it works with your specific Graylog version and Python release before committing to production.

MITpure Pythonaging
388.3Kdownloads / mo
pyglove Worth it
PyPI · Python Modules · released Jul 2025

PyGlove provides symbolic object-oriented programming for Python, enabling direct manipulation of Python objects and programs through a mutable symbolic model with built-in search and iteration primitives.

Install it if you need to search over program variants, explore hyperparameters systematically, or build flexible ML code that evolves.

Apache-2.0pure Python
387.9Kdownloads / mo
pydotplus Skip
PyPI · Python Modules · released Dec 2014

PyDotPlus provides a Python interface to Graphviz's Dot language, allowing you to programmatically create, parse, and manipulate graph definitions for rendering visualizations.

MITbuilds from sourceabandoned
386.8Kdownloads / mo
plantuml With conditions
PyPI · Python Modules · released Nov 2019

Generates UML diagrams from text markup by communicating with a PlantUML server, avoiding the need to install Java or spawn shell subprocesses.

However, be aware that the package has not been actively maintained since 2019, so compatibility with modern Python versions is unverified and no active support is…

BSD-3-Clausepure Pythondormant
386.2Kdownloads / mo
getmac Worth it
PyPI · Python Modules · released Jul 2024

Retrieves MAC addresses of local network interfaces and remote hosts on the LAN via a single pure-Python function, with no compiled dependencies.

MITpure Python
385.8Kdownloads / mo
jmp With conditions
PyPI · Python Modules · released Jan 2023

JMP provides mixed precision training support for JAX by managing dtype policies and loss scaling to reduce memory bandwidth and improve computational efficiency during neural network training.

The main gotcha is that JAX must be installed separately first with the correct accelerator support; beyond that, JMP is straightforward to integrate into existing…

Apache-2.0pure Python
385.1Kdownloads / mo
faiss-gpu With conditions
PyPI · Python Modules · released Aug 2026

Faiss provides GPU-accelerated similarity search and clustering for dense vectors, supporting exact and approximate nearest-neighbor queries on datasets from memory to billions of vectors.

MITcompiled wheel · 3.10+
384.8Kdownloads / mo
lakefs Worth it
PyPI · Python Modules · released Apr 2026

A high-level Python wrapper around the lakeFS SDK that simplifies interaction with lakeFS repositories, branches, and objects through a cleaner API with environment-based credential inference.

Apache-2.0pure Python · 3.10+
383.5Kdownloads / mo
yagmail Worth it
PyPI · Python Modules · released May 2026

Simplifies sending emails via Gmail or any SMTP server, with built-in support for attachments, HTML content, and asynchronous sending.

MITpure Python · 3.8+
382.1Kdownloads / mo
pynmeagps Worth it
PyPI · Python Modules · released Aug 2026

Parses and generates NMEA 0183 GPS/GNSS protocol messages, enabling Python applications to read and work with positioning data from GPS receivers and maritime devices.

Install it if you need to work with GPS/GNSS protocol data in Python; skip it only if you need support for Python versions below 3.10 or have no use for NMEA message…

BSD-3-Clausepure Python · 3.10+
381.7Kdownloads / mo
eyecite Worth it
PyPI · Python Modules · released Jul 2026

Extracts legal citations from text, recognizing case names, statutory references, law journal citations, and other citation patterns common in American legal documents.

Install it if you need to extract or parse legal citations from American legal documents.

BSD-2-Clausepure Python · 3.10+
381.4Kdownloads / mo
WTForms-JSON Skip
PyPI · Python Modules · released Apr 2022

Adds JSON parsing and validation support to WTForms, enabling form validation against JSON data in RESTful API contexts.

BSD-3-Clausebuilds from sourceabandoned
381.2Kdownloads / mo
pamela With conditions
PyPI · Python Modules · released Aug 2024

Pamela provides a Python interface to the Linux/Unix PAM (Pluggable Authentication Modules) system, enabling authentication, session management, and credential handling through ctypes bindings.

MITpure Pythondormant
380.7Kdownloads / mo
twelvelabs With conditions
PyPI · Python Modules · released Jul 2026

Python SDK for the TwelveLabs video understanding platform, providing methods to create indexes, upload videos, and perform search and analysis tasks on video content.

However, verify the license terms first—they are not declared in the package metadata.

license unclearpure Python
380.3Kdownloads / mo
executor Skip
PyPI · Python Modules · released Nov 2020

Wraps Python's subprocess module to simplify executing local commands, remote commands over SSH, and concurrent command pools with proper argument escaping and error handling.

MITpure Pythonabandoned
380.0Kdownloads / mo
torch-tb-profiler With conditions
PyPI · Python Modules · released Oct 2023

Integrates PyTorch profiling data with TensorBoard, providing GPU timeline tracing and performance diagnostics for ML workloads through a TensorBoard plugin interface.

However, the last release was in October 2023; verify compatibility with your current PyTorch version before relying on it for new projects.

BSD-3-Clausepure Python · 3.6.2+
376.1Kdownloads / mo
pypi-simple Worth it
PyPI · Python Modules · released Sep 2025

A client library for querying PyPI and pip-compatible repositories via the Simple Repository API (PEP 503 and related standards), retrieving project metadata, package files, and digests.

Install it if you need to query or download packages programmatically outside of pip's normal workflow.

MITpure Python · 3.8+
375.7Kdownloads / mo
spectree Worth it
PyPI · Python Modules · released Dec 2025

Generates OpenAPI documents and validates HTTP requests and responses using Python type annotations with pydantic, supporting Flask, Quart, Falcon, and Starlette.

Apache-2.0pure Python · 3.10+
374.2Kdownloads / mo
warlock With conditions
PyPI · Python Modules · released May 2025

Warlock creates self-validating Python objects using JSON schema, automatically enforcing type and structure constraints on object attributes and tracking changes as JSON Patch documents.

Apache-2.0pure Python · 3.9+aging
372.3Kdownloads / mo
qasync Worth it
PyPI · Python Modules · released Aug 2025

qasync integrates asyncio coroutines into PyQt/PySide applications by providing a PEP 3156 event loop, allowing async/await syntax directly in Qt's main thread without threading.

Install it if you're building a PyQt/PySide application and want to use async/await instead of threading.

BSD-2-Clausepure Python · 3.8+
370.9Kdownloads / mo
pluralizer Worth it
PyPI · Python Modules · released Jun 2025

Converts English words between singular and plural forms using a rule-based system, with optional count formatting.

Install it if you need reliable English word pluralization in automation or text generation; skip it if word forms are known at design time or if you need a heavier…

MITpure Python · 3.10+
370.7Kdownloads / mo
Flask-OAuthlib Skip
PyPI · Python Modules · released Sep 2020

Flask-OAuthlib adds OAuth 1.0a and OAuth 2.0 client and provider support to Flask applications, enabling authentication with remote OAuth services and creation of your own OAuth providers.

BSD-3-Clausepure Pythondormant
369.8Kdownloads / mo
djangorestframework-jsonapi Worth it
PyPI · Python Modules · released Oct 2025

Adapts Django REST framework to output responses in JSON:API specification format, handling serialization, pagination, filtering, and relationship rendering according to the JSON:API standard.

Install it if JSON:API format is a requirement or a deliberate choice for your API design.

BSD-3-Clausepure Python · 3.9+
368.2Kdownloads / mo
spider-client With conditions
PyPI · Python Modules · released Jul 2026

Python SDK for the Spider Cloud API that enables website scraping, crawling, link extraction, screenshot capture, and LLM-compatible data collection through a managed cloud service.

However, it requires a Spider Cloud account and API key—this is a client library for a paid service, not a standalone scraper.

permissive licensepure Python
367.6Kdownloads / mo
mercadopago Worth it
PyPI · Python Modules · released Aug 2026

Provides Python bindings to integrate Mercado Pago's payment APIs, enabling you to create orders, process payments, and manage transactions programmatically.

Install it if you need to integrate Mercado Pago payments into a Python application.

MITpure Python · 3.10+
366.1Kdownloads / mo
fhconfparser With conditions
PyPI · Python Modules · released Jan 2024

Reads configuration files in INI, TOML, or JSON format through a single unified interface, abstracting away format-specific syntax differences.

However, be aware that maintenance is dormant—last release was 933 days ago—so consider whether you need active support or can tolerate a stable, unchanging library.

MITpure Pythondormant
365.6Kdownloads / mo
mechanize With conditions
PyPI · Python Modules · released Apr 2024

Automate programmatic interaction with HTTP web servers by simulating a stateful browser—fill forms, follow links, manage history, and parse HTML without a GUI.

However, consider that maintenance is aging—last release was 840 days ago—so evaluate whether the package meets your Python version and modern web compatibility needs…

BSD-3-Clausepure Pythonaging
364.6Kdownloads / mo
scholarly With conditions
PyPI · Python Modules · released Jan 2023

scholarly retrieves author profiles, publication metadata, and citation information from Google Scholar without requiring CAPTCHA solving, using web scraping with proxy support.

However, expect to invest time in proxy setup (required for heavy queries) and be aware that the last PyPI release is from early 2023, so test compatibility with your…

permissive licensepure Python
364.0Kdownloads / mo
PyGreSQL With conditions
PyPI · Python Modules · released Jan 2026

PyGreSQL is a Python interface to PostgreSQL databases that wraps the libpq C API, allowing direct database connections and queries from Python code.

PostgreSQLcompiled wheel · 3.8+aging
363.4Kdownloads / mo