os_release 0.2.0
os_release: ^0.2.0 copied to clipboard
Reads the os-release file on Linux Distributions and makes accessing the contents of the file easy.
0.2.0 #
- Added methods to read the unmodified contents of the os-release file (either Asynchronously or Synchronously).
- Added a method to check if the os-release file contains a specified string.
- Renamed
OsReleaseInfotoOsRelease - Made
OsRelease.detect()method asynchronous. - Improved code formatting.
0.1.0 #
- Initial version.