Skip to content

Commit ab7b6a8

Browse files
authored
Merge pull request #25 from EuroPython/pyladies-sponsors
Update Pyladies Sponsors information (2023, 2024 and structure for 2025)
2 parents 8960516 + 0ac04b3 commit ab7b6a8

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ most in Python conferences, similarly to the most active speakers.
1414
# List of Conferences
1515

1616
* EuroPython: 2025
17+
* PyLadiesCon: 2023, 2024, 2025*
1718
* PyCon Italy:
1819
* PyCon Greece:
1920

data/speakers/PyLadiesCon/2023.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"speakers": [
44
{
55
"fullname": "",
6-
"url": "",
76
"type": "",
8-
"title": "",
9-
"level": ""
7+
"title": ""
108
}
119
]
1210
}

data/speakers/PyLadiesCon/2024.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"fullname": "",
66
"url": "",
77
"type": "",
8-
"title": "",
9-
"level": ""
8+
"title": ""
109
}
1110
]
1211
}

data/sponsors/pyladiescon/2025.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"year":2025,
3+
"levels": {
4+
"Champion": 10000,
5+
"Supporter": 6000,
6+
"Connector": 3000,
7+
"Booster": 1500,
8+
"PyLadies Chapter Sponsor": 600,
9+
"PyLadies Discussion Sponsor": 600,
10+
"Partner": 750,
11+
"Individual": 50,
12+
"Custom sponsorhip":"custom",
13+
"Special contributors": "other"
14+
},
15+
"sponsors": [
16+
{
17+
"name": "",
18+
"website": "",
19+
"level": ""
20+
}
21+
22+
]
23+
}

0 commit comments

Comments
 (0)