Metadata-Version: 1.1
Name: Thun
Version: 0.1.0
Summary: Python Implementation of Joy
Home-page: https://osdn.net/projects/joypy
Author: Simon Forman
Author-email: forman.simon@gmail.com
License: UNKNOWN
Description: Joy is a programming language created by Manfred von Thun that is easy to
        use and understand and has many other nice properties.  This Python
        package implements an interpreter for a dialect of Joy that attempts to
        stay very close to the spirit of Joy but does not precisely match the
        behaviour of the original version written in C.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2.7
