Metadata-Version: 2.4
Name: isabl-cli
Version: 2.0.1
Summary: isabl_cli command line client.
Home-page: https://github.com/papaemmelab/isabl_cli
Author: Juan S. Medina
License: BSD
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: analytics-python>=1.4.0
Requires-Dist: cached_property>=1.4.2
Requires-Dist: Click>=7.0.0
Requires-Dist: munch>=2.3.2
Requires-Dist: python-slugify>=1.1.2
Requires-Dist: pytz>=2018.4
Requires-Dist: PyYAML>=5.3
Requires-Dist: requests>=2.19.1
Requires-Dist: six>=1.11.0
Requires-Dist: packaging>=21.0
Provides-Extra: test
Requires-Dist: black>=18.9b0; extra == "test"
Requires-Dist: coverage>=4.4.2; extra == "test"
Requires-Dist: factory-boy>=2.11.1; extra == "test"
Requires-Dist: ipdb>=0.11; extra == "test"
Requires-Dist: pluggy>=0.7.1; extra == "test"
Requires-Dist: pydocstyle>=2.1.1; extra == "test"
Requires-Dist: pylint>=1.8.1; extra == "test"
Requires-Dist: pytest>=4.5; extra == "test"
Requires-Dist: pytest-cov>=2.5.1; extra == "test"
Requires-Dist: pytest-env>=0.6.2; extra == "test"
Requires-Dist: pytest-sugar>=0.9.1; extra == "test"
Requires-Dist: tox>=2.9.1; extra == "test"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

>-- **_Terms of Use: Academic Research_** --

# Isabl CLI

[![pypi badge][pypi_badge]][pypi_base]
[![travis badge][travis_badge]][travis_base]
[![codecov badge][codecov_badge]][codecov_base]
[![code formatting][black_badge]][black_base]

`isabl_cli` is a command line client and SDK for the Isabl Platform infrastructure.

## 🧬 Isabl Platform

- Isabl is a platform for the integration, management, and processing of individual-centric multimodal data. Welcome to the Isabl Documentation!

- Isabl is a plug-and-play data science framework designed to support the processing of multimodal patient-centric data. Have questions? Ask here.

- Isabl has been developed by the [Elli Papaemmanuil's Lab](https://papaemmelab.org) at [Memorial Sloan Kettering Cancer Center](https://www.mskcc.org/research/ski), and it's currently used by multiple scientific groups and contributors.

- Learn more: [Isabl documentation][documentation].

## 📓 Publication

>Medina-Martínez, J.S., Arango-Ossa, J.E., Levine, M.F. et al. Isabl Platform, a digital biobank for processing multimodal patient data. BMC Bioinformatics 21, 549 (2020).

<https://doi.org/10.1186/s12859-020-03879-7>

## Installation

```bash
pip install isabl_cli
```

## Usage

```bash
# Set up your environment variables
export ISABL_API_URL="http://<your-isabl-instance>/api/v1/"
export CLIENT_ID="<your-client-id>"

# Authenticate and cache credentials
isabl login

# See all available commands
isabl --help
```

## Contributing

Contributions are welcome and greatly appreciated, check our [contributing guidelines]!

## License

isabl has a free license to use to users for academy and research. For commercial use, please contact us.

## Credits

Isabl was created at [Elli Papaemmanuil's lab].

[documentation]: https://docs.isabl.io
[contributing guidelines]: https://docs.isabl.io/contributing-guide
[elli papaemmanuil's lab]: https://www.mskcc.org/research-areas/labs/elli-papaemmanuil
[black_badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[black_base]: https://github.com/ambv/black
[codecov_badge]: https://codecov.io/gh/papaemmelab/isabl_cli/branch/master/graph/badge.svg?token=ODJ8DU73PH
[codecov_base]: https://codecov.io/gh/papaemmelab/isabl_cli
[travis_badge]: https://app.travis-ci.com/papaemmelab/isabl_cli.svg?token=P6GGbmdLPwysz69FFv2X&branch=master
[travis_base]: https://travis-ci.com/papaemmelab/isabl_cli
[pypi_badge]: https://img.shields.io/pypi/v/isabl_cli.svg
[pypi_base]: https://pypi.python.org/pypi/isabl_cli
