Metadata-Version: 1.2
Name: lively
Version: 0.1.1
Summary: Lively comes to Python
Home-page: https://github.com/rksm/lively.py
Author: Robert Krahn
Author-email: robert.krahn@gmail.com
License: MIT
Download-URL: https://github.com/rksm/lively.py/archive/0.1.1.tar.gz
Description: <!-- -*- mode: markdown; -*- -->
        
        # lively.py
        
        [Lively-like](https://lively-next.org) live programming support for Python.
        
        # License
        
        [MIT](LICENSE.txt)
        
        
        <!--
        upload to PyPi:
        
        python setup.py sdist
        python setup.py bdist_wheel --universal
        python setup.py bdist_wheel
        twine upload dist/* --skip-existing
        
        -->
        
Keywords: lively,Lively Kernel,live programming,ide,programming tools
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3
