Metadata-Version: 2.1
Name: Thun
Version: 0.4.0
Summary: Python Implementation of Joy
Home-page: https://joypy.osdn.io
Author: Simon Forman
Author-email: forman.simon@gmail.com
License: GPLv3+
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
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Other
Classifier: Topic :: Software Development :: Interpreters
Provides-Extra: build-docs
