Metadata-Version: 2.1
Name: pyalect
Version: 0.1.0
Summary: UNKNOWN
Home-page: https://github.com/rmorshea/pyalect
Author: Ryan Morshead
Author-email: ryan.morshead@gmail.com
License: MIT
Platform: Linux
Platform: Mac OS X
Platform: Windows
Requires-Python: >=3.6,<4.0
Description-Content-Type: text/markdown
Provides-Extra: all
Requires-Dist: pytest (<6.0,>=5.2) ; extra == 'all'
Provides-Extra: pytest
Requires-Dist: pytest (<6.0,>=5.2) ; extra == 'pytest'

# Pyalect

A dynamic dialect transpiler for Python.


# Installation

```bash
pip install pyalect
```


# Read The Docs

https://pyalect.readthedocs.io/


