Metadata-Version: 2.1
Name: SaHuTOrEPoLPy
Version: 0.0.2
Summary: SaHuTOrEPoLPy is a simple interpreter for SaHuTOrEPoL
Home-page: https://github.com/MinekPo1/SaHuTOrEPoLPy
Author: MinekPo1
Author-email: minekpo1@gmail.com
License: fafol
Platform: UNKNOWN
Classifier: License :: Free To Use But Restricted
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md

# SaHuTOrEPoL

A python implementation of the esoteric programing language [SaHuTOrEPoL](https://github.com/MinekPo1/SaHuTOrEPoL)

## Installation

```bash
pip install sahutorepol
```

## Usage

From the terminal:

```bash
sahutorepol run <file>
```

For detailed help use help command:

```bash
sahutorepol help
```

In python:

```python
from sahutorepol import parse

...

c = parse(code)
c.run()
```


