Subcategories
Packages
Manages WebSocket connections and real-time messaging for Azure Web PubSub service, enabling server-side broadcast, group, and user-targeted message delivery.
Install it if you are building a Python server that needs to manage real-time WebSocket communication with Azure Web PubSub; it is the official, supported way to do so.
A high-performance Python HTTP client for concurrent requests to Baseten embeddings, reranking, and classification endpoints, built with Rust and Tokio to release the GIL during I/O.
A Python client library for the Facebook Graph API that handles authentication and API requests to Facebook services.
Adds geographic and GeoJSON support to Django REST Framework, providing serialization fields and utilities for handling GeoDjango geometry objects in REST APIs.
Install it if you need to expose spatial data via REST.
launchpadlib provides a Python client library for interacting with Launchpad's web service API, enabling programmatic access to Launchpad's project management, bug tracking, and code hosting features.
Install only if you are actively working with Launchpad; it is not a general-purpose tool.
Parses robots.txt files according to RFC 9309 and determines whether a given user agent can fetch a specific path, with both a Python API and a command-line tool.
Install it if you need to parse robots.txt files or check crawler permissions in a Python project.
Django-CRUM stores the current request and user in thread-local storage, making them accessible throughout your application without passing the request object explicitly.
Install only if your project's Django version is within the tested range and you accept that updates will not arrive.
Encodes and decodes Mapbox Vector Tiles (MVT) in Protocol Buffer format, handling geometric data and properties across multiple layers with coordinate transformation support.
Provides an asynchronous wrapper around the Stripe Python library, replacing synchronous HTTP methods with async coroutines via monkey-patching to enable non-blocking API calls.
Official Python SDK for CloudConvert API v2, enabling programmatic file conversion, upload, download, and job management through REST API calls.
However, note that it has not been updated since 2022—verify compatibility with your Python version and current CloudConvert API v2 behavior before relying on it for…
Provides Bootstrap 4 HTML templates for django-crispy-forms, enabling automatic rendering of Django forms with Bootstrap 4 styling and layout.
Install it if you use django-crispy-forms and want Bootstrap 4 styling.
Provides Python bindings to the Cloudsmith API (v1) for programmatic access to package repository management, artifact storage, and related cloud services.
However, verify the license terms first—they are not declared in the package metadata—and confirm Python version compatibility for your environment before committing…
A typed PyPI Simple-API client with on-disk caching and multi-index routing, used internally by nab and nab-project to fetch and cache package metadata.
Client library for the Aurelio Platform that provides APIs for document extraction from files and URLs, text chunking, and embeddings, with both synchronous and asynchronous interfaces.
However, the aging maintenance status (508 days since last release) and unclear license warrant caution: verify license compliance and confirm the platform meets your…
Scrapes Korean stock and bond market data from KRX and Naver, returning OHLCV, ticker lists, fundamentals, and price changes as pandas DataFrames.
Python wrapper around the CoinGecko API (v3) that fetches cryptocurrency prices, market data, historical charts, and exchange information from both public and pro API endpoints.
Python wrapper for the Lob.com API, providing object-oriented access to print-mail services including postcards, letters, checks, and address verification.
However, verify that the package still works with Lob's current API and that your target Python version is supported before committing to it in production.
Provides a class-based system for writing Django template tags with declarative argument parsing, reducing boilerplate while maintaining full compatibility with Django's templating infrastructure.
Django Ninja Extra extends Django Ninja with class-based controllers, advanced permissions, and dependency injection for building structured REST APIs.
Install it if you're building a Django REST API and prefer class-based organization with dependency injection; skip it if you're committed to function-based simplicity.
Fetches and parses a website's favicon from its HTML, returning icon metadata including URL, dimensions, and format.
Cheetah3 is a template engine and code generator that transforms template files into Python, HTML, C++, Java, SQL, and other output formats.
pyxnat provides Python bindings to interact with XNAT (Extensible Neuroimaging Archive Toolkit) servers, enabling programmatic access to medical imaging data and project management through HTTP requests.
A command-line tool that downloads image galleries and collections from multiple image hosting sites by parsing URLs and extracting media with configurable naming and filtering.
A Sphinx theme that extends PyData Sphinx Theme with NVIDIA branding and styling for documentation projects.
However, the proprietary license is restrictive—verify that your project qualifies as a 'NVIDIA product or service' before committing.
Provides compiled FlatBuffers schema files for decoding Open-Meteo weather API responses efficiently in Python, enabling binary-format weather data parsing without HTTP logic.
Defers module imports until they are actually used, optionally issuing deprecation warnings when imported names are accessed.
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…
A Python client library for interacting with the Rapidata Web API, enabling programmatic access to Rapidata's data services.
oslo.middleware provides WSGI middleware components for intercepting and modifying HTTP request/response flows in OpenStack applications, with support for header manipulation, connection limiting, and custom request/response processing.
Python SDK for Rev AI's speech-to-text API, supporting both asynchronous file transcription and real-time audio streaming with optional human transcription, summarization, and translation.
Provides REST API endpoints for Django applications to handle password reset requests and confirmations, with token-based verification and signal-driven delivery (email, SMS, etc.).
Official Python SDK for the Nylas API platform, providing client access to email, calendar, contacts, scheduler, and meeting provider integrations.
Python SDK for controlling remote browser sessions and sandboxed environments via the Hyperbrowser API, supporting both sync and async clients with Playwright integration.
Provides drop-in progress bars for Django views that display real-time updates from Celery background tasks, with optional WebSocket support via Django Channels.
However, note that maintenance is dormant (last update 561 days ago); verify compatibility with your specific Django and Celery versions before relying on it for new…
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.
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.
Parse, manipulate, and generate URIs with a self-contained library that handles URI syntax and structure without external dependencies.
Install it if you need robust URI parsing and manipulation without external dependencies.
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…
Splits Django settings across multiple files and directories with support for wildcards, optional files, and environment-specific overrides.
Adds GSSAPI/Kerberos authentication support to the requests HTTP library, enabling secure negotiated authentication for HTTP clients.
However, it is aging (last release 302 days ago) and requires the gssapi system library to be installed separately; verify that dependency is available in your…