Metadata-Version: 2.1
Name: loci-cli
Version: 0.10.1
Summary: The official Loci CLI tool. Performs basic Loci Notes tasks from any command line.
Home-page: https://gitlab.com/loci-notes/loci-cli
Author: TheTwitchy
Author-email: thetwitchy@thetwitchy.com
Description-Content-Type: text/markdown
License-File: LICENSE

# Loci CLI
The official Loci CLI tool. Performs basic Loci Notes tasks from any command line.

## Docs
https://loci-notes.gitlab.io/clients/cli

## Installation
### Standard
`pip3 install loci-cli`

### Latest
`pip3 install git+https://gitlab.com/loci-notes/loci-cli`

### Development
* It is recommended that you use a virtualenv for development:
    * `virtualenv --python python3 venv`
    * `source ./venv/bin/activate`
* `python setup.py develop`
* Run with `loci`
