We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8960516 commit fcf548cCopy full SHA for fcf548c
README.md
@@ -14,6 +14,7 @@ most in Python conferences, similarly to the most active speakers.
14
# List of Conferences
15
16
* EuroPython: 2025
17
+* PyLadiesCon: 2023, 2022
18
* PyCon Italy:
19
* PyCon Greece:
20
data/sponsors/pyladiescon/2025.json
@@ -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"
+ },
+ "sponsors": [
+ {
+ "name": "",
+ "website": "",
+ "level": ""
+ }
21
+
22
+ ]
23
+}
0 commit comments