Metadata-Version: 2.0
Name: mal-python
Version: 1.0
Summary: An implementation of the lisp-like programming language mal in Python3.
Home-page: https://github.com/hershen/mal/tree/master/impls/myPython
Author: Alon Hershenhorn
Author-email: hershen@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: readline

This is an implementation of the lisp-like programming langauge mal.
It is implemented in Python3.

