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

-->
