Skip to content

Get Started

Zipline CLI

PyPI Version TOML Python Version PyPI Downloads Pepy Total Downloads Workflow Test Quality Gate Status GitHub Last Commit GitHub Issues GitHub Discussions GitHub Forks GitHub Repo Stars GitHub Org Stars Discord Ko-fi

Python 3 CLI File Uploader for Diced/Zipline v3/v4 Upload Server and Django Files.

To get started Install the cli and view the Usage.

If you run into any issues, support is available.

Quick Start

python -m pip install zipline-cli
zipline --setup

Next, review the Usage and Environment Variables reference.

Install

From PyPI: https://pypi.org/p/zipline-cli

python -m pip install zipline-cli
uv add zipline-cli
zipline-cli
dependencies = ["zipline-cli"]

From GitHub using pip.

python -m pip install git+https://github.com/cssnr/zipline-cli.git

From Source using pip.

git clone https://github.com/cssnr/zipline-cli.git
python -m pip install zipline-cli

Uninstall.

python -m pip uninstall zipline-cli

Usage

Setup Zipline URL and Token:

zipline --setup

Upload a File:

zipline test.txt

Upload Multiple Files:

zipline file1.txt file2.txt

Create Text File from Input

cat test.txt | zipline

Create Text File from Clipboard

zipline
# Paste or Type contents, followed by a newline, then Ctrl+D (Ctrl+Z on Windows)

For more options, see the Environment Variables reference.

Environment Variables

 

Question

If you need help getting started or run into any issues, support is available!