Metadata-Version: 2.1
Name: dafni-cli
Version: 1.1.0
Summary: A CLI to access the DAFNI APIs from the command line
Author-email: DAFNI Facility <support@dafni.ac.uk>
Project-URL: Documentation, https://github.com/dafnifacility/cli/blob/main/docs/dafni_cli.md
Project-URL: Release notes, https://github.com/dafnifacility/cli/releases
Project-URL: Source, https://github.com/dafnifacility/cli
Project-URL: Issue Tracker, https://github.com/dafnifacility/cli/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1.6
Requires-Dist: requests>=2.31.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: tabulate>=0.9.0
Requires-Dist: tqdm>=4.65.0

# The DAFNI CLI
![Test status](https://github.com/dafnifacility/cli/actions/workflows/test.yml/badge.svg?branch=main) [![codecov](https://codecov.io/gh/dafnifacility/cli/branch/main/graph/badge.svg?token=3T8AQWHSWA)](https://codecov.io/gh/dafnifacility/cli)

## Introduction
This package provides a command line interface for the [DAFNI platform](https://www.dafni.ac.uk/).

## Installation and basic usage

With python and [pip](https://pip.pypa.io/en/stable/getting-started/) installed and available on the command line use the following to install the CLI.

```bash
pip install dafni-cli
```

Once installed all commands will be accessible via `dafni`. For example you can use

```bash
dafni --help
```

to view a list of all of the available sub commands. Use `--help` on any unfamiliar command to receive more information about it.

For further documentation on usage [see the page here](https://github.com/dafnifacility/cli/blob/main/docs/dafni_cli.md).
