Metadata-Version: 2.3
Name: pepr-client
Version: 1.0.1
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.34.0,<3
Requires-Dist: msal-bearer>=1.5.0
Requires-Python: >=3.10, <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 pypi using `pip install pepr_client`


## Developing / testing

Uv is preferred for developers. Clone and install with required packages for testing and coverage:  
`uv sync`

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