Metadata-Version: 1.1
Name: routerchecker
Version: 1.1.0
Summary: Router firmware update scanner
Home-page: https://github.com/thurask/routerchecker
Author: Thurask
Author-email: thuraski@hotmail.com
License: WTFPL v2
Description: README
        ======
        
        A Python 3 script for checking router firmware updates.
        
        Supported Firmware
        ------------------
        
        - `Asuswrt Merlin <https://asuswrt.lostrealm.ca>`__
        - `DD-WRT (beta) <https://www.dd-wrt.com/>`__
        - `Tomato (Shibby) <http://tomato.groov.pl>`__
        - `OpenWRT <https://www.openwrt.org/>`__
        
        
        Installation
        ------------
        
        Requires Python >=3.2, with 3.5 or later preferred.
        
        To get the latest stable version, install with pip:
        
        ::
        
            $ pip install routerchecker
        
        If you want the latest development version, clone from Git and install with setuptools:
        
        ::
        
            $ git clone https://github.com/thurask/routerchecker.git
            $ cd routerchecker
            $ python setup.py install
        
        Python Libraries
        ~~~~~~~~~~~~~~~~
        
        This library requires the
        `Requests <http://docs.python-requests.org/en/latest/user/install/>`__
        and `Beautiful Soup 4 <https://www.crummy.com/software/BeautifulSoup/#Download>`__
        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 <LICENSE>`__ file for more details.
        
Keywords: router firmware
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Freely Distributable
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: BSD :: NetBSD
Classifier: Operating System :: POSIX :: BSD :: OpenBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
