forked from collective/icalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
113 lines (113 loc) · 3.98 KB
/
Copy pathfunding.json
File metadata and controls
113 lines (113 loc) · 3.98 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
{
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
"version": "v1.1.0",
"entity": {
"type": "group",
"role": "maintainer",
"name": "icalendar developer community",
"email": "icalendar-coc@googlegroups.com",
"description": "We support the development of the icalendar library for Python, an RFC 5545 compatible parser and generator of iCalendar files.",
"webpageUrl": {
"url": "https://github.com/collective/icalendar/",
"wellKnown": "https://github.com/collective/icalendar/raw/main/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "python-icalendar",
"name": "icalendar",
"description": "The icalendar package is an RFC 5545 compatible parser and generator of iCalendar files.",
"webpageUrl": {
"url": "https://github.com/collective/icalendar/",
"wellKnown": "https://github.com/collective/icalendar/raw/main/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/collective/icalendar/",
"wellKnown": "https://github.com/collective/icalendar/raw/main/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:BSD-2-Clause"
],
"tags": [
"icalendar",
"rfc5545",
"parser",
"generator",
"programming",
"python"
]
}
],
"funding": {
"channels": [
{
"guid": "icalendar-open-source-collective",
"type": "payment-provider",
"address": "https://opencollective.com/python-icalendar",
"description": "Through Open Collective, icalendar accepts payment via credit card, Google Pay, or US bank ACH transfer."
}
],
"plans": [
{
"guid": "fund-once-any-amount-usd",
"status": "active",
"name": "One-time donation",
"description": "Choose any amount to give to icalendar.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"icalendar-open-source-collective"
]
},
{
"guid": "fund-monthly-any-amount-usd",
"status": "active",
"name": "Monthly donation",
"description": "Choose any amount to give to icalendar.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": [
"icalendar-open-source-collective"
]
},
{
"guid": "fund-monthly-5-usd",
"status": "active",
"name": "Backer",
"description": "Support icalendar with a monthly donation of $5 USD.",
"amount": 5,
"currency": "USD",
"frequency": "monthly",
"channels": [
"icalendar-open-source-collective"
]
},
{
"guid": "fund-monthly-100-usd",
"status": "active",
"name": "Sponsor",
"description": "Support icalendar with a monthly donation of $100 USD.",
"amount": 100,
"currency": "USD",
"frequency": "monthly",
"channels": [
"icalendar-open-source-collective"
]
}
],
"history": [
{
"year": 2024,
"income": 202,
"currency": "USD"
},
{
"year": 2025,
"income": 12,
"currency": "USD"
}
]
}
}