Metadata-Version: 2.4
Name: ocx-schema-parser
Version: 2.0.1
Summary: A python package for parsing the OCX schema definition and generating schema documentation.
Author-email: ocastrup <ole.christian.astrup@dnv.com>
Project-URL: Homepage, https://github.com/OCXStandard/ocx-schema-parser
Project-URL: Repository, https://github.com/OCXStandard/ocx-schema-parser.git
Project-URL: Bug Tracker, https://github.com/OCXStandard/ocx-schema-parser/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ocx-common>=2.6.0
Requires-Dist: pyspellchecker>=0.8.4
Requires-Dist: pyyaml>=6.0.3
Dynamic: license-file

![](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)
