Metadata-Version: 2.4
Name: openlineage-accesskey-token-provider
Version: 0.4.0
Summary: Custom OpenLineage TokenProvider for exchanging access key and secret key for bearer token
Author-email: Sourav Basu <sourav@acceldata.io>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: openlineage-python>=1.30.0
Dynamic: license-file

# openlineage-accesskey-token-provider

Custom OpenLineage `TokenProvider` that exchanges an access key and secret key
for a bearer token from a backend token endpoint.

## Install

```bash
pip install openlineage-accesskey-token-provider
