Subcategories
Packages
This package is a deprecated migration shim that depends solely on fastapi; it exists only to redirect old projects and should not be installed.
Provides async access to GeoJSON feeds with automatic feed management, tracking new, updated, and removed entries across updates.
Provides a Django model field and widget for storing and managing arbitrary HTML element attributes as JSON, with validation and template-safe string rendering.
Provides rate-limited HTTP transports for httpx clients, supporting both single and multiple concurrent rate limits through pluggable backend implementations.
Parses query strings and URL-encoded form data into Python objects using Rust-based parsers, offering significantly faster performance than the standard library.
pyral is a Python toolkit that lets you create, read, update, and delete artifacts and entities in Rally via its REST API, with automatic lazy-loading of related objects.
Mixpeek is an auto-generated OpenAPI client library for accessing the Mixpeek API's data processing, retrieval, agent sessions, alerts, and analytics endpoints.
Woothee parses user-agent strings to identify browsers, operating systems, devices, and crawlers, returning structured data with name, version, OS, category, and vendor information.
However, it is dormant—no updates since 2019—so it will not recognize modern browsers, crawlers, or OS releases.
Query and manage product data from the Open Food Facts database via its official Python API, supporting product lookup, text search, and data creation or updates.
Install it if you need to integrate product lookup or food data into your application.
Provides access to U.S. legislative data from Congress.gov, including bill lists, summaries, metadata, and full bill text through the OpenBB Platform.
However, verify the license terms first—the unclear license status is a material risk for commercial or restricted-use projects.
Provides a Python client for interacting with Microsoft Dynamics 365 CRM via its Web API, supporting OAuth2 authentication and CRUD operations on contacts, accounts, opportunities, leads, and campaigns.
A Python library for interacting with Google Nest devices through the Smart Device Management API, providing access to device state, control commands, and event subscriptions.
Couples email sending with Zope transactions, ensuring messages are only sent when a transaction commits successfully.
AsyncIO client for querying and controlling Honeywell US-model thermostats through their cloud API, supporting temperature setpoints, fan modes, system modes, and hold scheduling.
Provides HTTP basic authentication middleware for aiohttp applications, allowing you to protect routes with username and password credentials.
Adds YAML parsing and rendering support to Django REST Framework, allowing APIs to accept and return YAML-formatted data alongside the framework's standard formats.
httpdbg intercepts and displays HTTP(S) requests made by or received by Python programs, providing a web-based dashboard to inspect client and server traffic without code changes.
Install it if you regularly debug HTTP-based Python applications.
Official Python SDK for Polymarket that provides a unified interface to query public market data, manage authenticated accounts, execute trades, and handle wallet workflows on the Polymarket prediction market platform.
Integrates US Government data sources (commodity reports, weather, treasury data) into the OpenBB Platform via a provider extension.
Python client library for the Geocodio API, enabling geocoding, reverse geocoding, batch operations, and address parsing for U.S. and Canadian addresses.
Provides Django template tags and model fields to embed YouTube, Vimeo, and SoundCloud media directly into web pages with automatic URL parsing and thumbnail extraction.
Extracts league, team, and player data from ESPN's Fantasy API for Football and Basketball leagues, supporting both public and private leagues.
Scrapes application metadata and listings from the Google Play Store, parsing details like app descriptions, ratings, developer info, and install counts.
No, not recommended for new projects.
Async Python API client for PowerView motorized blinds, enabling remote control and status queries over HTTP.
The main gotcha is that it requires a PowerView hub on your local network—it is not a cloud API.
Parses RFC 6266 Content-Disposition headers to extract filename and disposition information from HTTP responses and header strings.
However, be aware it will not receive updates or bug fixes—only install if the current implementation meets your needs and you're comfortable maintaining a fork if…
Python client for the private Météo-France API, providing access to weather forecasts, rain predictions, and weather alerts for French departments and Andorre.
A Python wrapper for the Pterodactyl Panel API that provides synchronous and asynchronous clients to manage game servers, users, and infrastructure through the panel's Client and Application APIs.
A single-threaded asynchronous WSGI server with WebSocket support built on Python's asyncore module, serving WSGI applications and handling WebSocket connections on a specified path.
AsyncSleepIQ provides async Python access to the SleepIQ API for SleepNumber beds, allowing you to query bed status, occupancy, sleep number values, and control bed features like pause mode and calibration.
Async Python wrapper for fetching current conditions, daily forecasts, and hourly forecasts from the AccuWeather API using aiohttp.
Turnkey HTTP is an HTTP client for the Turnkey API that provides auto-generated typed methods from an OpenAPI specification, with built-in request signing via API key stamping.
Provides an async API and CLI to query and control hot tubs connected to the SmartTub system, including status, pumps, and lights.
However, the aging maintenance status (last release 189 days ago) means you should verify that it still works with your current hardware and be prepared to…
A Python wrapper for the Linear API that provides object-oriented access to Linear issues, projects, teams, and users with Pydantic models, automatic pagination, and built-in caching.
However, the aging maintenance status (last commit 456 days ago) means you should verify that the package still works with Linear's current API schema before relying…
Provides Django models and management commands to import and manage geographic data (countries, regions, cities) from GeoNames into your database.
Install it if you need to populate countries, regions, and cities in your Django app.
Adds session authentication to FastAPI applications using dependency injection, with pluggable backends and frontends for storing and retrieving session data.
libthumbor generates encrypted URLs for the thumbor image service, allowing Python code to securely request resized and processed images from a thumbor server.
Asynchronous Python client for the Tractive pet tracking REST API, enabling programmatic access to tracker status, location history, device control, and real-time events.
SpotAPI wraps Spotify's private and public APIs to search, retrieve, and manipulate Spotify data (tracks, playlists, albums, artists) using browser-like requests without requiring an API key or Premium account.
Yes with strong conditions: SpotAPI offers low install friction and active maintenance, but the unclear license declaration (GPL 3.0 mentioned in docs but not…
Fetches prompt templates from Prompt Hub or loads them from local JSON/YAML files, providing a simple client interface to manage and access prompts via REST API.
Provides async Python access to the Bring! shopping lists API, allowing you to manage shopping lists, add/remove items, and check off purchases programmatically.
Install it if you want to automate shopping-list workflows or integrate Bring! into a larger system; the async design and batch-update support make it suitable for…