Metadata-Version: 2.4
Name: hulo
Version: 0.1.1
Summary: Hulo programming language compiler and runtime
Home-page: https://github.com/hulo-lang/hulo
Author: The Hulo Authors
Author-email: 
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Hulo Programming Language

Hulo is a modern programming language designed for simplicity and performance.

## Installation

Install Hulo using pip:

```bash
pip install hulo
```

The package will automatically detect your platform and architecture, then install the appropriate binary files.

### Supported Platforms

- **Windows**: x86_64, arm64, i386
- **macOS**: x86_64, arm64
- **Linux**: x86_64, arm64, i386

## Usage

After installation, you can use the `hulo` command:

```bash
hulo --help
```

## Development

To install in development mode:

```bash
pip install -e .
```

## License

MIT License - see LICENSE file for details. 
