Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ Shortcut redirects are also available.
For example, ``https://peps.python.org/8`` redirects to the canonical link.


API
===

Several data files are available at https://peps.python.org/api/:

- `peps.json <https://peps.python.org/api/peps.json>`_: All PEP metadata
- `release-cycle.json <https://peps.python.org/api/release-cycle.json>`_: Python release cycle information
- `python-releases.json <https://peps.python.org/api/python-releases.json>`_: Complete Python release history
- `release-schedule.ics <https://peps.python.org/release-schedule.ics>`_: Python release dates in calendar format


Contributing to PEPs
====================

Expand Down
6 changes: 6 additions & 0 deletions peps/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,9 @@ for example:
]
}
}

release-schedule.ics
--------------------

An iCalendar file of Python release dates is available at
https://peps.python.org/api/release-schedule.ics.
Loading