Materials-Data-Science-and-Informatics / somesy

A CLI tool for synchronizing software project metadata
https://materials-data-science-and-informatics.github.io/somesy/main/
MIT License
12 stars 2 forks source link

Feature/pom xml support #73

Closed apirogov closed 9 months ago

apirogov commented 9 months ago

Implementation for pom.xml

Includes fancy wrapper for dict-like access to XML to allow tomlkit-like updating features using python builtin xml elementtree.

Also some refactorings reducing copy-paste code