Metadata-Version: 2.1
Name: wast
Version: 0.0.1.post12
Summary: Improved AST for Python focused on code generation
Home-page: https://gitlab.com/qwolphin/wast
Author: Lumi Akimova
Author-email: lumi.akimova@gmail.com
Project-URL: Documentation, https://wast.dev
Project-URL: Source Code, https://gitlab.com/qwolphin/wast
Project-URL: Bug Tracker, https://gitlab.com/qwolphin/wast/issues
Project-URL: Author Website, https://LumiAkimova.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Wolphin AST

Code generation focused AST for Python

(autogenerated by itself)

# Build

```
traceback-with-variables render.py > wast.py && black wast.py && python3 wast.py
```
