Metadata-Version: 2.1
Name: pytch
Version: 0.0.1
Summary: An expression-oriented, tooling-focused language that compiles down to Python.
Home-page: https://github.com/arxanas/pytch
Author: Waleed Khan
Author-email: me@waleedkhan.name
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: fuzz
Requires-Dist: attrs (>=18.2,<19.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: cython (>=0.29.2,<0.30.0); extra == "fuzz"
Requires-Dist: distance (>=0.1.3,<0.2.0)
Requires-Dist: pyrsistent (>=0.14.8,<0.15.0)
Requires-Dist: python-afl (>=0.7.1,<0.8.0); extra == "fuzz"
Requires-Dist: typing (>=3.6,<4.0)
Requires-Dist: typing-extensions (>=3.6,<4.0)
Project-URL: Repository, https://github.com/arxanas/pytch
