Name: | python3-distro |
---|---|
Version: | 1.4.0 |
Release: | 2.module+el8.3.0+7694+550a8252 |
Architecture: | noarch |
Module: | python36:3.6:8030020200515150628:17efdbc7 python36:3.6:8030020200515150629:24f1489c python36:3.6:8040020210127142720:9c5ef6b1 python36:3.6:8050020210811103506:982725ab python36:3.6:8080020230209124910:683b2e54 |
Group: | Unspecified |
Size: | 153542 |
License: | ASL 2.0 |
RPM: | python3-distro-1.4.0-2.module+el8.3.0+7694+550a8252.noarch.rpm |
Source RPM: | python-distro-1.4.0-2.module+el8.3.0+7694+550a8252.src.rpm |
Build Date: | Fri Aug 07 2020 |
Build Host: | jenkins-10-147-72-125-1f2a4b17-8bcf-4f84-8c3b-8c9cf24ac1eb.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/nir0s/distro |
Summary: | Linux Distribution - a Linux OS platform information API |
Description: | The distro (for: Linux Distribution) package provides information about the Linux distribution it runs on, such as a reliable machine-readable ID, or version information. It is a renewed alternative implementation for Python's original platform.linux_distribution function, but it also provides much more functionality. An alternative implementation became necessary because Python 3.5 deprecated this function, and Python 3.7 is expected to remove it altogether. Its predecessor function platform.dist was already deprecated since Python 2.6 and is also expected to be removed in Python 3.7. Still, there are many cases in which access to that information is needed. See Python issue 1322 for more information. Python 3 version. |