Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalization of package names according to PEP503 #117

Open
kse3hi opened this issue Feb 8, 2024 · 2 comments
Open

Normalization of package names according to PEP503 #117

kse3hi opened this issue Feb 8, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@kse3hi
Copy link
Contributor

kse3hi commented Feb 8, 2024

          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 eclipse-velocitas/devenv-devcontainer-setup#51 (comment)

@kse3hi kse3hi added the enhancement New feature or request label Feb 9, 2024
@BjoernAtBosch
Copy link
Member

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

@kse3hi
Copy link
Contributor Author

kse3hi commented Mar 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants