A library of various tools for common python tasks.
Project description
Lunchbox
A library of various tools for common python tasks
On the documentation main page, under the Architecture section, is a dynamically generated dependency graph of lunchbox's current architecture. It is generated using the RepoETL class.
If you look under the Metrics section you will find Radon code metric plots and data of the lunchbox source code.
Installation
pip install lunchbox
For Developers
Installation
- Install docker
- Install docker-machine (if running on macOS or Windows)
- Ensure docker-machine has at least 4 GB of memory allocated to it.
cd lunchbox
chmod +x bin/lunchbox
bin/lunchbox start
The service should take a few minutes to start up.
Run bin/lunchbox --help
for more help on the command line tool.
Conda Environment Creation
Running a conda environment is not recommended.
However, if you would still like to build one, do the following:
conda create -y -n lunchbox-env python==3.7
source activate lunchbox-env
pip install -r docker/dev_requirements.txt
pip install -r docker/prod_requirements.txt
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.