Metadata-Version: 2.4
Name: easycertcloud_token_management
Version: 0.1.1
Summary: EasyCertCloud token management API client
Platform: any
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: django
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: platform

# easycertcloud_token_management

EasyCertCloud package for OAuth token acquisition and authenticated API calls.

## Install

```bash
pip install -e .
```

## Run tests

```bash
pytest -q
```
