Metadata-Version: 2.1
Name: ocx_common
Version: 1.1.0
Summary: A python package with common classes and functions used across several projects
Author: Ole Christian Astrup
Author-email: ole.christian.astrup@dnv.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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: loguru
Requires-Dist: lxml
Requires-Dist: ocx
Requires-Dist: pycurl
Requires-Dist: requests
Requires-Dist: xsdata (>=24.0,<25.0)
Description-Content-Type: text/markdown

# ocx-common
> ### A python package

A python package with common classes and functions used across several projects

## Installation

install from pypi:
````commandline
pip install ocx_common
````

## API

The API documentation is autogenerated using ``sphinx`` and the Read The Docs theme:

https://ocxstandard.github.io/ocx-common/

