-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconference.example.toml
More file actions
94 lines (80 loc) · 1.84 KB
/
conference.example.toml
File metadata and controls
94 lines (80 loc) · 1.84 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
[conference]
name = "Python 2077"
start = 2027-05-14
end = 2027-05-22
timezone = "America/New_York"
venue = "Pittsburgh Convention Center"
pretalx_event_slug = "python-2077"
website_url = "https://python2077.dev/"
total_capacity = 2500
revenue_budget = 50_000.00
target_attendance = 150
grant_budget = 15_000.00
[[conference.sections]]
name = "Tutorials"
start = 2027-05-14
end = 2027-05-15
[[conference.sections]]
name = "Talks"
start = 2027-05-16
end = 2027-05-18
[[conference.sections]]
name = "Sprints"
start = 2027-05-19
end = 2027-05-22
[[conference.tickets]]
name = "Individual"
price = 100.00
quantity = 2500
per_user = 1
available = { opens = 2025-01-15, closes = 2027-05-13 }
[[conference.tickets]]
name = "Corporate"
price = 350.00
quantity = 1000
per_user = 1
available = { opens = 2025-01-15, closes = 2027-05-13 }
[[conference.tickets]]
name = "Student"
price = 25.00
quantity = 500
per_user = 1
voucher_required = true
available = { opens = 2025-01-15, closes = 2027-05-13 }
[[conference.tickets]]
name = "Speaker"
price = 0.00
quantity = 200
per_user = 1
voucher_required = true
available = { opens = 2025-01-01, closes = 2027-05-18 }
[[conference.addons]]
name = "Tutorial: Intro to Django"
price = 150.00
quantity = 40
requires = ["individual", "corporate", "student", "speaker"]
[[conference.addons]]
name = "PyCon T-Shirt"
price = 25.00
quantity = 3000
requires = ["individual", "corporate", "student", "speaker"]
[[conference.sponsor_levels]]
name = "Visionary"
cost = 150_000.00
comp_tickets = 25
[[conference.sponsor_levels]]
name = "Sustainability"
cost = 90_000.00
comp_tickets = 15
[[conference.sponsor_levels]]
name = "Maintaining"
cost = 60_000.00
comp_tickets = 10
[[conference.sponsor_levels]]
name = "Contributing"
cost = 30_000.00
comp_tickets = 5
[[conference.sponsor_levels]]
name = "Participating"
cost = 7_500.00
comp_tickets = 2