Metadata-Version: 2.1
Name: isoxmlviz
Version: 1.0.4
Summary: A utility to show basic ISO 1178-10 XML data
Home-page: UNKNOWN
Author: Kenneth Lausdahl
Author-email: kenneth@lausdahl.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/lausdahl/isoxmlviz/issues
Project-URL: Funding, https://github.com/lausdahl/isoxmlviz
Project-URL: Source, https://github.com/lausdahl/isoxmlviz
Keywords: isoxml,isobus,iso-11783-10
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE.txt

# A simple visualization tool for ISO XML taskdata files

This project provides a basic plotting functionality for plotting the content of ISO BUS XML files as described in ISO 11783-10

## How to use it

```bash
python -m "isoxmlviz" -file TASKDATA.xml 
```

----

[packaging guide]: https://packaging.python.org
[distribution tutorial]: https://packaging.python.org/tutorials/packaging-projects/
[src]: https://github.com/lausdahl/isoxmlviz
[rst]: http://docutils.sourceforge.net/rst.html
[md]: https://tools.ietf.org/html/rfc7764#section-3.5 "CommonMark variant"
[md use]: https://packaging.python.org/specifications/core-metadata/#description-content-type-optional

