{ "info": { "author": "Flavio Curella", "author_email": "flavio.curella@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "Lua for Databuild\n-----------------\n\nInstallation\n============\n\nIn order to be able to use Lua, you'll need to have the Lua environment\ninstalled before you install ``databuild``.\n\nLinux\n~~~~~\n\n**Requirements**: ``Lua`` or ``LuaJIT``\n\nOn Ubuntu, these are the packages you need::\n\n $ sudo apt-get install liblua5.1-0-dev liblua50-dev liblualib50-dev\n\nThen you can install ``databuild``::\n\n $ pip install https://github.com/fcurella/databuild/archive/master.tar.gz\n\n\nOS X\n~~~~\n\n**Requirements**: ``Lua`` (``LuaJIT`` is not supported ATM)\n\nTemporarily unlink ``LuaJIT`` if you have it installed::\n\n $ brew unlink luajit\n\nInstall ``Lua`` with ``brew``::\n\n $ brew install lua\n\nInstall ``databuild`` with the `WITHLUA` environment variable set::\n\n $ WITHLUA=True pip install https://github.com/fcurella/databuild/archive/master.tar.gz\n\nAfter ``databuild`` is installed, you can re-link ``LuaJIT`` if you need::\n\n $ brew link luajit\n\nConfiguration\n=============\n\nAdd `'lua': 'databuild_lua.lua.LuaEnvironment'` to your `LANGUAGES` settings::\n\n LANGUAGES = {\n 'python': 'databuild.environments.python.PythonEnvironment',\n 'lua': 'databuild_lua.lua.LuaEnvironment',\n }", "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/databuild/databuild-lua", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "databuild_lua", "package_url": "https://pypi.org/project/databuild_lua/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/databuild_lua/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/databuild/databuild-lua" }, "release_url": "https://pypi.org/project/databuild_lua/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Lua Environment Plugin for Databuild", "version": "0.0.3" }, "last_serial": 1161909, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "51abc84afbf7c38a5171540f9c0a8241", "sha256": "190c79f70fec569cb77a49e7be3fbb6bb87b2aef384bfd9aca086e5bde276d20" }, "downloads": -1, "filename": "databuild_lua-0.0.2.tar.gz", "has_sig": false, "md5_digest": "51abc84afbf7c38a5171540f9c0a8241", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4190, "upload_time": "2014-06-07T22:29:34", "url": "https://files.pythonhosted.org/packages/cf/a5/1dca674da510596526a6a15f1745673679d4ff048198c701369e43554e88/databuild_lua-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0e1ea02ac70a827b3e6a4bb2e30c7af1", "sha256": "e75467d688e56cfa4107eb9ce09cf1e007ab731f74567397393e71760fefaf67" }, "downloads": -1, "filename": "databuild_lua-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0e1ea02ac70a827b3e6a4bb2e30c7af1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4266, "upload_time": "2014-07-18T15:20:02", "url": "https://files.pythonhosted.org/packages/89/04/6020148831cd6c56a739c058c8c7a42b3a5ba68f80b7aeca6621339de065/databuild_lua-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0e1ea02ac70a827b3e6a4bb2e30c7af1", "sha256": "e75467d688e56cfa4107eb9ce09cf1e007ab731f74567397393e71760fefaf67" }, "downloads": -1, "filename": "databuild_lua-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0e1ea02ac70a827b3e6a4bb2e30c7af1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4266, "upload_time": "2014-07-18T15:20:02", "url": "https://files.pythonhosted.org/packages/89/04/6020148831cd6c56a739c058c8c7a42b3a5ba68f80b7aeca6621339de065/databuild_lua-0.0.3.tar.gz" } ] }