$npx skillfedfor your agent

Internet packages

674 packages · page 7 of 17 · 2,232 including subcategories

Subcategories

Packages

google-cloud-access-context-manager With conditions
PyPI · Internet · released Aug 2026

Python client library for Google Cloud Access Context Manager, enabling attribute-based access control policies for GCP services through a managed API.

Apache-2.0pure Python · 3.10+
1.2Mdownloads / mo
aiomqtt Worth it
PyPI · Internet · released Mar 2026

An asyncio-native MQTT client that wraps paho-mqtt to provide async/await syntax for publishing and subscribing to MQTT brokers, supporting MQTT versions 5.0, 3.1.1, and 3.1.

BSD-3-Clausepure Python
1.2Mdownloads / mo
solana Worth it
PyPI · Internet · released Jul 2026

Solana.py is a Python SDK for building transactions and interacting with the Solana blockchain via its JSON RPC API, with support for the SPL Token Program.

Install it if you are building on Solana in Python.

MITpure Python · 3.11+
1.1Mdownloads / mo
fastapi-utils With conditions
PyPI · Internet · released Nov 2024

Provides reusable utilities and base classes for FastAPI development, including class-based views, CRUD resources, timing middleware, and common model/settings patterns to reduce boilerplate.

However, be aware that maintenance is aging—the last release was in 2024-11-11 with no commits for 641 days—so evaluate whether its utilities align with your…

MITpure Pythonaging
1.1Mdownloads / mo
google-cloud-error-reporting Worth it
PyPI · Internet · released Jun 2026

Client library for Google Cloud Error Reporting that groups, counts, and reports errors from cloud services and applications, providing access to error groups and their associated errors.

Install it if you run applications on Google Cloud and need centralized error tracking and grouping; it integrates naturally with other Google Cloud libraries and…

Apache-2.0pure Python · 3.10+
1.1Mdownloads / mo
microsoft-teams-cards With conditions
PyPI · Internet · released Aug 2026

Provides Pydantic-based models for building Adaptive Cards and Teams-specific actions in Microsoft Teams applications.

MITpure Python
1.0Mdownloads / mo
pyapns-client With conditions
PyPI · Internet · released Jun 2022

Sends Apple Push Notifications to iOS, macOS, and Safari devices via Apple's HTTP/2 APNs API using token-based authentication.

MITpure Pythonabandoned
1.0Mdownloads / mo
django-rq Worth it
PyPI · Internet · released Jul 2026

Django-RQ integrates RQ (Redis Queue) with Django, allowing you to configure and manage asynchronous job queues through Django settings and enqueue tasks for background processing.

MITpure Python · 3.10+
1.0Mdownloads / mo
ibm-watson-machine-learning Skip
PyPI · Internet · released Jun 2025

Python client library for IBM Watson Machine Learning service, enabling model training, testing, and deployment as APIs on IBM Cloud and IBM Cloud Pak for Data.

BSD-3-Clausepure Pythonaging
1.0Mdownloads / mo
proxy.py Worth it
PyPI · Internet · released Feb 2025

A lightweight, pluggable HTTP proxy server framework that handles forward proxying, reverse proxying, and TLS interception with support for custom plugins and asyncio-based concurrency.

BSD-3-Clausepure Python · 3.6+
1.0Mdownloads / mo
google-cloud-functions Worth it
PyPI · Internet · released Jun 2026

Python client library for Google Cloud Functions that enables programmatic management of serverless functions, including creation, deployment, and lifecycle operations on the Google Cloud platform.

Install it if you need to manage Cloud Functions programmatically from Python.

Apache-2.0pure Python · 3.10+
984.9Kdownloads / mo
rtoml With conditions
PyPI · Internet · released Oct 2025

rtoml parses and serializes TOML files and strings to and from Python dictionaries, with support for flexible None-value handling and optional pretty-printing.

However, note that maintenance is aging (last release 299 days ago), so verify that the package still meets your needs and check whether prebuilt wheels exist for…

MITcompiled wheel · 3.10+aging
979.0Kdownloads / mo
awsiotsdk Worth it
PyPI · Internet · released Jul 2026

Connects Python applications to AWS IoT Core using MQTT, handling secure authentication, device communication, and integration with AWS IoT services like Device Shadows, Jobs, and Fleet Provisioning.

Install it if you need to connect Python applications or devices to AWS IoT Core.

Apache-2.0pure Python · 3.8+
974.4Kdownloads / mo
tencentcloud-sdk-python-common With conditions
PyPI · Internet · released Aug 2026

Provides Python bindings and common utilities for accessing Tencent Cloud services like CVM and CBS through the official SDK.

Apache-2.0pure Python
972.5Kdownloads / mo
taskcluster-urls With conditions
PyPI · Internet · released Jan 2026

Generates standardized URLs for Taskcluster resources (APIs, schemas, documentation, UI) given a root URL and resource identifiers.

MPL-2.0pure Python
953.6Kdownloads / mo
matrix-nio Worth it
PyPI · Internet · released Jul 2026

matrix-nio is an asyncio-based Python client library for the Matrix protocol, providing end-to-end encryption support, room management, and real-time synchronization with Matrix homeservers.

license unclearpure Python · 3.10+
943.8Kdownloads / mo
lomond With conditions
PyPI · Internet · released Sep 2018

Lomond is a WebSocket client library that converts WebSocket connections into an event stream, allowing you to iterate over connection and message events without threads or callbacks.

BSD-3-Clausepure Python
937.5Kdownloads / mo
googleads With conditions
PyPI · Internet · released May 2026

Client library for interacting with Google Ad Manager API, handling authentication, requests, and response parsing for programmatic ad management.

Apache-2.0builds from source
933.1Kdownloads / mo
discord-webhook Worth it
PyPI · Internet · released Mar 2025

Send messages to Discord channels via webhooks, with support for embeds, files, threads, rate-limit handling, and async operations.

MITpure Pythonaging
899.2Kdownloads / mo
bigframes With conditions
PyPI · Internet · released Aug 2026

BigFrames provides a pandas-compatible DataFrame API and scikit-learn-like ML interface that executes queries and computations on BigQuery, letting you scale analytics and machine learning workloads without leaving Python.

Apache-2.0pure Python · 3.10+
878.6Kdownloads / mo
google-cloud-dialogflow-cx Worth it
PyPI · Internet · released Jun 2026

Python client library for Google Cloud Dialogflow CX, enabling programmatic interaction with conversational AI services to build and manage chatbots and voice-powered applications.

Install it if you are building on Google Cloud Dialogflow CX; do not install it if you are using a different conversational AI platform.

Apache-2.0pure Python · 3.10+
875.4Kdownloads / mo
fnvhash With conditions
PyPI · Internet · released May 2025

Computes FNV hash values in pure Python, prioritizing portability over performance.

MITpure Python · 3.9+aging
862.3Kdownloads / mo
google-cloud-parametermanager With conditions
PyPI · Internet · released Jun 2026

Python client library for Google Cloud Parameter Manager, enabling programmatic access to store, retrieve, and manage application parameters and sensitive configuration values.

Apache-2.0pure Python · 3.10+
862.0Kdownloads / mo
aioapns Worth it
PyPI · Internet · released Apr 2025

aioapns sends push notifications to iOS devices via Apple Push Notification Service using asyncio and HTTP/2, supporting both certificate and token-based authentication.

Apache-2.0pure Pythonaging
848.5Kdownloads / mo
azure-mgmt-costmanagement Worth it
PyPI · Internet · released Jul 2026

Provides Python bindings to the Azure Cost Management API, enabling programmatic access to cost analysis, budgets, exports, and benefit utilization data within Azure subscriptions.

Install it if you need programmatic access to Azure cost data, budgets, or exports.

MITpure Python · 3.10+
847.0Kdownloads / mo
pymisp Worth it
PyPI · Internet · released Aug 2026

PyMISP is a Python library that connects to MISP platforms via their REST API to fetch, create, update, and search threat intelligence events and attributes.

Install it if you need to automate threat intelligence workflows or integrate MISP into a larger security system.

BSD-2-Clausepure Python
829.5Kdownloads / mo
kaggle Worth it
PyPI · Internet · released Jul 2026

Command-line interface to interact with Kaggle—download competition data, manage datasets and models, submit to competitions, and browse forums.

Apache-2.0pure Python · 3.11+
815.8Kdownloads / mo
sharepy With conditions
PyPI · Internet · released Feb 2022

Handles authentication to SharePoint Online and constructs authenticated HTTP requests to the SharePoint REST API, extending the Requests library with session management and token refresh.

GPL-3.0-onlybuilds from sourcedormant
811.6Kdownloads / mo
volcengine-python-sdk With conditions
PyPI · Internet · released Aug 2026

Python SDK for Volcengine cloud services, providing programmatic access to compute, storage, networking, and other Volcengine APIs with credential management and endpoint configuration.

Apache-2.0pure Python · 2.7+
810.7Kdownloads / mo
telesign With conditions
PyPI · Internet · released Jul 2026

TeleSign SDK provides Python bindings to send SMS and voice messages, verify phone numbers, and perform identity checks via the TeleSign communications platform API.

MITpure Python
804.5Kdownloads / mo
telesignenterprise With conditions
PyPI · Internet · released Jul 2026

Python SDK for Telesign's user verification, digital identity, and omnichannel communications APIs, handling authentication and requests to Telesign services.

Install only if you have a Telesign account and need to integrate their verification or messaging services.

MITpure Python
798.7Kdownloads / mo
localstack With conditions
PyPI · Internet · released Jul 2026

LocalStack is a command-line tool that emulates AWS cloud services locally, allowing you to develop and test cloud applications on your laptop or in CI without hitting real AWS.

However, the abandoned maintenance status (archived repo, last commit 2026-03-23) is a significant concern: verify that the version you need is stable and that…

Apache-2.0pure Python · 3.10+abandoned1 known vulnerabilities
787.7Kdownloads / mo
tardis-client Skip
PyPI · Internet · released Mar 2026

tardis-client is a deprecated Python client for historical cryptocurrency market data replay from tardis.dev; users should migrate to tardis-dev instead.

copyleftpure Python
777.0Kdownloads / mo
tencentcloud-sdk-python-wsa With conditions
PyPI · Internet · released Aug 2026

Provides Python bindings to interact with Tencent Cloud's WSA (Workspace Security Architecture) service and related cloud infrastructure APIs like CVM and CBS.

Apache-2.0pure Python
772.2Kdownloads / mo
mycdp Worth it
PyPI · Internet · released Jun 2026

MyCDP provides autogenerated Chrome DevTools Protocol utilities for Python-based browser automation without external drivers, enabling direct Chromium control or connection to existing browser instances via remote debugging.

Install it if you need CDP-based browser automation or want to add CDP capabilities to an existing framework.

permissive licensepure Python · 3.8+
764.9Kdownloads / mo
sbvirtualdisplay With conditions
PyPI · Internet · released Dec 2024

Provides a virtual display wrapper for running browser automation tests in headless environments, particularly when browser headless modes are insufficient (e.g., for Chrome extensions).

MITpure Python · 3.8+dormant
754.8Kdownloads / mo
imap-tools Worth it
PyPI · Internet · released Aug 2026

A high-level Python library for IMAP email operations: fetch, search, and manage messages and folders without external dependencies.

Install it if you need to automate IMAP email tasks in Python—it significantly simplifies the standard library's imaplib.

Apache-2.0pure Python · 3.8+
752.6Kdownloads / mo
gpsoauth With conditions
PyPI · Internet · released Jul 2025

Implements Google Play Services OAuth authentication for Python, enabling the master token flow to obtain access tokens for Google services.

However, the aging maintenance status and release gap mean you should verify that Google's authentication endpoints have not changed and that the flow still works…

MITpure Pythonaging
751.2Kdownloads / mo
webdavclient3 With conditions
PyPI · Internet · released Feb 2026

Python WebDAV client library providing access to WebDAV servers with file operations including upload, download, copy, move, and directory management.

permissive licensepure Python · 3.6+aging
748.4Kdownloads / mo
gcloud-aio-pubsub Worth it
PyPI · Internet · released Jul 2025

Asyncio and threadsafe Python client for Google Cloud Pub/Sub, supporting both async and synchronous patterns for publishing and subscribing to cloud messaging topics.

Install it if you are building on GCP and prefer async patterns or need an alternative to the official client library.

MITpure Python
727.3Kdownloads / mo