Metadata-Version: 2.4
Name: hypella
Version: 0.0.1
Summary: CLI tool for the Hypella execution layer
License-Expression: MIT
License-File: LICENSE
Keywords: trading,crypto,hyperliquid,cli,algo
Author: Hypella Team
Author-email: dev@hypella.com
Requires-Python: >=3.8
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: rich (>=13.0.0)
Requires-Dist: typer[all] (>=0.9.0)
Project-URL: Documentation, https://github.com/hypella/hypella-cli#readme
Project-URL: Issues, https://github.com/hypella/hypella-cli/issues
Project-URL: Source, https://github.com/hypella/hypella-cli
Description-Content-Type: text/markdown

# Hypella CLI

The official command-line interface for the Hypella execution platform.

## Installation

```bash
pip install hypella
```

## Usage

```bash
hypella --help
hypella doctor
```

