ACDH XML PyUtils
Utility functions to work with XML
Features
- parse XML from files, strings or URLS
- print/save parsed files
see tests/test_xml.py for usage examples
development
- project uses uv
- linting/formatting
uv run ruff check .uv run ruff format . - before commiting run
flake8to check linting anduv run coverage run -m pytest -vto run the tests
bump version
uv version --bump minor