Command Line Interface
A CLI is available for Python 3 from PyPi.

Visit GitHub for More Info
https://github.com/django-files/cssnr/zipline-cli
Install
The easiest way to install is with pip.
shell
python -m pip install zipline-cliAlternatively, you can install from source.
shell
git clone https://github.com/cssnr/zipline-cli.git
python3 -m pip install -e zipline-cliSetup
To configure the CLI run the setup command.
shell
zipline-cli setupThis will interactively prompt you for server details and store them in your home directory.
