devguide icon indicating copy to clipboard operation
devguide copied to clipboard

Provide the status of Python branches and versions as a csv

Open Mariatta opened this issue 3 years ago • 2 comments

Describe the enhancement or feature you'd like Currently we have to open a browser and read the status of Python branches.

https://devguide.python.org/#status-of-python-branches

It would be great if that info is available in CSV format instead of in an rst table.

If the data is in CSV, we can then write scripts to programmatically parse the table and find the info we need.

According to @ezio-melotti , Sphinx support the .. csv-table:: directive, so we can use that instead of the current rst table syntax.

Mariatta avatar Jun 06 '22 17:06 Mariatta

There's also endoflife.date for Python, which I use to build the CI images for all active Python versions.

warsaw avatar Oct 03 '22 17:10 warsaw

This is discussed in the PR, see:

  • https://github.com/endoflife-date/endoflife.date/discussions/711

ezio-melotti avatar Oct 03 '22 17:10 ezio-melotti