Metadata-Version: 2.1
Name: shell-lite
Version: 0.6.3.3
Summary: ShellLite is a programming language designed to be as readable as plain English. Code like you Think!
Author-email: contact@shelllite.tech
License: GPLv3 with classpath exception
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prompt-toolkit>=3.0.43
Requires-Dist: llvmlite>=0.42.0

# ShellLite

ShellLite is a programming language designed to be as readable as plain English. Code like you Think!

## Installation

```bash
pip install shell-lite
```

## Quick Start

```bash
shl hello.shl
```

For more info, visit [https://shelllite.tech](https://shelllite.tech)
