Metadata-Version: 2.4
Name: arqonhpo
Version: 0.3.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Summary: High-performance hyperparameter optimization engine.
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# ArqonHPO (Python)

Python bindings for ArqonHPO, a high-performance hyperparameter optimization engine.

## Install

```bash
pip install arqonhpo
```

## Quickstart

```bash
python -m arqonhpo --help
```

## Project Home

See the main repository README for full documentation and examples.

