Metadata-Version: 2.1
Name: openlineage-python
Version: 0.0.1rc5
Summary: OpenLineage python client
Home-page: https://github.com/OpenLineage/OpenLineage
Author: OpenLineage Team
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: attrs (>=20.3.0)
Requires-Dist: requests (>=2.25.1)

# OpenLineage-python

To install from source, run:

```bash
$ python setup.py install
```

## Configuration

OpenLineage client depends on environment variables:

* `OPENLINEAGE_URL` - point to service which will consume OpenLineage events
* `OPENLINEAGE_PRODUCER` - name of producer that client will send along with your events
* `OPENLINEAGE_API_KEY` - set if consumer of OpenLineage events requires `Bearer` authentication key

`OPENLINEAGE_URL` and `OPENLINEAGE_API_KEY` can also be set up manually when creating client instance.

