Packages
A plugin for mdformat that normalizes YAML, TOML, and JSON front matter in Markdown documents, with optional key sorting and strict validation modes.
Python client library for interacting with Llama Stack REST API, providing type-safe synchronous and asynchronous access to inference, chat, and model management endpoints.
Constructs xarray objects from parsed geospatial metadata, enabling programmatic assembly of multi-dimensional arrays for raster data workflows.
Install it if your workflow involves metadata-driven array construction; skip it if you only need basic raster I/O without xarray integration.
Provides a typed Python client for the HiddenLayer REST API, with both synchronous and asynchronous interfaces powered by httpx.
FabIO reads and writes 2D X-ray detector images in 30 different formats from vendors like Mar, Dectris, ADSC, and Hamamatsu, exposing image data as numpy arrays and headers as Python dictionaries.
Adds internationalization (i18n) and localization (l10n) support to Quart web applications using Babel and pytz for language translation and timezone handling.
Adds JSON serialization and type validation to Python dataclasses, letting you convert between dataclass instances and JSON/dict representations with automatic type checking.
Converts Gregorian dates to the Bengali calendar and translates English numerals to Bangla numerals, returning full calendar details including month, day, weekday, season, and ordinal.
Install it if you need accurate Bengali calendar conversion or Bangla numeral translation.
Cleanlab automatically detects and helps fix data quality issues—mislabeled examples, outliers, duplicates, and annotation errors—in datasets for machine learning, working with any model and any data modality.
eyeD3 reads, edits, and displays ID3 metadata tags in MP3 files via both a command-line tool and a Python library.
Yagrc is a gRPC reflection client that lets you call gRPC services without pre-generating protocol buffers using protoc—it discovers service definitions and message types at runtime from a gRPC server's reflection API.
Asynchronous Python library for controlling Shelly smart home devices over CoAP (Gen1) and WebSocket/RPC (Gen2+) protocols.
Generates markdown documentation files automatically from click CLI command hierarchies, creating one markdown file per command and subcommand.
However, the project is dormant with no maintenance activity since release—if you encounter issues or need support for new features, you may need to fork or patch it…
Python client for Convex, a backend-as-a-service platform, enabling queries, mutations, and subscriptions to a Convex backend via RPC calls.
An HTTP authorization service that answers whether a user may perform an action, using role-based access control without handling authentication, passwords, or tokens.
However, you must run or access an auth service instance—it is not an in-process library—and you need to understand that it handles authorization only, not…
Generates and verifies checksums for Paytm payment transactions in Python, implementing the cryptographic signature scheme required by Paytm's payment gateway.
Redislite embeds a self-contained Redis server into a Python package, providing Redis key-value store functionality without requiring a separate server installation or management.
Not recommended for production services requiring active security updates or recent Redis features; use a standalone Redis server instead.
Extracts and lists dependencies from multiple Python project file formats including pyproject.toml, uv.lock, and requirements.txt.
Communicates with Campbell CR1000-type dataloggers over TCP, UDP, Serial, or GSM connections to query time, retrieve data tables, and download logged measurements.
pyasn performs fast offline IP address to Autonomous System Number (ASN) lookups using prebuilt databases from BGP archives, supporting both current and historical queries.
Install only if bulk or historical lookups justify the upfront compilation cost over simpler online alternatives.
Asynchronous Python client for fetching data from Spotify's API using modern async/await patterns.
Install it if you need to query Spotify's API from async Python code; the only gotcha is the Python 3.13+ requirement.
PasteScript is a command-line tool for creating Python package layouts and serving WSGI web applications with Paste Deploy configuration.
Hazelcast Python Client connects your Python application to a Hazelcast cluster to access distributed in-memory data structures (maps, sets, queues, locks) and perform cluster-wide operations using a Future-based asynchronous API.
A Flake8 plugin that detects and reports implicit string literal concatenation issues, including unintended concatenations on single lines and missing commas in collections.
matrice_streaming provides Cython-compiled streaming, client, and deployment utilities for Matrice.ai services, including real-time streaming gateways, camera management, and deployment orchestration.
An async Python client for querying the Radio Browser API, a community-driven database of internet radio and TV stations, with support for filtering, sorting, and station metadata retrieval.
Nextcord is an async-ready Python wrapper for the Discord API that lets you build Discord bots and applications using modern async/await syntax with built-in rate limiting and memory optimization.
Generates random Heroku-style names composed of adjectives, nouns, and optional numeric or hex tokens, with configurable delimiters and character sets.
Parses and generates UBX protocol messages from u-blox GNSS receivers, and can also handle NMEA 0183 and RTCM3 protocols through pynmeagps and pyrtcm.
Install it if you need to parse or generate UBX protocol messages.
recordtype creates mutable record classes with optional per-field and global default values, similar to namedtuple but with write support and configurable defaults.
Integrates multiple third-party analytics services into Django projects through a unified template interface, eliminating the need to manually embed service-specific tracking code.
Requestium merges Requests, Selenium, and Parsel to automate web interactions with seamless switching between HTTP requests and browser-driven JavaScript execution while maintaining session state.
Install it if you're automating web workflows that blend static and dynamic content.
Downloads and installs the chromedriver binary (version 153.0.8006.0) for automated browser testing on Linux, macOS, and Windows.
Generates random real US addresses with coordinates from authoritative government sources, designed for testing address forms, geolocation code, and test fixtures.
Install it if you need real address data for testing without external API calls.
Extends mdformat with support for parsing and formatting definition lists in Markdown, using the markdown-it-deflist syntax.
Provides lookup access to ISO 18245 Merchant Category Codes (MCCs) with descriptions from ISO, USDA, and Stripe standards.
Install it if you need to work with merchant category codes in payment or financial systems.
Wraps the Keboola Common Interface to simplify Docker component development, handling configuration loading, I/O mapping, manifest processing, and logging within the Keboola Connection environment.
Install it if you are building Keboola components or transformations in Python and want to avoid writing Common Interface boilerplate.
yelpapi wraps the Yelp Fusion API, letting you search for businesses, retrieve reviews, check events, and query business details programmatically from Python.
Install it if you need to integrate Yelp business data into a Python application.
InstantTensor provides a high-throughput Safetensors loader optimized for moving model weights from disk to GPU memory, with support for distributed loading via torch.distributed.
Not recommended if you load small models infrequently or have ample host memory for caching—standard Safetensors loading will suffice.
Provides a unified interface library for building web extensions that handle spreadsheet uploads and downloads using pyexcel, abstracting away file format details.