$npx skillfedfor your agent

WWW/HTTP packages

940 packages · page 17 of 24 · 1,515 including subcategories

Subcategories

Packages

go2rtc-client With conditions
PyPI · WWW/HTTP · released Dec 2025

Asynchronous Python client library for communicating with go2rtc servers, enabling WebRTC streaming and media control over a network interface.

permissive licensepure Python · 3.12.0+
158.1Kdownloads / mo
ubai-client With conditions
PyPI · WWW/HTTP · released Dec 2025

ubai-client is a Python client for the Universal Binary Archiver Service, generated from OpenAPI specifications to interact with a remote archival service.

However, clarify the license terms first (metadata is missing this information), and be aware that maintenance is aging—expect no active development support.

license unclearpure Python · 3.6+aging
157.9Kdownloads / mo
gooddata-api-client With conditions
PyPI · WWW/HTTP · released Aug 2026

Provides a Python client for the GoodData API, automatically generated from OpenAPI specifications, enabling programmatic access to GoodData workspace operations including knowledge recommendations and memory items.

permissive licensepure Python · 3.6+
157.7Kdownloads / mo
zope.container With conditions
PyPI · WWW/HTTP · released Nov 2025

Provides container interfaces and implementations (BTreeContainer, OrderedContainer) for organizing and managing objects in Zope-based applications, with support for object containment, traversal, and lifecycle events.

However, verify that ZPL-2.1 is compatible with your project's license requirements (marked unclear), and be aware of the 19 runtime dependencies—this is a…

license unclearcompiled wheel · 3.10+
157.5Kdownloads / mo
gspread-asyncio With conditions
PyPI · WWW/HTTP · released Feb 2024

Provides an asyncio wrapper around the gspread Google Spreadsheet API library, running all API calls off the main thread with built-in caching, credential renewal, retries, and rate limiting.

Install it if you need async Google Sheets access and are comfortable with potential gaps in support; verify that it works with your current gspread version before…

MITpure Python · 3.8+dormant
156.7Kdownloads / mo
capsolver With conditions
PyPI · WWW/HTTP · released Jul 2023

Capsolver is a Python client library for solving CAPTCHA challenges programmatically via the Capsolver API, supporting multiple CAPTCHA types including ReCaptcha, hCaptcha, FunCaptcha, Geetest, and others.

However, verify API compatibility first—dormant maintenance since mid-2023 means you should test against current Capsolver endpoints before relying on it in production.

MITpure Python · 3.6.8+dormant
155.7Kdownloads / mo
zope.cachedescriptors With conditions
PyPI · WWW/HTTP · released Sep 2025

Provides decorator-based caching for computed properties and methods that automatically invalidate when their dependencies change, storing cached values in volatile attributes suitable for persistent objects.

However, the aging maintenance status (no release in 336 days) and unclear license treatment warrant a review before adopting in new projects outside Zope—for simpler…

license unclearpure Python · 3.9+aging
155.4Kdownloads / mo
abx-dl Worth it
PyPI · WWW/HTTP · released Aug 2026

A CLI tool that auto-detects and downloads content from URLs using a plugin-based architecture, supporting multiple extraction methods (HTML, PDFs, screenshots, metadata, media) in a single command.

MITpure Python
155.3Kdownloads / mo
cloudmersive-convert-api-client With conditions
PyPI · WWW/HTTP · released Dec 2023

A Python client library for the Cloudmersive Document Conversion API, enabling programmatic file format conversion, document comparison, and data transformation operations.

license unclearbuilds from sourcedormant
155.2Kdownloads / mo
django-qr-code Worth it
PyPI · WWW/HTTP · released May 2025

Generates QR codes as embedded SVG or PNG images in Django templates, with customization options for size, error correction, border, and caching support.

Install it if you need QR codes in a Django project.

BSD-3-Clausepure Python · 3.10+
155.2Kdownloads / mo
django-tasks-db With conditions
PyPI · WWW/HTTP · released Feb 2026

A Django Tasks backend that stores and executes asynchronous tasks in your database using Django's ORM, with a management command to run a worker process.

Not recommended if you need high-throughput task processing, distributed workers across multiple machines, or the decoupling that external queues provide.

BSD-3-Clausepure Python · 3.10+
155.1Kdownloads / mo
asknews With conditions
PyPI · WWW/HTTP · released Aug 2026

Python SDK for the AskNews API that retrieves and formats news data, event tracking, forecasts, and analytics for use with language models and applications.

permissive licensepure Python · 3.8+
154.8Kdownloads / mo
wsgiref Skip
PyPI · WWW/HTTP · released Jun 2006

Provides WSGI 1.0.1 (PEP 3333) validation support and utilities for Python versions before 3.2, when the library was not yet built into the standard library.

Install only if maintaining legacy code on unsupported Python versions.

permissive licensebuilds from sourceabandoned
154.3Kdownloads / mo
nextcloud-mcp-server With conditions
PyPI · WWW/HTTP · released Aug 2026

Provides a Model Context Protocol (MCP) server that connects AI assistants like Claude to a Nextcloud instance, enabling them to read and write notes, calendar events, contacts, files, and other Nextcloud app data through a unified API.

AGPL-3.0-onlypure Python · 3.11+
154.0Kdownloads / mo
zope.traversing With conditions
PyPI · WWW/HTTP · released Sep 2025

Resolves object paths by traversing an object hierarchy and computing URLs via the @@absolute_url view, with support for traversal namespaces like ++view++ and ++skin++.

license unclearpure Python · 3.9+
154.0Kdownloads / mo
heroku3 With conditions
PyPI · WWW/HTTP · released Apr 2023

Python wrapper for the Heroku API V3 that lets you manage Heroku applications, addons, dynos, and account settings programmatically.

However, verify that the Heroku API V3 endpoints you need are still current and that the package's Python version support matches your environment, since classifiers…

MITpure Pythonaging
153.7Kdownloads / mo
assisted-service-client With conditions
PyPI · WWW/HTTP · released Aug 2026

A Python client library for the OpenShift Assisted Service API, auto-generated from Swagger/OpenAPI specifications to enable programmatic cluster installation and infrastructure management.

Apache-2.0pure Python · 3.6+
152.8Kdownloads / mo
whylabs-client With conditions
PyPI · WWW/HTTP · released Jan 2025

A Python client library for the WhyLabs API that provides programmatic access to AI observability features, automatically generated from OpenAPI specifications.

However, the dormant maintenance status means no updates for API changes or new WhyLabs features—install only if your use case aligns with the current API schema and…

permissive licensepure Python · 3.6+dormant
151.5Kdownloads / mo
zope.annotation With conditions
PyPI · WWW/HTTP · released Sep 2025

Stores additional metadata on objects without modifying their class, using a Zope-based annotation mechanism backed by zope.interface and zope.component.

license unclearpure Python · 3.9+
150.9Kdownloads / mo
drf-excel Worth it
PyPI · WWW/HTTP · released Aug 2026

Adds an Excel spreadsheet (xlsx) renderer to Django REST Framework, allowing API views to export data directly as formatted Excel files using OpenPyXL.

Install it if you need to export API data to Excel.

BSD-3-Clausepure Python · 3.10+
150.7Kdownloads / mo
apimatic-requests-client-adapter Worth it
PyPI · WWW/HTTP · released Nov 2025

Provides a requests-based HTTP client adapter for APIMatic-generated Python SDKs, implementing the core HTTP interface with support for retries and response conversion.

permissive licensepure Python
150.3Kdownloads / mo
openmeter With conditions
PyPI · WWW/HTTP · released Aug 2026

OpenMeter Python SDK provides a client library to ingest usage events and query aggregated meter data for real-time usage tracking and billing integration.

However, the preview status and minimal community adoption mean you should treat it as an early-stage tool—verify that OpenMeter's service stability and API roadmap…

Apache-2.0pure Python
149.8Kdownloads / mo
powerbot-client With conditions
PyPI · WWW/HTTP · released Aug 2026

PowerBot client library for synchronous operations with Python 3.9+, providing HTTP-based communication through standard web request dependencies.

However, clarify the license status and confirm that synchronous I/O meets your performance needs before committing to production use.

license unclearpure Python
149.3Kdownloads / mo
fastapi-decorators Worth it
PyPI · WWW/HTTP · released Mar 2026

Converts functions into FastAPI-compatible decorators that can inject and resolve FastAPI dependencies, eliminating boilerplate when building reusable endpoint decorators.

MITpure Python · 3.8+
148.7Kdownloads / mo
zope.size With conditions
PyPI · WWW/HTTP · released Sep 2025

Provides a standard interface and adapter for retrieving object sizes, with a fallback to 'not available' when the object lacks a getSize method.

However, verify that ZPL-2.1 is compatible with your project's license requirements before committing, and note that the aging maintenance status means updates are…

license unclearpure Python · 3.9+aging
148.2Kdownloads / mo
django-auth-adfs With conditions
PyPI · WWW/HTTP · released Jan 2026

Integrates Django applications with Microsoft ADFS and Azure AD for single sign-on authentication, automatically provisioning users and group memberships from directory claims.

BSD-3-Clausepure Python
147.8Kdownloads / mo
django-markdownx Worth it
PyPI · WWW/HTTP · released May 2026

Django MarkdownX provides a Markdown editor widget for Django applications with live preview, drag-and-drop image uploads, and image manipulation capabilities.

BSD-3-Clausepure Python
147.6Kdownloads / mo
urlcanon Skip
PyPI · WWW/HTTP · released Jul 2019

Parses and normalizes URLs according to WHATWG browser standards, with optional SSURT serialization for sorting and prefix-matching.

Apache-2.0builds from sourceabandoned
147.6Kdownloads / mo
tendo With conditions
PyPI · WWW/HTTP · released Oct 2022

Tendo provides utility functions for Python that fill gaps in the standard library, including Unicode file handling, console logging coloring, symlink support on Windows, process output redirection (tee), and an improved execfile implementation.

permissive licensepure Python · 3.6+
146.6Kdownloads / mo
metaphor-python With conditions
PyPI · WWW/HTTP · released Nov 2023

Python SDK for the Exa web search API, providing search, content retrieval, and agent-based research capabilities with structured output and streaming support.

MITpure Python
146.1Kdownloads / mo
django-cms With conditions
PyPI · WWW/HTTP · released Aug 2026

django CMS is a Django-based content management system that provides a hierarchical page tree, inline editing, a plugin system for reusable content, and multi-site and internationalization support for building publishing workflows.

BSD-3-Clausepure Python · 3.10+
146.0Kdownloads / mo
zope.filerepresentation With conditions
PyPI · WWW/HTTP · released Sep 2025

Defines interfaces for representing objects as files and directories, enabling file-system synchronization, FTP, PUT, and WebDAV operations.

license unclearpure Python · 3.9+aging
144.7Kdownloads / mo
djangocms-admin-style Worth it
PyPI · WWW/HTTP · released Feb 2024

Provides styled CSS templates and admin interface customizations for Django CMS, replacing the default Django admin appearance with a themed alternative.

Install it if you run Django CMS and want a polished admin interface without building custom CSS.

BSD-3-Clausepure Python · 3.7+
144.4Kdownloads / mo
zope.site With conditions
PyPI · WWW/HTTP · released Sep 2025

Provides a local and persistent site manager implementation for the Zope component architecture, enabling registration of local utilities and adapters organized in site management folders.

license unclearpure Python · 3.9+aging
143.5Kdownloads / mo
polar-sdk Worth it
PyPI · WWW/HTTP · released Jul 2026

Python SDK for interacting with the Polar API, providing synchronous and asynchronous methods to manage organizations, benefits, checkouts, and other Polar resources, plus built-in webhook validation.

Install it if you're integrating with Polar's platform.

MITpure Python · 3.9.2+
143.0Kdownloads / mo
zope.processlifetime With conditions
PyPI · WWW/HTTP · released Sep 2025

Provides event interfaces and implementations for server process lifecycle events (startup, database opening, etc.) designed to work with zope.event.

Install only if you are already using Zope; it has no value outside that ecosystem.

license unclearpure Python · 3.9+
142.8Kdownloads / mo
cornice With conditions
PyPI · WWW/HTTP · released Feb 2024

Cornice provides decorators and utilities to build REST web services on top of Pyramid, with built-in support for request validation, error handling, and API documentation.

MPL-2.0pure Python
142.7Kdownloads / mo
warc3-wet-clueweb09 Skip
PyPI · WWW/HTTP · released Dec 2020

Reads and iterates over WARC and WET archive files, extracting records with their metadata and content for web crawl analysis.

GPL-2.0-onlybuilds from sourceabandoned
142.3Kdownloads / mo
scrapinghub With conditions
PyPI · WWW/HTTP · released Aug 2026

A Python client library for communicating with the Scrapinghub API, enabling programmatic access to Scrapinghub's web scraping and data extraction services.

BSD-3-Clausepure Python · 3.10+
142.1Kdownloads / mo
Avalara With conditions
PyPI · WWW/HTTP · released Jul 2026

Python client library for Avalara's AvaTax REST v2 API, enabling tax calculation, transaction creation, and tax compliance operations through a single authenticated interface.

However, verify the license terms before committing, confirm Python version compatibility for your environment, and investigate the high install friction to ensure it…

license unclearbuilds from source
141.6Kdownloads / mo