{ "info": { "author": "Fritz Obermeyer", "author_email": "fritz.obermeyer@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Livecoder\n=========\n\n.. image:: https://img.shields.io/travis/fritzo/livecoder/master.svg\n :target: https://travis-ci.org/fritzo/livecoder\n :alt: Build status\n\n.. image:: https://img.shields.io/pypi/v/live.svg\n :target: https://pypi.python.org/pypi/live\n :alt: PyPI Version\n\nA simple library to support live coding in python.\nModeled after the idioms in `livecoder.net`_.\n\n.. _`livecoder.net`: http://livecoder.net\n\nQuick Start\n-----------\n\nInstall livecoder from pypi::\n\n pip install live\n\nOpen an example file with your favorite editor::\n\n git clone git@github.com:fritzo/livecoder # grab an example\n vi livecoder/examples/datadiff.py # open in your favorite editor\n\nAnd tell ``live`` to watch the script::\n\n cd livecoder/examples # move to where script is importable\n live datadiff.py # and watch output for errors\n\nEvery time you save the script, ``live`` reloads it and updates the live coding\nstate.\nYou'll probably want to set up your editor to save after every keystroke, or\nsave once per second.\nFor example in Vim 7.4+ you can save after each modification using::\n\n autocmd TextChanged,TextChangedI write\n\nLicense\n-------\n\n`Apache 2.0`_\n\n.. _`Apache 2.0`: LICENSE", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fritzo/livecoder", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "live", "package_url": "https://pypi.org/project/live/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/live/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fritzo/livecoder" }, "release_url": "https://pypi.org/project/live/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Simple library to support live coding", "version": "0.0.3" }, "last_serial": 1809085, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "9ffab51233a89af3fc379664796510d1", "sha256": "3f246b591769036961c091238f52017e6bd376ec60965e682a5c30b70b30e8ba" }, "downloads": -1, "filename": "live-0.0.0.tar.gz", "has_sig": false, "md5_digest": "9ffab51233a89af3fc379664796510d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1020, "upload_time": "2015-11-08T05:13:22", "url": "https://files.pythonhosted.org/packages/62/9c/e4c07de9b8da41bb629d4248c54628420b287b331cc95905db78c5e2ff5d/live-0.0.0.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7796a0b989ad1e28c3ea33cc3ce271a6", "sha256": "7dfd69cac023e8e2883dda8207e3e92ec16de89b09bade42543da844b35bc1b2" }, "downloads": -1, "filename": "live-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7796a0b989ad1e28c3ea33cc3ce271a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1185, "upload_time": "2015-11-10T05:10:22", "url": "https://files.pythonhosted.org/packages/1f/a7/0ebcaf473b890a35961fcd47ee7151d2d599c47f82e2513032c72aa63e99/live-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "192744a6518be29a12f92c0a5fda6dfb", "sha256": "aa033899ba812dd49303df269ad9175a7a679a6dcaaf34570ad321d41a68178c" }, "downloads": -1, "filename": "live-0.0.3.tar.gz", "has_sig": false, "md5_digest": "192744a6518be29a12f92c0a5fda6dfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1582, "upload_time": "2015-11-10T06:25:26", "url": "https://files.pythonhosted.org/packages/a2/12/5b2cded36daa65895e58ef04023202bf27e09e4ea476353ee2013ba13370/live-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "192744a6518be29a12f92c0a5fda6dfb", "sha256": "aa033899ba812dd49303df269ad9175a7a679a6dcaaf34570ad321d41a68178c" }, "downloads": -1, "filename": "live-0.0.3.tar.gz", "has_sig": false, "md5_digest": "192744a6518be29a12f92c0a5fda6dfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1582, "upload_time": "2015-11-10T06:25:26", "url": "https://files.pythonhosted.org/packages/a2/12/5b2cded36daa65895e58ef04023202bf27e09e4ea476353ee2013ba13370/live-0.0.3.tar.gz" } ] }