Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Brown Dog Command Line Interface (BD-CLI) provides users with an easy to use interface to Brown Dog services. It talks to various components of Brown Dog through its API. It can be used to do operations like file conversions and extractions. Please see the README for current instructions.

Installation

You can install BD-CLI either from the PyPi repository or from our Bitbucket repository.

PyPi repository

  1. Create a Python virtual environment in your computer using virtualenv, virtualenvwrapper or by another method.
  2. Activate the created Python virtual environment
  3. Run ```pip install bdcli```

Help

Below you can see the output of ```bd -h``` command, which basically describes how to use this client. 

...