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
Added an API and CLI utilities for the version handling in python-gvm #198
Changed
Replaced pipenv with poetry for dependency management. poetry install
works a bit different then pipenv install. It installs dev packages by
default and also python-gvm in editable mode. This means after running poetry install gvm will directly be importable in the virtual python
environment. #197
Update error classes to always have meaningful __str__ and __repr__
method. This allows for easier error printing #199