Metadata-Version: 2.1
Name: tython
Version: 0.0.1a0
Summary: A simple TypeScript to Python transpiler.
Home-page: https://github.com/FourStarBasement/tython
Author: NCPlayz
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: astor (==0.8.1)
Requires-Dist: lark-parser (>=0.8.1)

# Tython

A simple TypeScript to Python transpiler. Work in Progress!

Check out the `tests` folder for examples.

## Install

```sh
$ python3 -m pip install tython
```


