CannedFish Liang

Results 2 issues of CannedFish Liang

Hello. As the example of purl-spec, urls in qualifiers should be normalized as below: ``` pkg:maven/org.apache.xmlgraphics/[email protected]?repository_url=repo.spring.io%2Frelease ``` But in packageurl-python, when I set qualifiers to `{"repository_url": "repo.spring.io/release"}`, and the to_string...

## get_module_name Will replace all `.py` in a path like `/path/to/wheel-0.37.1-py2.py3-none-any/wheel/**/*.py`, which will make files can't be found from a wrong path (`/path/to/wheel-0.37.1-py23-none-any/wheel/**/*`). ## resolve_imports Will raise a `KeyError` sometimes.