Skip to content

Instantly share code, notes, and snippets.

View ndunsworth's full-sized avatar

Nathan Dunsworth ndunsworth

  • Los Angeles, CA
View GitHub Profile
@ndunsworth
ndunsworth / 00README.md
Created August 16, 2023 04:38 — forked from natefoo/00README.md
Linux Distribution Detection

Distribution Detection

I am working on adding support for building and distributing (via PyPI) Python Wheels with C Extensions to the Python wheel and pip packages. The discussion on Distutils-SIG continues, but I believe it is fairly certain that some effort to correctly identify Linux distributions will need to be made. I've begun efforts to add this support to wheel.

How you can help

If you have a Linux distribution or version of a listed distribution not in this gist, or one of the ones I have not directly verified, I could use the following:

  • The contents of /etc/os-release, if it exists