Metadata-Version: 2.1
Name: commonlib-reader
Version: 1.0.0
Summary: Reader for Equinor commonlibapi.
Home-page: https://github.com/equinor/commonlib-reader.git
Author: Åsmund Våge Fannemel
Author-email: asmf@equinor.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: msal_bearer (>0.2.1)
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Project-URL: Repository, https://github.com/equinor/commonlib-reader.git
Description-Content-Type: text/markdown

# commonlib-python
Connector package for Equinor Commonlib api. Used for getting code tables.

Some additional functionality for asset specific Tag categories and tag types is also included.

## Use
Try it out by running the [demo](examples/demo.py).

## Installing

Install package from pypi using `pip install commonlib_reader`


## 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`
