You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once installed, d2v will be an available terminal command. This can be used to read or parse then read a D2V file.
Improvements
Replace setuptools/setup.py with Poetry for a much better dependency and package management environment.
Delete now unnecessary bash scripts I used to use starting with v1.0.1 for setuptools usage (setuptools was annoying).
D2V class moved from __init__.py to d2v.py. It's generally recommended for the init file to only have needed code
on import only, it's also generally less readable at a glance where the class was. It's still imported and set in __ALL__ so that from pyd2v import D2V is still possible.
General improvements and to the README information and structure.