Lua Environment Plugin for Databuild
Project description
Installation
In order to be able to use Lua, you’ll need to have the Lua environment installed before you install databuild.
Linux
Requirements: Lua or LuaJIT
On Ubuntu, these are the packages you need:
$ sudo apt-get install liblua5.1-0-dev liblua50-dev liblualib50-dev
Then you can install databuild:
$ pip install https://github.com/fcurella/databuild/archive/master.tar.gz
OS X
Requirements: Lua (LuaJIT is not supported ATM)
Temporarily unlink LuaJIT if you have it installed:
$ brew unlink luajit
Install Lua with brew:
$ brew install lua
Install databuild with the WITHLUA environment variable set:
$ WITHLUA=True pip install https://github.com/fcurella/databuild/archive/master.tar.gz
After databuild is installed, you can re-link LuaJIT if you need:
$ brew link luajit
Configuration
Add ‘lua’: ‘databuild_lua.lua.LuaEnvironment’ to your LANGUAGES settings:
LANGUAGES = { 'python': 'databuild.environments.python.PythonEnvironment', 'lua': 'databuild_lua.lua.LuaEnvironment', }
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
databuild_lua-0.0.3.tar.gz
(4.3 kB
view details)
File details
Details for the file databuild_lua-0.0.3.tar.gz
.
File metadata
- Download URL: databuild_lua-0.0.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e75467d688e56cfa4107eb9ce09cf1e007ab731f74567397393e71760fefaf67 |
|
MD5 | 0e1ea02ac70a827b3e6a4bb2e30c7af1 |
|
BLAKE2b-256 | 89046020148831cd6c56a739c058c8c7a42b3a5ba68f80b7aeca6621339de065 |