-
Notifications
You must be signed in to change notification settings - Fork 10
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
mypy type hints #143
Comments
@dacevedo12 thanks for bringing this to our attention. We will look into this. |
@dacevedo12 a patch would be mucho welcomed! vers is at package-url/purl-spec#139 |
Hi @pombredanne regarding vers, not really, the project you linked was a workaround attempt. we needed a universal version comparison solution that could be called from python code, but hadn't yet discovered this great library so we were hacking around subprocess calls to that go cli |
@dacevedo12 if you can help with mypy'ing the code this would be awesome! |
would be nice to have type hints added to the library
mypy currently complains due to
univers: module is installed, but missing library stubs or py.typed marker
https://peps.python.org/pep-0484/
https://peps.python.org/pep-0561/
The text was updated successfully, but these errors were encountered: