pypi python-gvm 1.4.0
python-gvm 1.4.0

latest releases: 24.3.0, 24.1.0, 23.12.0...
4 years ago

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

Don't miss a new python-gvm release

NewReleases is sending notifications on new releases.