Metadata-Version: 2.0
Name: lively
Version: 0.1.0
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.0.tar.gz
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
Requires-Dist: yapf
Requires-Dist: jedi
Requires-Dist: websockets
Provides-Extra: dev
Provides-Extra: test

<!-- -*- 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

-->


