Is there an existing python module that can be used to detect which distro of Linux and which version of the distro is currently installed.
For example:
- RedHat Enterprise 5
- Fedora 11
- Suse Enterprise 11
- etc....
I can make my own module by parsing various files like /etc/redhat-release but I was wondering if a module already exists?
Cheers, Ivan