Metadata-Version: 2.1
Name: tsd-api-client
Version: 3.2.0
Summary: A client for the TSD REST API
Home-page: https://github.com/unioslo/tsd-api-client
Author: Leon du Toit, Eirik Haatveit
Author-email: l.c.d.toit@usit.uio.no
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: click
Requires-Dist: PyYAML
Requires-Dist: progress
Requires-Dist: humanfriendly

## TSD API Client

Command-line client for the TSD File API.

## Install

```bash
pip3 install tsd-api-client
pip3 install tsd-api-client --upgrade # to get the latest version
```

## tacl

Get started with `tacl`:

```bash
tacl --guide config
tacl --guide uploads
tacl --guide downloads
tacl --guide sync
tacl --guide topics # to see all guides available
tacl --help
```

Set up shell completion:

```sh
# for Bash, in ~/.bashrc:
eval "$(_TACL_COMPLETE=source_bash tacl)"

# for Zsh, in ~/.zshrc:
eval "$(_TACL_COMPLETE=source_zsh tacl)"

# for Fish, in ~/.config/fish/completions/tacl.fish
eval (env _TACL_COMPLETE=source_fish tacl)
```


