-
Notifications
You must be signed in to change notification settings - Fork 104
Proposal: Rename repository to “Python Events” and include conferences + meetups with a shared schema #299
Copy link
Copy link
Open
Description
Hi all!
I’d like to propose evolving this repository from a conferences-only list into a broader Python events dataset that includes both conferences and meetups in one place.
Motivation
- Many people (speakers, sponsors, attendees, organizers) look for both conferences and meetups.
- Keeping both event types in one repository makes discovery easier and centralizes maintenance.
- We can keep compatibility with existing tooling by reusing the current CSV format.
Proposal
- Rename the repository from conferences to events. Github should (I believe) handle redirection by itself for http requests.
- Organize data into two directories:
conferences/<year>.csvmeetups/<year>.csv
- Use the same CSV schema for both categories (same headers as today):
Subject, Start Date, End Date, Location, Country, Venue, Tutorial Deadline, Talk Deadline, Website URL, Proposal URL, Sponsorship URL
- Keep non-applicable fields empty for meetup entries (e.g., CFP/sponsorship deadlines).
- Update lint/validation/scripts to read both directories.
Why this structure
- Single source of truth for Python events.
- Minimal migration risk (no breaking schema redesign).
- Easy filtering by directory while preserving consistent data ingestion.
If this direction sounds good, I’m happy to help with a follow-up PR for:
- README updates
- directory migration plan
- linter/script path updates
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels