Metadata-Version: 2.1
Name: py0ltv
Version: 0.1.6
Summary: A transpiler for .py0 files to Python
Author-email: LapTrinhVui <syriackeyboard@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: antlr4-python3-runtime

# Py0 Transpiler

Py0 is a transpiler that converts .py0 files to Python and executes them.

# compile
pip install setuptools wheel twine
python setup.py sdist bdist_wheel

## Installation

```
pip install py0
```

## Usage

```
py0 <filename.py0>
```

This command will transpile all .py0 files in the directory of `filename.py0` to .py files, and then execute `filename.py`.

## License

This project is licensed under the MIT License - see the LICENSE file for details.
