Metadata-Version: 2.2
Name: icacli
Version: 1.0.3
Summary: Package for ICA CLI
Author-email: Jeremy McRae <jmcrae@illumina.com>
Project-URL: homepage, https://github.com/jeremymcrae/icapy
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests

### icapy
A small python package to add some CLI commands to help working with ICA 
(illumina connected analytics), see API details here: 
https://ica.illumina.com/ica/api/swagger/index.htm

This is entirely unsupported, untested, subject to break if the ICA API changes,
and for my own convenience to help with finding and accessing ICA data.

### Install
```sh
pip install icacli
```

### Purpose
This provides an `ica` command line tool, which should be available immediately
after installation. You can run `ica --help` to get the full list of subcommands,
and also get help for each subcommand e.g. `ica ls --help`

 - `ica ls`: list files/folders on ICA
 - `ica select`: choose which ICA project to use
 - `ica download`: download data from ICA
 - `ica upload`: upload data to ica
 - `ica rm`: delete data files or folders
 - `ica jobs`: list running jobs

Some other commands that would be nice to have, but are not implemented: 
`ica mkdir`, `ica cp`, `ica mv` and `ica run`
