Metadata-Version: 2.1
Name: nrp-invenio-client
Version: 0.2.0
Summary: Python and commandline client for NRP Invenio API
Author-email: Mirek Simek <miroslav.simek@cesnet.cz>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: click >=8.1.7
Requires-Dist: dacite >=1.8.1
Requires-Dist: pyyaml >=6.0.1
Requires-Dist: tabulate >=0.9.0
Requires-Dist: httpx[brotli,http2] >=0.26.0
Requires-Dist: tenacity >=8.2.3
Requires-Dist: pyDOI >=0.2.1
Requires-Dist: deepmerge >=1.1.1

# NRP Invenio client

This module provides a client library and a command line interface for the NRP Invenio API.

## Installation

```bash
pip install nrp-invenio-client
```

## Usage

### Command line interface

```bash
nrp-cmd --help
```

For more information on the available commands, have a look at [commandline documentation](https://nrp-cz.github.io/docs/userguide/commandline)

### Client library

For more information about the client library, have a look at [client library documentation](https://nrp-cz.github.io/docs/develop/client)
