-
-
Notifications
You must be signed in to change notification settings - Fork 720
Expand file tree
/
Copy pathprivate-classifier-egg-info-expected.json
More file actions
49 lines (49 loc) · 1.41 KB
/
private-classifier-egg-info-expected.json
File metadata and controls
49 lines (49 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[
{
"type": "pypi",
"namespace": null,
"name": "example_egg",
"version": "1.0.0",
"qualifiers": {},
"subpath": null,
"primary_language": "Python",
"description": "",
"release_date": null,
"parties": [],
"keywords": [
"Development Status :: 5 - Production/Stable",
"Private :: Do Not Upload"
],
"homepage_url": null,
"download_url": null,
"size": null,
"sha1": null,
"md5": null,
"sha256": null,
"sha512": null,
"bug_tracking_url": null,
"code_view_url": null,
"vcs_url": null,
"copyright": null,
"holder": null,
"declared_license_expression": null,
"declared_license_expression_spdx": null,
"license_detections": [],
"other_license_expression": null,
"other_license_expression_spdx": null,
"other_license_detections": [],
"extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
"is_private": true,
"is_virtual": false,
"extra_data": {},
"dependencies": [],
"repository_homepage_url": "https://pypi.org/project/example_egg",
"repository_download_url": "https://pypi.org/packages/source/e/example_egg/example_egg-1.0.0.tar.gz",
"api_data_url": "https://pypi.org/pypi/example_egg/1.0.0/json",
"datasource_id": "pypi_egg_info",
"purl": "pkg:pypi/example-egg@1.0.0"
}
]