File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ Shortcut redirects are also available.
2020For example, ``https://peps.python.org/8 `` redirects to the canonical link.
2121
2222
23+ API
24+ ===
25+
26+ Several data files are available at https://peps.python.org/api/:
27+
28+ - ``peps.json ``: All PEP metadata
29+ - ``release-cycle.json ``: Python release cycle information
30+ - ``python-releases.json ``: Complete Python release history
31+ - ``release-schedule.ics ``: Python release dates in calendar format.
32+
33+
2334Contributing to PEPs
2435====================
2536
Original file line number Diff line number Diff line change @@ -207,3 +207,9 @@ for example:
207207 ]
208208 }
209209 }
210+
211+ release-schedule.ics
212+ --------------------
213+
214+ An iCalendar file of Python release dates is available at
215+ https://peps.python.org/api/release-schedule.ics.
You can’t perform that action at this time.
0 commit comments