-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathno-direct-dependencies-setup.py-expected.json
More file actions
86 lines (86 loc) · 2.83 KB
/
no-direct-dependencies-setup.py-expected.json
File metadata and controls
86 lines (86 loc) · 2.83 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"headers": {
"tool_name": "python-inspector",
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
"options": [
"--analyze-setup-py-insecurely",
"--index-url https://pypi.org/simple",
"--json <file>",
"--operating-system linux",
"--python-version 27",
"--setup-py tests/data/setup/no-direct-dependencies-setup.py"
],
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/python-inspector/ for support and download.",
"warnings": [],
"errors": []
},
"files": [
{
"type": "file",
"path": "tests/data/setup/no-direct-dependencies-setup.py",
"package_data": [
{
"type": "pypi",
"namespace": null,
"name": "spdx-tools",
"version": "0.5.4",
"qualifiers": {},
"subpath": null,
"primary_language": "Python",
"description": "SPDX parser and tools.",
"release_date": null,
"parties": [
{
"type": "person",
"role": "author",
"name": "Ahmed H. Ismail",
"email": "ahm3d.hisham@gmail.com",
"url": null
},
{
"type": "person",
"role": "maintainer",
"name": "Philippe Ombredanne, SPDX group at the Linux Foundation and others",
"email": "pombredanne@gmail.com",
"url": null
}
],
"keywords": [
"Intended Audience :: Developers",
"Programming Language :: Python :: 2.7"
],
"homepage_url": "https://github.com/spdx/tools-python",
"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,
"license_expression": null,
"declared_license": {
"license": "Apache-2.0",
"classifiers": [
"License :: OSI Approved :: Apache Software License"
]
},
"notice_text": null,
"source_packages": [],
"file_references": [],
"extra_data": {},
"dependencies": [],
"repository_homepage_url": "https://pypi.org/project/spdx-tools",
"repository_download_url": "https://pypi.org/packages/source/s/spdx-tools/spdx-tools-0.5.4.tar.gz",
"api_data_url": "https://pypi.org/pypi/spdx-tools/0.5.4/json",
"datasource_id": "pypi_setup_py",
"purl": "pkg:pypi/spdx-tools@0.5.4"
}
]
}
],
"packages": [],
"resolved_dependencies_graph": []
}