A library of generic tools for ETL work and visualization of JSON blobs and python repositories.
Project description
Rolling-Pin
A library of generic tools for ETL work and visualization of JSON blobs and python repositories
Installation
pip install rolling-pin
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 rolling-pin
chmod +x bin/rolling-pin
bin/rolling-pin start
The service should take a few minutes to start up.
Run bin/rolling-pin --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 rolling-pin-env python==3.7
source activate rolling-pin-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.
Source Distribution
rolling-pin-0.3.1.tar.gz
(20.8 kB
view hashes)