$npx skillfedfor your agent

Packages starting with 'H'

265 packages · page 7 of 7

Packages

hydra-optuna-sweeper With conditions
PyPI · Artificial Intelligence · released May 2022

Integrates Optuna hyperparameter optimization into Hydra's configuration framework, enabling sweeps over application parameters using Optuna's sampling and pruning strategies.

However, verify that this version is compatible with your target Hydra release (1.3 stable or 1.4 development) before committing, given the 2022 release date.

MITpure Python
129.6Kdownloads / mo
hydra-submitit-launcher With conditions
PyPI · Distributed Computing · released May 2022

Integrates Hydra configuration framework with Submitit to submit Python functions as Slurm cluster jobs directly from configuration-driven applications.

However, note that the package has not been updated since May 2022; verify compatibility with your versions of hydra-core and submitit before committing to production…

MITpure Pythonaging
93.1Kdownloads / mo
hydraters With conditions
PyPI · Software Development · released May 2026

Merges nested Python dictionaries efficiently by delegating the merge logic to Rust, with support for marking keys that should not be merged.

However, verify the license status (metadata shows unclear treatment despite the description claiming MIT) and assess whether the early version number and small user…

license unclearcompiled wheel · 3.10+
217.0Kdownloads / mo
hyper Skip
PyPI · WWW/HTTP · released Sep 2016

hyper is an HTTP/2 client library for Python that provides a drop-in-style interface for making HTTP/2 requests, similar to the standard library's http.client but designed explicitly for HTTP/2 protocol support.

MITpure Pythonabandoned
254.3Kdownloads / mo
hyper-connections With conditions
PyPI · Artificial Intelligence · released May 2026

Implements multiple residual streams in neural networks as proposed in the Hyper-Connections paper, allowing you to split, process, and recombine residual pathways within PyTorch models.

MITpure Python · 3.9+
321.8Kdownloads / mo
hyper-up Skip
PyPI · WWW/HTTP · released May 2025

HTTP/2 client library for Python that provides an alternative to http.client with HTTP/2 protocol support and a similar API.

No—not for new projects.

MITbuilds from sourceaging
103.3Kdownloads / mo
hyperbrowser With conditions
PyPI · WWW/HTTP · released Aug 2026

Python SDK for controlling remote browser sessions and sandboxed environments via the Hyperbrowser API, supporting both sync and async clients with Playwright integration.

MITpure Python
370.3Kdownloads / mo
Hypercorn With conditions
PyPI · Python Modules · released Nov 2025

Hypercorn is an ASGI and WSGI web server supporting HTTP/1, HTTP/2, WebSockets, and optionally HTTP/3, with pluggable async worker types (asyncio, uvloop, trio).

MITpure Python · 3.10+aging
10.8Mdownloads / mo
hyperframe Worth it
PyPI · WWW/HTTP · released Jan 2025

hyperframe decodes binary HTTP/2 frame streams into structured Python objects, providing the framing layer used by HTTP/2 client and server implementations.

MITpure Python · 3.9+
170.7Mdownloads / mo
hyperion-py With conditions
PyPI · Home Automation · released Jun 2025

A Python async client library for controlling Hyperion-NG ambient lighting systems via their JSON API, providing direct access to color, effect, and LED stream control.

MITpure Pythonaging
74.2Kdownloads / mo
hyperleaup With conditions
PyPI · Database · released Sep 2023

Generates Tableau Hyper files directly from Apache Spark DataFrames and SQL queries, then publishes them to Tableau Server, bypassing slower ODBC-based extract workflows.

However, maintenance is aging (no releases since September 2023), so verify compatibility with your current versions of pyspark, tableauhyperapi, and Tableau Server…

Apache-2.0pure Python · 3.6+aging
161.0Kdownloads / mo
hyperlight-sandbox With conditions
PyPI · Security · released Jun 2026

Hyperlight-sandbox provides a Python API for executing code inside isolated sandboxes with pluggable backends (WASM, HyperlightJS) and guest language runtimes, enabling secure code execution with tool registration and snapshot/restore semantics.

However, verify that snapshot/restore semantics and backend stability meet your production requirements before relying on it for critical workloads.

Apache-2.0pure Python · 3.10+
197.5Kdownloads / mo
hyperlight-sandbox-backend-wasm With conditions
PyPI · Security · released Jun 2026

Provides a WebAssembly backend implementation for the hyperlight-sandbox Python API, enabling sandboxed code execution via Wasm.

Apache-2.0compiled wheel · 3.10+
184.1Kdownloads / mo
hyperlight-sandbox-python-guest With conditions
PyPI · Distributed Computing · released Jun 2026

Provides a Python guest runtime for the Hyperlight Wasm sandbox backend, enabling Python code execution within isolated Wasm environments.

However, it is only useful as part of a Hyperlight deployment—verify that it integrates with your version of the main Hyperlight package before installing.

Apache-2.0pure Python · 3.10+
196.8Kdownloads / mo
hyperlink Worth it
PyPI · Libraries · released Jan 2021

Hyperlink provides an immutable, RFC 3986/3987-compliant URL class for parsing, manipulating, and constructing URIs and IRIs in pure Python.

Install it if you need RFC-compliant URL handling, especially for query parameters or relative URL resolution.

MITpure Python
34.8Mdownloads / mo
hyperliquid-python-sdk With conditions
PyPI · Python Modules · released Jun 2026

Python SDK for trading on the Hyperliquid decentralized exchange API, providing programmatic access to order placement, account state queries, and market data.

MITpure Python
596.9Kdownloads / mo
hyperopt Worth it
PyPI · Software Development · released Jul 2026

Hyperopt performs serial and parallel hyperparameter optimization over mixed search spaces using algorithms like Tree of Parzen Estimators (TPE), Random Search, and Adaptive TPE.

BSD-3-Clausepure Python · 3.10+
2.9Mdownloads / mo
HyperPyYAML With conditions
PyPI · Utilities · released Jan 2026

Extends YAML syntax with Python-friendly features like object instantiation, smart aliases with interpolation, and implicit tuple support for cleaner hyperparameter configuration files.

Apache-2.0pure Pythonaging
1.9Mdownloads / mo
hyperscan With conditions
PyPI · Libraries · released Mar 2026

Python bindings for Vectorscan (an open-source fork of Intel's Hyperscan), a high-performance library for matching multiple regex patterns simultaneously against text.

MITcompiled wheel
425.8Kdownloads / mo
hyperscript With conditions
PyPI · HTML · released Oct 2024

Hyperscript lets you generate HTML markup programmatically using Python function calls instead of writing HTML strings directly.

However, it is dormant—no active maintenance—so use it only for straightforward markup tasks where you do not expect ongoing support or feature additions.

MITpure Python · 3.8+dormant
511.8Kdownloads / mo
hypothesis Worth it
PyPI · Testing · released Aug 2026

Hypothesis is a property-based testing library that generates random test inputs within specified ranges to find edge cases and bugs, then simplifies failing cases to their minimal form for easier debugging.

Install it if you want to catch bugs your manual tests miss.

MPL-2.0compiled wheel · 3.10+
48.3Mdownloads / mo
hypothesis-graphql Worth it
PyPI · Testing · released Jul 2026

Generates arbitrary GraphQL queries matching your schema to use as property-based test cases via Hypothesis, exposing edge cases in your GraphQL backend.

MITpure Python · 3.10+
2.9Mdownloads / mo
hypothesis-jsonschema With conditions
PyPI · Testing · released Feb 2024

Generates random JSON data that conforms to a given JSON schema, for use as test input in property-based testing with Hypothesis.

MPL-2.0pure Python · 3.8+aging
3.4Mdownloads / mo
hyppo With conditions
PyPI · Mathematics · released May 2025

hyppo provides multivariate hypothesis testing for high-dimensional and nonlinear data, implementing both classical and novel statistical tests in Python.

MITpure Python
155.6Kdownloads / mo
hyundai-kia-connect-api Worth it
PyPI · Internet · released Aug 2026

Provides a Python API to authenticate with and query Hyundai, Kia, and Genesis vehicle infotainment systems across multiple regions, handling login, token refresh, vehicle state updates, and trip history retrieval.

MITpure Python · 3.12+
218.6Kdownloads / mo