-
Notifications
You must be signed in to change notification settings - Fork 0
/
funding.json
95 lines (95 loc) · 3.11 KB
/
funding.json
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
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "Python Social Auth",
"email": "[email protected]",
"description": "Python Social Auth aims to be an easy-to-setup social authentication and authorization mechanism for Python projects supporting protocols like OAuth (1 and 2), OpenID and others.",
"webpageUrl": {
"url": "https://github.com/python-social-auth/",
"wellKnown": "https://github.com/python-social-auth/social-core/blob/master/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "social-core",
"name": "Python Social Auth - Core",
"description": "Python Social Auth is an easy to setup social authentication/registration mechanism with support for several frameworks and auth providers.",
"webpageUrl": {
"url": "https://github.com/python-social-auth/social-core",
"wellKnown": "https://github.com/python-social-auth/social-core/blob/master/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/python-social-auth/social-core",
"wellKnown": "https://github.com/python-social-auth/social-core/blob/master/.well-known/funding-manifest-urls"
},
"licenses": [
"BSD-3-Clause"
],
"tags": [
"authentication",
"social",
"python"
]
},
{
"guid": "social-app-django",
"name": "Python Social Auth - Application - Django",
"description": "This is the Django component of the python-social-auth ecosystem, it implements the needed functionality to integrate social-auth-core in a Django based project.",
"webpageUrl": {
"url": "https://github.com/python-social-auth/social-app-django",
"wellKnown": "https://github.com/python-social-auth/social-app-django/blob/master/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/python-social-auth/social-app-django",
"wellKnown": "https://github.com/python-social-auth/social-app-django/blob/master/.well-known/funding-manifest-urls"
},
"licenses": [
"BSD-3-Clause"
],
"tags": [
"authentication",
"social",
"python",
"django"
]
}
],
"funding": {
"channels": [
{
"guid": "opencollective",
"type": "gateway",
"address": "https://opencollective.com/python-social-auth"
}
],
"plans": [
{
"guid": "backer",
"status": "active",
"name": "Backer",
"description": "Become a backer for 5,00 $ per month and support us.",
"amount": 5,
"currency": "USD",
"frequency": "monthly",
"channels": [
"opencollective"
]
},
{
"guid": "sponsor",
"status": "active",
"name": "Sponsor",
"description": "Become a sponsor for 100,00 $ per month and support us.",
"amount": 100,
"currency": "USD",
"frequency": "monthly",
"channels": [
"opencollective"
]
}
],
"history": []
}
}