Metadata-Version: 2.1
Name: databusclient
Version: 0.2
Summary: A simple client for submitting data to the databus
Home-page: https://github.com/dbpedia/databus-client/python
Author: DBpedia Association
Author-email: 
License: Apache-2.0 License
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Databus Client Python

## Install
```bash
pip3 install databusclient
```

# CLI Usage
```bash
databusclient --help
```

```man
Usage: databusclient [OPTIONS] COMMAND [ARGS]...

Options:
  --install-completion [bash|zsh|fish|powershell|pwsh]
                                  Install completion for the specified shell.
  --show-completion [bash|zsh|fish|powershell|pwsh]
                                  Show completion for the specified shell, to
                                  copy it or customize the installation.
  --help                          Show this message and exit.

Commands:
  deploy
  downoad
```

# API Usage
`TODO`


