Metadata-Version: 2.1
Name: pychemin
Version: 0.0.1.dev2
Summary: A minimal language to describe interactive, terminal-based text adventure games
Home-page: https://github.com/ewen-lbh/pychemin
License: MIT
Author: ewen-lbh
Author-email: ewen.lebihan7@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: colr (>=0.9.1,<0.10.0)
Requires-Dist: docopt (>=0.6.2,<0.7.0)
Requires-Dist: fuzzywuzzy (>=0.18.0,<0.19.0)
Requires-Dist: lark-parser (>=0.8.1,<0.9.0)
Requires-Dist: python-levenshtein (>=0.12.0,<0.13.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Requires-Dist: toml (>=0.10.0,<0.11.0)
Requires-Dist: unidecode (>=1.1.1,<2.0.0)
Project-URL: Repository, https://github.com/ewen-lbh/pychemin
Description-Content-Type: text/markdown

# PyChemin

I'm in the process of decoupling PyChemin from its inception's repository, [Hyperis](github.com/ewen-lbh/hyperis) -- a terminal-based adventure game.

A proper README + GitHub page will soon be available.

In the meantime, if you can read french, you can [learn PyChemin's syntax](ewen-lbh.github.io/hyperis)

