Metadata-Version: 2.4
Name: hop-cli
Version: 0.2.2
Summary: hop compiler and tooling
Author: Hop Language Team
License-Expression: MIT
Project-URL: Homepage, https://github.com/hoplang/hop
Project-URL: Repository, https://github.com/hoplang/hop
Project-URL: Issues, https://github.com/hoplang/hop/issues
Keywords: hop,compiler,language
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Hop Language

The hop compiler and tooling.

## Installation

```bash
pip install hop-cli
```

## Usage

```bash
hop --help
```

For more information, visit [https://github.com/hoplang/hop](https://github.com/hoplang/hop)
