Metadata-Version: 2.1
Name: isoxml
Version: 0.0.0
Summary: Python ISOXML read/write
Author: Josephinum-Research
License: Apache License 2.0
Project-URL: Homepage, https://github.com/Josephinum-Research/isoxml-py
Project-URL: Issues, https://github.com/Josephinum-Research/isoxml-py/issues
Keywords: isoxml,isobus,iso,11783-10,xml
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xsdata >=24.7
Requires-Dist: numpy >=1.26
Requires-Dist: shapely >=2.0
Provides-Extra: dev
Requires-Dist: xsdata[cli] ; extra == 'dev'
Requires-Dist: geopandas ; extra == 'dev'
Requires-Dist: xmlschema ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: xmlschema ; extra == 'test'

# isoxml-py

a python library that handles import and export of ISOXML TaskData files as specified in ISO11783 part 10.


## install
```
pip install isoxml
```

## usage

[see examples](./examples)
