$npx skillfedfor your agent

Packages starting with 'H'

265 packages · page 6 of 7

Packages

httpwatcher Skip
PyPI · WWW/HTTP · released Nov 2018

httpwatcher is a simple HTTP server and library for serving static files with live reload triggered via WebSockets, designed for local development and testing.

MITpure Pythonabandoned
94.7Kdownloads / mo
httpx Worth it
PyPI · WWW/HTTP · released Dec 2024

HTTPX is a fully featured HTTP client library for Python that provides both sync and async APIs, with support for HTTP/1.1 and HTTP/2, plus an integrated command-line client.

Install it if you are building new projects or modernizing existing ones that rely on HTTP.

BSD-3-Clausepure Python · 3.8+
797.0Mdownloads / mo
httpx-aiohttp With conditions
PyPI · WWW/HTTP · released Jul 2026

Provides aiohttp-based transports for httpx, allowing httpx to use aiohttp for low-level HTTP messaging while keeping httpx's high-level features like authentication, retries, and cookies.

license unclearpure Python · 3.9+
5.5Mdownloads / mo
httpx-auth Worth it
PyPI · Build Tools · released Jan 2025

Provides authentication classes for httpx HTTP client requests, supporting OAuth2 flows, API keys, AWS signatures, and basic auth.

MITpure Python · 3.9+aging
2.3Mdownloads / mo
httpx-limiter With conditions
PyPI · WWW/HTTP · released May 2026

Provides rate-limited HTTP transports for httpx clients, supporting both single and multiple concurrent rate limits through pluggable backend implementations.

Apache-2.0pure Python · 3.10+
82.0Kdownloads / mo
httpx-ntlm With conditions
PyPI · WWW/HTTP · released Nov 2023

Adds NTLM authentication support to HTTPX, enabling HTTP requests to servers that require Windows NTLM credentials.

However, dormant maintenance means you should verify that pyspnego remains compatible with your target authentication systems before committing to production use.

ISCpure Pythondormant
288.6Kdownloads / mo
httpx-oauth Worth it
PyPI · WWW/HTTP · released May 2026

Provides an async OAuth client built on HTTPX for handling OAuth authentication flows in asynchronous Python applications.

Install it if you need OAuth authentication in an async Python application and want to avoid hand-rolling OAuth protocol logic.

MITpure Python · 3.10+
889.3Kdownloads / mo
httpx-retries Worth it
PyPI · WWW/HTTP · released Jul 2026

Adds automatic request retry logic to HTTPX, with configurable backoff strategies and support for both sync and async clients.

Install it if you use HTTPX and need retry behavior; the defaults work out of the box.

MITpure Python · 3.10+
4.7Mdownloads / mo
httpx-socks Worth it
PyPI · WWW/HTTP · released Aug 2026

Adds SOCKS4(a), SOCKS5(h), and HTTP CONNECT proxy support to httpx via custom transport classes for both synchronous and asynchronous clients.

Apache-2.0pure Python · 3.9+
1.0Mdownloads / mo
httpx-sse With conditions
PyPI · WWW/HTTP · released Oct 2025

Consume Server-Sent Event (SSE) messages from HTTP endpoints using HTTPX, with both synchronous and asynchronous iteration support.

Install it if you're already using HTTPX and need SSE support.

permissive licensepure Python · 3.9+aging
238.4Mdownloads / mo
httpx-ws Worth it
PyPI · WWW/HTTP · released Mar 2026

Adds WebSocket support to HTTPX, enabling sync and async WebSocket client connections with helper methods for sending and receiving text, binary, and JSON data.

MITpure Python · 3.10+
11.3Mdownloads / mo
httpx2 Worth it
PyPI · WWW/HTTP · released Aug 2026

HTTPX2 is a fully featured HTTP client library for Python that supports both HTTP/1.1 and HTTP/2, offers sync and async APIs, and includes an integrated command-line client.

BSD-3-Clausepure Python · 3.10+
56.0Mdownloads / mo
httpxthrottlecache With conditions
PyPI · WWW/HTTP · released Aug 2026

Wraps HTTPX with built-in rate limiting and caching transports, letting you control request throttling and response caching through a single manager interface.

However, verify the license before use in proprietary contexts, and be aware it is young with minimal adoption.

license unclearpure Python · 3.10+
794.6Kdownloads / mo
httsleep Skip
PyPI · WWW/HTTP · released Nov 2018

httsleep polls HTTP endpoints repeatedly until a success condition is met or an alarm condition triggers, supporting status code checks, JSON response matching via JSONPath, and custom callbacks.

Apache-2.0pure Pythonabandoned
176.9Kdownloads / mo
huawei-solar With conditions
PyPI · Home Automation · released Aug 2026

Provides a Python interface to read and write data from Huawei SUN2000 inverters and LUNA2000 batteries over Modbus-TCP or Modbus-RTU, with support for batched register reads, unit conversion, and installer-level access.

AGPL-3.0-onlypure Python · 3.12+
136.0Kdownloads / mo
huaweicloudsdkcore With conditions
PyPI · Software Development · released Aug 2026

Provides core authentication, HTTP configuration, and exception handling for Huawei Cloud service SDKs, enabling Python applications to interact with Huawei Cloud APIs.

Apache-2.0pure Python · 3.6+
359.7Kdownloads / mo
huaweicloudsdkecs Worth it
PyPI · Software Development · released Aug 2026

Python SDK for Huawei Cloud Elastic Compute Service (ECS) that provides programmatic access to ECS APIs without handling low-level HTTP details.

Install it if you need to programmatically manage Huawei Cloud ECS resources from Python.

Apache-2.0pure Python · 3.6+
228.6Kdownloads / mo
huaweicloudsdkevs With conditions
PyPI · Software Development · released Aug 2026

Python SDK for Huawei Cloud Elastic Volume Service (EVS), enabling programmatic management of block storage volumes without direct API handling.

Apache-2.0pure Python · 3.6+
217.5Kdownloads / mo
hubspot-api-client Worth it
PyPI · WWW/HTTP · released May 2025

Python SDK for the HubSpot API v3 that provides typed client access to CRM, OAuth, CMS, and Files endpoints with built-in retry and signature validation support.

Install it if you need to interact with HubSpot's CRM, OAuth, or file APIs from Python.

permissive licensepure Python · 3.7+
4.1Mdownloads / mo
hud-sdk With conditions
PyPI · Monitoring · released Aug 2026

Hud-sdk is a lightweight runtime sensor that instruments Python functions to capture real-time behavior—execution duration, errors, and execution patterns—for use in IDEs, CI/CD pipelines, and code-generating agents.

However, the license treatment is unclear—verify the actual license terms before committing to production use.

license unclearcompiled wheel · 3.8+
107.3Kdownloads / mo
huey Worth it
PyPI · Python Modules · released Aug 2026

Huey is a lightweight task queue library that lets you run Python functions asynchronously, schedule them for later execution, and manage retries and result storage with minimal setup.

license unclearpure Python
21.0Mdownloads / mo
hug With conditions
PyPI · Libraries · released Feb 2020

hug is a Python framework for building REST APIs and RPC services with minimal boilerplate, using decorators and type annotations to expose Python functions as HTTP endpoints.

However, the last release was 2020-02-06 and no active development is evident; for new projects, consider whether a more actively maintained alternative (such as one…

MITpure Python · 3.5+dormant
133.4Kdownloads / mo
huggingface Skip
PyPI · Artificial Intelligence · released Dec 2020

This package provides a unified interface to HuggingFace libraries, though it appears to be a placeholder or early-stage wrapper rather than a functional library.

Apache-2.0pure Pythonabandoned
106.0Kdownloads / mo
huggingface-hub Worth it
PyPI · Artificial Intelligence · released Aug 2026

Client library and CLI tool for downloading, uploading, and managing models, datasets, and repositories on the Hugging Face Hub platform.

Install it if you work with Hugging Face Hub models or datasets.

Apache-2.0pure Python · 3.10.0+
442.4Mdownloads / mo
hugr With conditions
PyPI · Scientific/Engineering · released Aug 2026

hugr provides a pure-Python implementation of the Hierarchical Unified Graph Representation (HUGR) data model for constructing and manipulating quantum programs and operations in the Quantinuum ecosystem.

Apache-2.0compiled wheel · 3.10+
92.8Kdownloads / mo
human-readable Worth it
PyPI · Utilities · released Apr 2026

Converts numbers, dates, times, file sizes, and lists into human-readable strings with support for 20+ locales including English, Portuguese, French, German, Spanish, Chinese, Japanese, and others.

Install it if you need to display numbers, dates, times, or file sizes in human-friendly formats, especially if you need multi-locale support.

permissive licensepure Python · 3.9+
150.2Kdownloads / mo
humanfriendly With conditions
PyPI · Software Development · released Sep 2021

Formats and parses numbers, file sizes, timespans, and other values into human-readable text; provides terminal interaction utilities including ANSI text styling and user prompts.

MITpure Pythonabandoned
54.3Mdownloads / mo
humanize Worth it
PyPI · Text Processing · released Jun 2026

Converts numbers, dates, times, and file sizes into human-readable text formats, with support for fuzzy durations like "3 minutes ago" and localization to multiple languages.

Install it if you need to display human-readable numbers, durations, or sizes to end users.

MITpure Python · 3.10+
72.4Mdownloads / mo
humanreadable Worth it
PyPI · Libraries · released May 2026

Parses human-readable time and bitrate strings (e.g. '120 sec', '1 Gbps') and converts them to numeric values in different units, or formats numeric values back to human-readable strings.

Install it if you need to accept or format human-readable time or bitrate strings; skip it if your code works only with numeric values already in a fixed unit.

MITpure Python · 3.10+
277.9Kdownloads / mo
hume Worth it
PyPI · Python Modules · released Jun 2026

Python SDK for integrating Hume AI's empathic voice and text-to-speech APIs into applications, with support for both synchronous and asynchronous clients.

MITpure Python
99.2Kdownloads / mo
humiolib With conditions
PyPI · Monitoring · released Oct 2023

Python SDK that wraps Humio's web API to enable log ingestion and querying directly from Python code.

However, dormant maintenance means you should verify compatibility with your Humio instance and Python environment before relying on it for critical workflows.

Apache-2.0pure Python · 3.5+dormant
397.3Kdownloads / mo
humming-kernels With conditions
PyPI · Artificial Intelligence · released Jul 2026

Humming is a JIT-compiled GEMM kernel library for quantized matrix multiplication on NVIDIA GPUs, supporting mixed quantization formats (FP16, BF16, FP8, FP4, INT8, INT4) for both dense and MoE inference workloads.

However, verify the license terms before use, and confirm that your CUDA and PyTorch versions are compatible—the fact sheet does not specify exact version constraints…

license unclearcompiled wheel · 3.10+
1.4Mdownloads / mo
humps Skip
PyPI · Software Development · released Mar 2018

Converts strings to camelCase format, handling spaces, case normalization, and non-alphanumeric character removal.

Install only if you're already committed to this exact implementation and willing to fork it yourself.

LGPL-3.0-or-laterpure Pythonabandoned
163.9Kdownloads / mo
hunter With conditions
PyPI · Utilities · released Aug 2025

Hunter is a code tracing toolkit that intercepts and logs function calls, line executions, and variable changes for debugging and inspection without measuring coverage.

BSD-2-Clausepure Python · 3.9+aging
1.1Mdownloads / mo
hupper Worth it
PyPI · Monitoring · released Jan 2024

Hupper monitors Python source files for changes and automatically restarts the process when files are modified, supporting both command-line and programmatic usage patterns.

MITpure Python · 3.7+
2.9Mdownloads / mo
hurry.filesize Skip
PyPI · Python Modules · released Mar 2009

Converts byte counts into human-readable file size strings using configurable unit systems (traditional 1024-based, SI 1000-based, verbose, or alternative formats).

Install only if you are maintaining legacy code already using it and cannot refactor.

license unclearbuilds from sourceabandoned
271.4Kdownloads / mo
hvac Worth it
PyPI · released Oct 2025

hvac is a Python client library for HashiCorp Vault that enables programmatic access to Vault's API for secrets management, authentication, and key operations.

Apache-2.0pure Pythonaging
32.2Mdownloads / mo
hvplot Worth it
PyPI · Libraries · released Dec 2025

hvPlot provides a high-level plotting API that wraps HoloViews, Bokeh, and other visualization backends, letting you create interactive plots from Pandas, Polars, XArray, Dask, and other data sources using a familiar `.plot()` syntax.

BSD-3-Clausepure Python · 3.10+
1.4Mdownloads / mo
hydra-colorlog With conditions
PyPI · Application Frameworks · released May 2022

Integrates colorlog with Hydra to provide colored logging output for Hydra-based applications.

MITpure Python
348.4Kdownloads / mo
hydra-core Worth it
PyPI · Application Frameworks · released Aug 2026

Hydra manages configuration for complex applications through declarative YAML files, command-line overrides, and dynamic composition—letting you define, override, and organize settings without hardcoding them.

Install it if your application needs to separate configuration from code or if you're building experiments that require frequent parameter variation.

MITpure Python
22.1Mdownloads / mo