Metadata-Version: 2.1
Name: carooline-tecrmi-seamless
Version: 0.1.0
Summary: 
Author: Philippe L'ATTENTION
Author-email: philippe.lattention@hotmail.fr
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: python-dotenv (>=0.19.2,<0.20.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Requires-Dist: zeep (>=4.1.0,<5.0.0)
Description-Content-Type: text/markdown

# TecRMI Seamless login APP

TecRMI Seamless catalog login URL generation

## Installation

```
pip install carooline-tecrmi-seamless
```

## Configuration

Create a `.env` file for the TecRMI credentials:

```
TECRMI_WEBCAT_URL = "https://web.tecalliance.net"
TECRMI_WEBCAT_WSDL = 'https://webservice.tecalliance.services/webcat30/v1/services/WebCat30WS.soapEndpoint?wsdl'
TECRMI_CATALOG = "rmi-iazduih-2"
TECRMI_USERNAME = "username"
TECRMI_PASSWORD = "password"
TECRMI_DEFAULT_TTL = 31536000
TECRMI_LANG = "fr"
```

## Usage

Command should be installed 

```
wich carooline-tecrmi-seamless
````

### Help

```
carooline-tecrmi-seamless
```

### Generate API Key
```
carooline-tecrmi-seamless get-api-key 
```

### Get Seamless link
```
carooline-tecrmi-seamless get-api-key 
```
