Metadata-Version: 2.1
Name: perun.connector
Version: 3.7.3
Summary: Library for high volume machine-to-machine communication with Perun IAM system
Home-page: https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-connector.git
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: PyYAML (<7,>=6.0)
Requires-Dist: jsonpatch (<2,>=1.22)
Requires-Dist: ldap3 (<3,>=2.9.1)
Requires-Dist: python-dateutil (<3,>=2.8.2)
Requires-Dist: setuptools
Requires-Dist: urllib3 (<2,>=1.26.9)

# perun.connector

Library for high volume machine-to-machine communication with Perun IAM system.

## Installation

Use pip:

```
pip install perun.connector
```

## Configuration

To use AdaptersManager, fill `adapters_manager_cfg.yaml`.

To use RPC connector or LDAP connector only, fill `openapi_cfg.yaml` or `ldap_connector_cfg.yaml` respectivelly.


