vss-tools icon indicating copy to clipboard operation
vss-tools copied to clipboard

Improve core logic of vspec parsing and the data model

Open sschleemilch opened this issue 7 months ago • 1 comments

About

Idea is to refactor how we parse the vspecs and more importantly how we validate the node data.

The current implementation using core_attributes as well as a lot of classmethods to set a reference tree looks a bit complicated and error prune.

Pydantic could help us model our nodes and their restrictions.

sschleemilch avatar Jul 16 '24 12:07 sschleemilch