-
Notifications
You must be signed in to change notification settings - Fork 19
Add type hints to package #157
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaimergp I you are willing to do all the typing changes and updates, this is mucho welcomed! and will be merged.
@jaimergp do you want to get commit rights on the repo? |
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
* Raise NotImplementedError instead of returning it Signed-off-by: Jono Yang <[email protected]> * Update CHANGELOG.rst Signed-off-by: Jono Yang <[email protected]> --------- Signed-off-by: Jono Yang <[email protected]> Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
I manually added type hints for all modules. This is a first pass, and |
I'm flattered, but I can't "commit" (heh!) to this responsibility right now, thanks! |
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Signed-off-by: jaimergp <[email protected]>
Comes from package-url/packageurl-python#186 (comment)
Files
src/univers/__init__.py
src/univers/arch.py
src/univers/conan/__init__.py
src/univers/conan/errors.py
src/univers/conan/version_range.py
src/univers/conan/version.py
src/univers/debian.py
src/univers/gem.py
src/univers/gentoo.py
src/univers/maven.py
src/univers/nuget.py
src/univers/rpm.py
src/univers/univers_semver.py
src/univers/utils.py
src/univers/version_constraint.py
src/univers/version_range.py
src/univers/versions.py