Skip to content

Normalize package names for Go and Python in License DB

Go and Python packages are not normalised. All package names should be written with lower case letters.

Relates to

Implementation plan

  • Normalise package names in license-interfacer for Pypi --> All names should be lower case and underscores should become hyphens
  • Normalise package names in license-interfacer for Go --> All names should be lower case
  • Make sure there is a unit test for these cases
  • Update Deployment project with the new released version
Edited by Nick Ilieskou