eclipse-velocitas / vehicle-app-python-sdk

vehicle-app-python-sdk
Apache License 2.0
7 stars 18 forks source link

Normalization of package names according to PEP503 #117

Open kse3hi opened 6 months ago

kse3hi commented 6 months ago
          I go a little bit deeper, and figure out that PEP503 is obligate to normalize names of packages and replace all `-`,`.` and `_` with `-`.

LInk: https://peps.python.org/pep-0503/#normalized-names

As far as it is required renaming and releasing new package, and can lead for inconsistency, I've decided to separate this activity with the new task.

_Originally posted by @kse3hi in https://github.com/eclipse-velocitas/devenv-devcontainer-setup/pull/51#discussion_r1483502053_

BjoernAtBosch commented 5 months ago

@kse3hi: What actually needs to be done here? All our repos already follow that pattern (just lowercase letters + '-') ...

kse3hi commented 5 months ago

It is not about repository names, it is about python package, that wir are releasing. E.g. "velocitas_sdk" vs. "velocitas-sdk"