Metadata-Version: 2.3
Name: ocx_schema_parser
Version: 1.8.5
Summary: 
Author: ocastrup
Author-email: ole.christain.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: configparser
Requires-Dist: fuzzywuzzy
Requires-Dist: inflection
Requires-Dist: loguru
Requires-Dist: lxml
Requires-Dist: pyspellchecker
Requires-Dist: pyyaml
Requires-Dist: tbump
Requires-Dist: xsdata (>=24.0,<25.0)
Project-URL: Homepage, https://github.com/OCXStandard/ocx-schema-parser
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/


## Changelog
[Changelog](CHANGELOG.md)

