We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for Collecting core metadata for PURLs present in #326 #327 #328 and #329
The text was updated successfully, but these errors were encountered:
Completed in these issues and PRs:
To test this, to follow the below steps:
pip install fetchcode
Example:
>>> from fetchcode.package import info >>> packages = list(info("pkg:generic/[email protected]")) >>> packages[0] OrderedDict([('type', 'generic'), ('namespace', None), ('name', 'ipkg'), ('version', '0.99.19'), ('qualifiers', OrderedDict()), ('subpath', None), ('primary_language', None), ('description', None), ('release_date', '2002-08-19T04:23:00'), ('parties', []), ('keywords', []), ('homepage_url', 'https://web.archive.org/web/20090326020239/http://handhelds.org/download/packages/ipkg/'), ('download_url', 'https://web.archive.org/web/20090326020239/http:/handhelds.org/download/packages/ipkg/ipkg_0.99.19_arm.ipk'), ('api_url', None), ('size', None), ('sha1', None), ('md5', None), ('sha256', None), ('sha512', None), ('bug_tracking_url', None), ('code_view_url', None), ('vcs_url', None), ('copyright', None), ('license_expression', None), ('declared_license', None), ('notice_text', None), ('root_path', None), ('dependencies', []), ('contains_source_code', None), ('source_packages', []), ('purl', 'pkg:generic/[email protected]'), ('repository_homepage_url', None), ('repository_download_url', None), ('api_data_url', None)])
Sorry, something went wrong.
keshav-space
No branches or pull requests
Add support for Collecting core metadata for PURLs present in #326 #327 #328 and #329
The text was updated successfully, but these errors were encountered: