Get information about support dates for Linux distributions
Project description
Distro Support
This is a small Python library for getting information about when various Linux distributions are supported.
Basic usage
from datetime import date
import distro_support
bionic = distro_support.get_support_range("ubuntu", "18.04")
print(bionic.is_supported_on(date.today()))
print(bionic.is_esm_on(date.today()))
Version scheme
This library's versioning scheme is purely based on release date. Breaking changes will only come with a new year, but are unlikely.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file distro_support-2025.8.13.tar.gz.
File metadata
- Download URL: distro_support-2025.8.13.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12a73039db0a04e4b987789598f05c554adb3b2ec8e97bc28f40a125dc82d982
|
|
| MD5 |
025d22cfbdc74183654e0cc45c37b17b
|
|
| BLAKE2b-256 |
90c840cf2bdb5647c0ccad40a02edde6966d03a3258c550d92a2030427867029
|
File details
Details for the file distro_support-2025.8.13-py3-none-any.whl.
File metadata
- Download URL: distro_support-2025.8.13-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
639672b5d51c587d9f18d515ef09733d322dba1cdfd0f9563def784556b25a48
|
|
| MD5 |
7c3fa0085c14a55ab104861b7baabdb6
|
|
| BLAKE2b-256 |
367432abc08f3b003920ca57aadffe339339a4dab20dabdda78190fd819d3838
|