Metadata-Version: 2.3
Name: pepr-client
Version: 1.0.0
Summary: A simple python client for reading PEPR actions.
Author: Åsmund Våge Fannemel
Author-email: Åsmund Våge Fannemel <34712686+asmfstatoil@users.noreply.github.com>
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: requests>=2.31.0,<3
Requires-Dist: msal-bearer>=1.4.3
Requires-Python: >=3.9.2, <4
Description-Content-Type: text/markdown

# pepr-python-client
A simple python client for reading PEPR actions from Public client api at https://api.gateway.equinor.com/pepr

# Try it out
See [demo.py](examples/demo.py)

## Installing

Install package from git using `pip install git+https://github.com/equinor/pepr-client-python`


## Developing / testing

Poetry is preferred for developers. Clone and install with required packages for testing and coverage:  
`poetry install`

For testing with coverage run:  
`poetry run pytest --cov --cov-report=html`
