Metadata-Version: 2.1
Name: opensafely
Version: 1.56.7
Summary: Command line tool for running OpenSAFELY studies locally.
Author-email: OpenSAFELY <tech@opensafely.org>
License: GPL-3.0
Project-URL: Homepage, https://opensafely.org
Project-URL: Documentation, https://docs.opensafely.org
Project-URL: Repository, https://github.com/opensafely-core/opensafely-cli
Project-URL: Bug Reports, https://github.com/opensafely-core/opensafely-cli/issues
Project-URL: Source, https://github.com/opensafely-core/opensafely-cli
Keywords: opensafely,epidemiology,research
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: tracing
Requires-Dist: opentelemetry-api==1.33.1; extra == "tracing"
Requires-Dist: opentelemetry-sdk==1.33.1; extra == "tracing"
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.15.0; extra == "tracing"

# OpenSAFELY Command Line Interface

This tool is part of the [OpenSAFELY](https://www.opensafely.org)
project.

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 opensafely
```

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

## Developer docs

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