Metadata-Version: 2.1
Name: ocx-schema-parser
Version: 0.8.0
Summary: 
Home-page: https://github.com/OCXStandard/ocx-schema-parser
Author: ocastrup
Author-email: ole.christain.astrup@dnv.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fuzzywuzzy (>=0.18.0,<0.19.0)
Requires-Dist: inflection
Requires-Dist: loguru
Requires-Dist: lxml
Requires-Dist: ocx (==3.0.0a0)
Requires-Dist: pyspellchecker
Requires-Dist: pyyaml
Requires-Dist: sphinx (<=6.2.1)
Requires-Dist: xsdata (==23.6)
Description-Content-Type: text/markdown

![](docs/_static/logo.png)
# ocx-schema-parser
A Python library for parsing an OCX schema and providing documentation of the schema gloabla elements and attributes.


## Installation

Install using pip:
```
    pip install ocx_schema_parser:latest
```
## API

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

https://ocxstandard.github.io/ocx-schema-parser/

