{ "info": { "author": "Geza Kovacs", "author_email": "geza0kovacs@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2" ], "description": "python-livescript\n====================\n`python-livescript` lets you call LiveScript code from Python\n\nExample\n-------\n::\n\n >>> from livescript import lseval\n >>> print lseval('''\n require! 'fs'\n return fs.readdirSync('.')\n ''')\n\n\nInstallation\n------------\n::\n\n $ pip install livescript\n\nReturning values\n----------------\n\nReturning will pass back the output back to Python. Any datatype supported by JSON can be passed back. If you want to return the last statement, you can omit the return statement.\n\nNPM modules\n-----------\n\nTo use modules, simply install them with `npm` and ensure that the `node_modules` directory they are installed to is your current working directory. You can use them as usual with require.\n\nLicense\n-------\n\nMIT", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/gkovacs/python-livescript", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gkovacs/python-livescript", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "livescript", "package_url": "https://pypi.org/project/livescript/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/livescript/", "project_urls": { "Download": "https://github.com/gkovacs/python-livescript", "Homepage": "https://github.com/gkovacs/python-livescript" }, "release_url": "https://pypi.org/project/livescript/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Call LiveScript from Python", "version": "1.0.0" }, "last_serial": 1369746, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2f0934c5b1270436fc740271ad01f3ad", "sha256": "2325f936b2fe8f10d3d4cfb2761c520929ae1cbe8458417c561d285c2a1582eb" }, "downloads": -1, "filename": "livescript-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2f0934c5b1270436fc740271ad01f3ad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 84797, "upload_time": "2015-01-04T05:04:43", "url": "https://files.pythonhosted.org/packages/91/94/0a202225c18e8cfac638dc95d48f6155beddb77fb1e641847d72e994c2e0/livescript-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2811d793ff5714973024cf06864bdd70", "sha256": "817107e0b4b6777083fead7b433c3c09b3149ab3e09cb5685d0f5f7727fc860c" }, "downloads": -1, "filename": "livescript-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2811d793ff5714973024cf06864bdd70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82938, "upload_time": "2015-01-04T05:04:47", "url": "https://files.pythonhosted.org/packages/75/05/4b78015a6fc334fd7b7672b3220cf4e8ed4c200ab88ef872dee623282a14/livescript-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f0934c5b1270436fc740271ad01f3ad", "sha256": "2325f936b2fe8f10d3d4cfb2761c520929ae1cbe8458417c561d285c2a1582eb" }, "downloads": -1, "filename": "livescript-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2f0934c5b1270436fc740271ad01f3ad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 84797, "upload_time": "2015-01-04T05:04:43", "url": "https://files.pythonhosted.org/packages/91/94/0a202225c18e8cfac638dc95d48f6155beddb77fb1e641847d72e994c2e0/livescript-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2811d793ff5714973024cf06864bdd70", "sha256": "817107e0b4b6777083fead7b433c3c09b3149ab3e09cb5685d0f5f7727fc860c" }, "downloads": -1, "filename": "livescript-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2811d793ff5714973024cf06864bdd70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82938, "upload_time": "2015-01-04T05:04:47", "url": "https://files.pythonhosted.org/packages/75/05/4b78015a6fc334fd7b7672b3220cf4e8ed4c200ab88ef872dee623282a14/livescript-1.0.0.tar.gz" } ] }