File tree Expand file tree Collapse file tree 1 file changed +87
-0
lines changed Expand file tree Collapse file tree 1 file changed +87
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "year" : 2021 ,
3
+ "levels" : {
4
+ "Keystone" : 12500 ,
5
+ "Diamond" : 6500 ,
6
+ "Gold" : 2500 ,
7
+ "Silver" : 1000 ,
8
+ "Patron" : 500
9
+ },
10
+ "sponsors" : [
11
+ {
12
+ "name" : " Microsoft" ,
13
+ "website" : " https://developer.microsoft.com/en-us/python/" ,
14
+ "level" : " Diamond"
15
+ },
16
+ {
17
+ "name" : " Optiver" ,
18
+ "website" : " https://optiver.com/" ,
19
+ "level" : " Diamond"
20
+ },
21
+ {
22
+ "name" : " Bloomberg" ,
23
+ "website" : " https://www.bloomberg.com/" ,
24
+ "level" : " Diamond"
25
+ },
26
+ {
27
+ "name" : " Numberly" ,
28
+ "website" : " https://numberly.com/" ,
29
+ "level" : " Gold"
30
+ },
31
+ {
32
+ "name" : " Trayport" ,
33
+ "website" : " https://numberly.com/" ,
34
+ "level" : " Gold"
35
+ },
36
+ {
37
+ "name" : " Jet Brains" ,
38
+ "website" : " https://www.jetbrains.com/" ,
39
+ "level" : " Gold"
40
+ },
41
+ {
42
+ "name" : " auth0" ,
43
+ "website" : " https://auth0.com/" ,
44
+ "level" : " Gold"
45
+ },
46
+ {
47
+ "name" : " Google Cloud" ,
48
+ "website" : " https://cloud.google.com/" ,
49
+ "level" : " Gold"
50
+ },
51
+ {
52
+ "name" : " Vonage" ,
53
+ "website" : " https://developer.vonage.com/" ,
54
+ "level" : " Gold"
55
+ },
56
+ {
57
+ "name" : " Terminusdb" ,
58
+ "website" : " https://terminusdb.com/docs/get-started-with-terminusdb/" ,
59
+ "level" : " Silver"
60
+ },
61
+ {
62
+ "name" : " stackbuilders" ,
63
+ "website" : " https://www.stackbuilders.com/" ,
64
+ "level" : " Silver"
65
+ },
66
+ {
67
+ "name" : " scoutAPM" ,
68
+ "website" : " https://www.scoutapm.com/" ,
69
+ "level" : " Patron"
70
+ },
71
+ {
72
+ "name" : " RiverBank computing" ,
73
+ "website" : " https://www.riverbankcomputing.com/" ,
74
+ "level" : " Patron"
75
+ },
76
+ {
77
+ "name" : " Adiminan" ,
78
+ "website" : " https://www.adimian.com/" ,
79
+ "level" : " Patron"
80
+ },
81
+ {
82
+ "name" : " Remastr" ,
83
+ "website" : " https://remastr.com/" ,
84
+ "level" : " Patron"
85
+ }
86
+ ]
87
+ }
You can’t perform that action at this time.
0 commit comments