Metadata-Version: 2.1
Name: ultimate-hosts-blacklist-comparison
Version: 1.1.0
Summary: The comparison tool of the Ultimate Hosts Blacklist project.
Home-page: https://github.com/Ultimate-Hosts-Blacklist/dev-center/tree/comparison
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT
Keywords: Python,hosts,hosts file
Platform: any
Classifier: Environment :: Console
Classifier: Topic :: Internet
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: colorama
Requires-Dist: PyFunceble-dev
Requires-Dist: ultimate-hosts-blacklist-helpers
Requires-Dist: ultimate-hosts-blacklist-whitelist

The Ultimate Hosts Blacklist comparison tool
=============================================

This is the branch which contain the tool which let us compare a given list with our infrastructure.

Installation
------------

::

    $ pip3 install --user ultimate-hosts-blacklist-comparison


Usage
-----

The sript can be called as :code:`uhb-comparison`, :code:`uhb_comparison` and :code:`ultimate-hosts-blacklist-comparison`.

::

    usage: ultimate-hosts-blacklist-comparison [-h] [-c] [--clean] [-f FILE]
                                           [-l LINK] [--verbose]

    A script to compare a given link or file to Ultimate Hosts Blacklist
    infrastructure.

    optional arguments:
        -h, --help            show this help message and exit
        -c, --cache           Use cache if exist.
        --clean               Clean the given file/link with our official whitelist
                                tool before processing.
        -e, --export          Produce a JSON file with all complete information -
                                including the list or domains and IPs which are not
                                present.
        -f FILE, --file FILE  File to compare.
        -l LINK, --link LINK  Link to compare.
        --verbose             Run in verbose mode.

    Crafted with ♥ by Nissar Chababy (Funilrys)


