Skip to main content

A library of various tools for common python tasks.

Project description

Lunchbox

A library of various tools for common python tasks

Documentation

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

  1. Install docker
  2. Install docker-machine (if running on macOS or Windows)
  3. Ensure docker-machine has at least 4 GB of memory allocated to it.
  4. cd lunchbox
  5. chmod +x bin/lunchbox
  6. 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:

  1. conda create -y -n lunchbox-env python==3.7
  2. source activate lunchbox-env
  3. pip install -r docker/dev_requirements.txt
  4. pip install -r docker/prod_requirements.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lunchbox-0.1.0.tar.gz (9.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page