Metadata-Version: 2.1
Name: eventline
Version: 0.2.0
Summary: Tools to interact with the Eventline platform
Home-page: https://github.com/exograd/py-eventline
Author: Exograd
Author-email: contact@exograd.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/exograd/py-eventline/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyOpenSSL
Requires-Dist: python-dateutil
Requires-Dist: urllib3
Provides-Extra: checks
Requires-Dist: types-pyOpenSSL ; extra == 'checks'
Requires-Dist: types-python-dateutil ; extra == 'checks'
Requires-Dist: types-urllib3 ; extra == 'checks'

# Introduction
This repository contains the Python SDK for the
[Eventline](https://www.exograd.com/products/eventline) platform.

# Examples
The `examples` directory contains scripts demonstrating various use cases for
the `eventline` package. All of them expect the `EVENTLINE_API_KEY` to be set.

# Contact
If you find a bug or have any question, feel free to open a GitHub issue or
contact our support by email.


