https://github.com/mondeja/distro_info
Python implementation mirror of Debian distro-info utility: https://salsa.debian.org/debian/distro-info/-/tree/master/python
https://github.com/mondeja/distro_info
Last synced: 2 months ago
JSON representation
Python implementation mirror of Debian distro-info utility: https://salsa.debian.org/debian/distro-info/-/tree/master/python
- Host: GitHub
- URL: https://github.com/mondeja/distro_info
- Owner: mondeja
- Created: 2020-11-02T13:04:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T01:01:40.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T20:17:53.602Z (8 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# distro_info
Python implementation mirror of [Debian distro-info utility][distro-info-link].
[distro-info-link]: https://salsa.debian.org/debian/distro-info/-/tree/master/python
## Installation
```bash
pip install debian-distro-info
```## Usage
```python
from distro_info import DebianDistroInfo, UbuntuDistroInfodi = UbuntuDistroInfo()
print(di._releases)
```