-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathsimple-setup.py-expected.json
More file actions
224 lines (224 loc) · 7.97 KB
/
simple-setup.py-expected.json
File metadata and controls
224 lines (224 loc) · 7.97 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"headers": {
"tool_name": "python-inspector",
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
"options": [
"--index-url https://pypi.org/simple",
"--json <file>",
"--operating-system linux",
"--python-version 27",
"--setup-py tests/data/setup/simple-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/simple-setup.py",
"package_data": [
{
"type": "pypi",
"namespace": null,
"name": "Example-App",
"version": "2.4.0",
"qualifiers": {},
"subpath": null,
"primary_language": "Python",
"description": "A synthetic test case for OSS Review Toolkit",
"release_date": null,
"parties": [],
"keywords": [
"Programming Language :: Python :: 2"
],
"homepage_url": "https://example.org/app",
"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": "MIT License",
"classifiers": [
"License :: OSI Approved :: MIT License"
]
},
"notice_text": null,
"source_packages": [],
"file_references": [],
"extra_data": {
"python_requires": ">2, <=3"
},
"dependencies": [
{
"purl": "pkg:pypi/license-expression",
"extracted_requirement": "license-expression<1.2,>=0.1",
"scope": "install",
"is_runtime": true,
"is_optional": false,
"is_resolved": false,
"resolved_package": {},
"extra_data": {}
}
],
"repository_homepage_url": "https://pypi.org/project/Example-App",
"repository_download_url": "https://pypi.org/packages/source/E/Example-App/Example-App-2.4.0.tar.gz",
"api_data_url": "https://pypi.org/pypi/Example-App/2.4.0/json",
"datasource_id": "pypi_setup_py",
"purl": "pkg:pypi/example-app@2.4.0"
}
]
}
],
"packages": [
{
"type": "pypi",
"namespace": null,
"name": "boolean-py",
"version": "3.8",
"qualifiers": {},
"subpath": null,
"primary_language": "Python",
"description": "Define boolean algebras, create and parse boolean expressions and create custom boolean DSL.\nThis library helps you deal with boolean expressions and algebra with variables\nand the boolean functions AND, OR, NOT.\n\nYou can parse expressions from strings and simplify and compare expressions.\nYou can also easily create your custom algreba and mini DSL and create custom\ntokenizers to handle custom expressions.\n\nFor extensive documentation look either into the docs directory or view it online, at\nhttps://booleanpy.readthedocs.org/en/latest/\n\nhttps://github.com/bastikr/boolean.py\n\nCopyright (c) 2009-2020 Sebastian Kraemer, basti.kr@gmail.com and others\nSPDX-License-Identifier: BSD-2-Clause",
"release_date": "2020-06-10T22:06:05",
"parties": [
{
"type": "person",
"role": "author",
"name": "Sebastian Kraemer",
"email": "basti.kr@gmail.com",
"url": null
}
],
"keywords": [
"boolean expression",
"boolean algebra",
"logic",
"expression parser",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Software Development :: Compilers",
"Topic :: Software Development :: Libraries",
"Topic :: Utilities"
],
"homepage_url": "https://github.com/bastikr/boolean.py",
"download_url": "https://files.pythonhosted.org/packages/eb/5b/f82983127b1a1a4db83ee290e00a94a2b08c566fa6c58466e82ed7b0a76f/boolean.py-3.8-py2.py3-none-any.whl",
"size": 23771,
"sha1": null,
"md5": "fa308ca6a746135feb248097cc35c107",
"sha256": "d75da0fd0354425fa64f6bbc6cec6ae1485d0eec3447b73187ff8cbf9b572e26",
"sha512": null,
"bug_tracking_url": null,
"code_view_url": null,
"vcs_url": null,
"copyright": null,
"license_expression": null,
"declared_license": {
"license": "BSD-2-Clause"
},
"notice_text": null,
"source_packages": [],
"file_references": [],
"extra_data": {},
"dependencies": [],
"repository_homepage_url": null,
"repository_download_url": null,
"api_data_url": "https://pypi.org/pypi/boolean-py/3.8/json",
"datasource_id": null,
"purl": "pkg:pypi/boolean-py@3.8"
},
{
"type": "pypi",
"namespace": null,
"name": "license-expression",
"version": "1.0",
"qualifiers": {},
"subpath": null,
"primary_language": "Python",
"description": "license-expression is small utility library to parse, compare, simplify and normalize license expressions (such as SPDX license expressions) using boolean logic.",
"release_date": "2019-10-16T17:48:45",
"parties": [
{
"type": "person",
"role": "author",
"name": "nexB Inc.",
"email": "info@nexb.com",
"url": null
}
],
"keywords": [
"license",
"spdx",
"license expression",
"open source",
"boolean",
"parse expression",
"normalize expression",
"compare expression",
"licence",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Utilities"
],
"homepage_url": "https://github.com/nexB/license-expression",
"download_url": "https://files.pythonhosted.org/packages/12/7a/dd02b8ac8f0cd81557012b8f249ba4d0d32fe8f98e8d951ebc882187fd92/license_expression-1.0-py2.py3-none-any.whl",
"size": 20066,
"sha1": null,
"md5": "3c1a679c30ef4bd3c8b25858ae1461bf",
"sha256": "5928605d416268ef7e203ca21a5020f96707f0858aa7c18eab8dcaa5b2683d1d",
"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": null,
"repository_download_url": null,
"api_data_url": "https://pypi.org/pypi/license-expression/1.0/json",
"datasource_id": null,
"purl": "pkg:pypi/license-expression@1.0"
}
],
"resolved_dependencies_graph": [
{
"package": "pkg:pypi/boolean-py@3.8",
"dependencies": []
},
{
"package": "pkg:pypi/license-expression@1.0",
"dependencies": [
"pkg:pypi/boolean-py@3.8"
]
}
]
}