Skip to content

python-gvm 1.4.0

Compare
Choose a tag to compare
@bjoernricks bjoernricks released this 02 Apr 11:35
9e6da7c

1.4.0

Added

  • 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