File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 177177 place : Paris, France
178178 start : 2025-09-30
179179 end : 2025-10-02
180- sub : DATA
181180 sponsor : https://pydata.org/paris2025/sponsorship-opportunites#tiers
182181 mastodon : https://mastodon.social/@PyDataParis
183182 bluesky : https://bsky.app/profile/pydataparis.bsky.social
183+ sub : DATA
184184 location :
185185 - title : PyData Paris 2025
186186 latitude : 48.89591923094818
Original file line number Diff line number Diff line change 1717 finaid : link-to-finaid.page # URL to Financial Aid page (Optional)
1818 twitter : BestConfEver # Twitter handle of conference (Optional)
1919 mastodon : https://mastodon.social/@bconf # Mastodon handle of conference (Optional)
20+ bluesky : https://bsky.app/@bconf # Bluesky handle of conference (Optional)
2021 sub : PY # Type of conference (see or add _data/types.yml)
2122 note : Important # In case there are extra notes about the conference (Optional)
2223 location : # Geolocation for inclusion in map
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ class Conference(BaseModel):
7070 sponsor : HttpUrl | None = None
7171 finaid : HttpUrl | None = None
7272 twitter : str | None = None
73- bluesky : str | None = None
7473 mastodon : HttpUrl | None = None
74+ bluesky : str | None = None
7575 sub : str
7676 note : str | None = None
7777 location : list [Location ] | None = None
You can’t perform that action at this time.
0 commit comments