File tree Expand file tree Collapse file tree 2 files changed +110
-0
lines changed Expand file tree Collapse file tree 2 files changed +110
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "year" :2023 ,
3
+ "levels" : {
4
+ "Champion" : 10000 ,
5
+ "Supporter" : 5000 ,
6
+ "Booster" : 1000 ,
7
+ "Partner" : 500 ,
8
+ "Individual" : 50 ,
9
+ "Special contributors" : " other"
10
+ },
11
+ "sponsors" : [
12
+ {
13
+ "name" : " Kraken" ,
14
+ "website" : " https://kraken.tech/" ,
15
+ "level" : " Supporter"
16
+ },
17
+
18
+ { "name" : " Auth0" ,
19
+ "website" : " https://auth0.com/" ,
20
+ "level" : " Booster"
21
+ },
22
+ {
23
+ "name" : " Numerly" ,
24
+ "website" : " https://fr.linkedin.com/company/numberly/" ,
25
+ "level" : " Booster"
26
+ },
27
+
28
+ { "name" : " Posit" ,
29
+ "website" : " https://posit.co/" ,
30
+ "level" : " Booster"
31
+ },
32
+
33
+ {
34
+ "name" : " EuroPython Society (EPS)" ,
35
+ "website" : " https://www.europython-society.org/" ,
36
+ "level" : " Booster"
37
+ },
38
+ {
39
+ "name" : " Six Feet up" ,
40
+ "website" : " https://sixfeetup.com/" ,
41
+ "level" : " Partner"
42
+ },
43
+ {
44
+ "name" : " Data Roots" ,
45
+ "website" : " https://dataroots.io/" ,
46
+ "level" : " Partner"
47
+ },
48
+ {
49
+ "name" : " Willing Consulting" ,
50
+ "website" : " https://www.willingconsulting.com/" ,
51
+ "level" : " Partner"
52
+ },
53
+ {
54
+ "name" : " Jet Brains" ,
55
+ "website" : " https://www.jetbrains.com/" ,
56
+ "level" : " Special contributor"
57
+ },
58
+ {
59
+ "name" : " Viva Translations" ,
60
+ "website" : " https://www.jetbrains.com/" ,
61
+ "level" : " Special contributor" }
62
+ ]
63
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "year" :2024 ,
3
+ "levels" : {
4
+ "Champion" : 10000 ,
5
+ "Supporter" : 5000 ,
6
+ "Booster" : 1000 ,
7
+ "Partner" : 500 ,
8
+ "Individual" : 50 ,
9
+ "Special contributors" : " other"
10
+ },
11
+ "sponsors" : [
12
+ {
13
+ "name" : " Quansight" ,
14
+ "website" : " https://quansight.com/" ,
15
+ "level" : " Booster"
16
+ },
17
+ {
18
+ "name" : " EuroPython Society (EPS)" ,
19
+ "website" : " https://www.europython-society.org/" ,
20
+ "level" : " Booster"
21
+ },
22
+ {
23
+ "name" : " Pretix" ,
24
+ "website" : " https://pretix.eu/" ,
25
+ "level" : " Booster" },
26
+ {
27
+ "name" : " Numberly" ,
28
+ "website" : " https://numberly.com/" ,
29
+ "level" : " Booster"
30
+ },
31
+ {
32
+ "name" : " Auth0" ,
33
+ "website" : " https://auth0.com/" ,
34
+ "level" : " Booster"
35
+ },
36
+ {
37
+ "name" : " Black Python Developers" ,
38
+ "website" : " https://blackpythondevs.com/" ,
39
+ "level" : " Booster"
40
+ },
41
+ {
42
+ "name" : " AdaMarie" ,
43
+ "website" : " https://weareadamarie.com/" ,
44
+ "level" : " Booster"
45
+ }
46
+ ]
47
+ }
You can’t perform that action at this time.
0 commit comments