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
|
{
"version": "2.0",
"licenses": [
{
"id": "Apache-2.0",
"name": "Apache License 2.0",
"url": "https://opensource.org/licenses/Apache-2.0",
"count": 1
},
{
"id": "BSD-4-Clause",
"name": "BSD 4-Clause \"Original\" or \"Old\" License",
"url": "http://directory.fsf.org/wiki/License:BSD_4Clause",
"count": 1
},
{
"id": "MIT",
"name": "MIT License",
"url": "https://opensource.org/licenses/MIT",
"count": 1
},
{
"id": "public domain, python, 2-clause bsd, gpl 3 (see copying.txt)",
"name": "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)",
"url": "",
"count": 1
}
],
"dependencies": [
{
"name": "django",
"url": "https://www.djangoproject.com/",
"description": "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.",
"paths": [
"."
],
"licenses": [
"BSD-4-Clause"
]
},
{
"name": "docutils",
"url": "http://docutils.sourceforge.net/",
"description": "Docutils -- Python Documentation Utilities",
"paths": [
"."
],
"licenses": [
"public domain, python, 2-clause bsd, gpl 3 (see copying.txt)"
]
},
{
"name": "pytz",
"url": "http://pythonhosted.org/pytz",
"description": "World timezone definitions, modern and historical",
"paths": [
"."
],
"licenses": [
"MIT"
]
},
{
"name": "requests",
"url": "http://python-requests.org",
"description": "Python HTTP for Humans.",
"paths": [
"."
],
"licenses": [
"Apache-2.0"
]
}
]
}
|