Metadata-Version: 2.1
Name: databusclient
Version: 0.1
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
Requires-Dist: argparse-prompt (==0.0.5)
Requires-Dist: requests (==2.27.1)
Requires-Dist: typer (==0.4.1)
Requires-Dist: urllib3 (==1.26.8)

# Install

use `make` or if not installed use

```
python3 ./setup.py install --user
```

# Run

```
databusclient --help
```

---

# DEPRECATED (below)

## Optional Parameters

Set base of databus:
```
python3 -m databusclient --base http://localhost:3000/
```

Verbose output:
```
python3 -m databusclient --verbose
```

## Examples
```
python3 -m databusclient deploy group --user denis --group test --title "Some Title" --comment "Some comment" --documentation "Some docstring" --file group.jsonld
```

