norwegianblue

Usage

To list all supported products use:

eol all

eol mysql

norwegianblue mysql

┌─────────┬────────────┬────────┬────────────────┬────────────┬────────────┐│ cycle   │  release   │ latest │ latest release │  support   │    eol     │├─────────┼────────────┼────────┼────────────────┼────────────┼────────────┤│ 8.1     │ 2023-06-21 │ 8.1.0  │   2023-06-21   │    True    │   False    ││ 8.0 LTS │ 2018-04-08 │ 8.0.34 │   2023-06-22   │ 2025-04-30 │ 2026-04-30 ││ 5.7     │ 2015-10-09 │ 5.7.43 │   2023-06-21   │ 2020-10-31 │ 2023-10-31 ││ 5.6     │ 2013-02-01 │ 5.6.51 │   2021-01-05   │ 2018-02-28 │ 2021-02-28 ││ 5.5     │ 2010-12-03 │ 5.5.63 │   2018-12-21   │ 2015-12-31 │ 2018-12-31 │└─────────┴────────────┴────────┴────────────────┴────────────┴────────────┘

Install

python3 -m pip install --upgrade norwegianblue

Defaulting to user installation because normal site-packages is not writeableCollecting norwegianblue  Downloading norwegianblue-0.14.0-py3-none-any.whl (10 kB)Collecting termcolor>=2.1  Downloading termcolor-2.3.0-py3-none-any.whl (6.9 kB)Collecting pytablewriter[html]>=0.63  Downloading pytablewriter-1.0.0-py3-none-any.whl (107 kB)     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.8/107.8 KB 2.2 MB/s eta 0:00:00Collecting prettytable>=2.4  Downloading prettytable-3.8.0-py3-none-any.whl (27 kB)Collecting platformdirs  Downloading platformdirs-3.10.0-py3-none-any.whl (17 kB)Collecting httpx>=0.19  Downloading httpx-0.24.1-py3-none-any.whl (75 kB)     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.4/75.4 KB 2.4 MB/s eta 0:00:00Collecting python-slugify  Downloading python_slugify-8.0.1-py2.py3-none-any.whl (9.7 kB)Requirement already satisfied: python-dateutil in /usr/lib/python3/dist-packages (from norwegianblue) (2.8.1)Collecting thefuzz  Downloading thefuzz-0.20.0-py3-none-any.whl (15 kB)Collecting httpcore<0.18.0,>=0.15.0  Downloading httpcore-0.17.3-py3-none-any.whl (74 kB)     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.5/74.5 KB 2.5 MB/s eta 0:00:00Requirement already satisfied: idna in /usr/lib/python3/dist-packages (from httpx>=0.19->norwegianblue) (3.3)Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from httpx>=0.19->norwegianblue) (2020.6.20)Collecting sniffio  Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from prettytable>=2.4->norwegianblue) (0.2.5)Collecting mbstrdecoder<2,>=1.0.0  Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB)Collecting tcolorpy<1,>=0.0.5  Downloading tcolorpy-0.1.3-py3-none-any.whl (7.9 kB)Collecting DataProperty<2,>=0.55.0  Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB)Requirement already satisfied: setuptools>=38.3.0 in /usr/lib/python3/dist-packages (from pytablewriter[html]>=0.63->norwegianblue) (59.6.0)Collecting typepy[datetime]<2,>=1.2.0  Downloading typepy-1.3.1-py3-none-any.whl (31 kB)Collecting tabledata<2,>=1.3.1  Downloading tabledata-1.3.1-py3-none-any.whl (11 kB)Collecting pathvalidate<4,>=2.3.0  Downloading pathvalidate-3.1.0-py3-none-any.whl (21 kB)Collecting dominate<3,>=2.1.5  Downloading dominate-2.8.0-py2.py3-none-any.whl (29 kB)Collecting text-unidecode>=1.3  Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.2/78.2 KB 2.9 MB/s eta 0:00:00Collecting rapidfuzz<4.0.0,>=3.0.0  Downloading rapidfuzz-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 7.9 MB/s eta 0:00:00Collecting anyio<5.0,>=3.0  Downloading anyio-3.7.1-py3-none-any.whl (80 kB)     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 KB 3.0 MB/s eta 0:00:00Collecting h11<0.15,>=0.13  Downloading h11-0.14.0-py3-none-any.whl (58 kB)     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 KB 2.5 MB/s eta 0:00:00Requirement already satisfied: chardet<6,>=3.0.4 in /usr/lib/python3/dist-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter[html]>=0.63->norwegianblue) (4.0.0)Requirement already satisfied: pytz>=2018.9 in /usr/lib/python3/dist-packages (from typepy[datetime]<2,>=1.2.0->pytablewriter[html]>=0.63->norwegianblue) (2022.1)Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from typepy[datetime]<2,>=1.2.0->pytablewriter[html]>=0.63->norwegianblue) (21.3)Collecting exceptiongroup  Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB)Installing collected packages: text-unidecode, termcolor, tcolorpy, sniffio, rapidfuzz, python-slugify, prettytable, platformdirs, pathvalidate, mbstrdecoder, h11, exceptiongroup, dominate, typepy, thefuzz, anyio, httpcore, httpx, DataProperty, tabledata, pytablewriter, norwegianblueSuccessfully installed DataProperty-1.0.1 anyio-3.7.1 dominate-2.8.0 exceptiongroup-1.1.3 h11-0.14.0 httpcore-0.17.3 httpx-0.24.1 mbstrdecoder-1.1.3 norwegianblue-0.14.0 pathvalidate-3.1.0 platformdirs-3.10.0 prettytable-3.8.0 pytablewriter-1.0.0 python-slugify-8.0.1 rapidfuzz-3.2.0 sniffio-1.3.0 tabledata-1.3.1 tcolorpy-0.1.3 termcolor-2.3.0 text-unidecode-1.3 thefuzz-0.20.0 typepy-1.3.1

Bibliography