Metadata-Version: 2.1
Name: mediciasafely
Version: 1.2.1
Summary: Command line tool for running MediciaSAFELY studies locally.
Home-page: https://github.com/mediciaai/mediciasafely-cli
Author: MediciaSAFELY
Author-email: frankie@medicia.ai
License: GPLv3
Project-URL: Homepage, https://www.medicia.ai
Project-URL: Documentation, https://docs.opensafely.org
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# MediciaSAFELY Command Line Interface

This tool is part of the [MediciaSAFELY](https://www.medicia.ai) project. It is based on the open-source [OpenSAFELY](https://github.com/opensafely-core/opensafely-cli) project.

It gives a CLI to run local studies through the `mediciasafely` command.

To use it you will need to install:
 * [Python](https://www.python.org/downloads/) (at least version 3.8, but the more recent the better)
 * [git](https://git-scm.com/downloads)
 * [Docker](https://docs.docker.com/get-docker/)

Once these are installed you can install the tool itself with:
```
pip install mediciasafely
```

To see available commands run
```
mediciasafely --help
```

## Developer docs

Please see [the additional information](DEVELOPERS.md).


