DSD-DBS / py-capellambse

A Python 3 headless implementation of the Capella modeling tool.
https://dsd-dbs.github.io/py-capellambse/
Apache License 2.0
53 stars 11 forks source link

Cleanup after the namespace discovery rework #478

Open Wuestengecko opened 2 weeks ago

Wuestengecko commented 2 weeks ago

After #456, #476 and #477, there are a lot of old functions that are no longer needed or that have been superseded by different functionality. This PR marks those with the PEP-702 @deprecated marker, to make mypy warn about any uses of them.