Metadata-Version: 1.1
Name: lunatic-python-universal
Version: 2.1.1
Summary: Two-way bridge between Python and Lua
Home-page: https://github.com/OddSource/lunatic-python
Author: Gustavo Niemeyer
Author-email: gustavo@niemeyer.net
License: LGPLv2
Description-Content-Type: UNKNOWN
Description: 
        Lunatic Python is a two-way bridge between Python and Lua, allowing these languages to intercommunicate. Being two-way
        means that it allows Lua inside Python, Python inside Lua, Lua inside Python inside Lua, Python inside Lua inside
        Python, and so on. This package is a fork of the original from http://labix.org/lunatic-python, updated to support
        Python 3, and forked again from https://github.com/bastibe/lunatic-python to release to PyPi and support newer versions
        of Lua and macOS Homebrew-installed Lua.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
