kernelchecker

Linux kernel version scanner


Keywords
linux, kernel
License
WTFPL
Install
pip install kernelchecker==1.0.0

Documentation

README

A Python 3 script for checking Linux kernel versions from kernel.org.

Installation

Requires Python >=3.2, with 3.5 or later preferred.

To get the latest stable version, install with pip:

$ pip install kernelchecker

If you want the latest development version, clone from Git and install with setuptools:

$ git clone https://github.com/thurask/kernelchecker.git
$ cd kernelchecker
$ python setup.py install

Python Libraries

This library requires the Requests and Beautiful Soup 4 libraries.

License

Copyright 2016 Thurask <thuraski@hotmail.com> This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the LICENSE file for more details.