Skip to content

Commit 7e56587

Browse files
committed
add note on available api/data files for peps
1 parent c85bac7 commit 7e56587

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ Shortcut redirects are also available.
2020
For 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+
2334
Contributing to PEPs
2435
====================
2536

peps/api/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)