Metadata-Version: 1.1
Name: hostscli
Version: 0.1.1
Summary: hostscli is a CLI tool to block / unblock websites using /etc/hosts
Home-page: https://github.com/dhilipsiva/hostscli
Author: dhilipsiva
Author-email: dhilipsiva@gmail.com
License: MIT
Description: 
        hostscli
        ========
        
        A CLI tool to block / unblock websites using /etc/hosts. Super simple
        and easily extendable.
        
        Installation
        ------------
        
        ::
        
            pip install -U hostscli
        
        Usage
        -----
        
        \*\*\* Please note that we require ``sudo`` permissions to change
        ``/etc/hosts`` file \*\*\*
        
        To block ``facebook``:
        
        ::
        
            sudo hostscli block facebook
        
        To unblock ``facebook``:
        
        ::
        
            sudo hostscli block facebook
        
        To list supported websites:
        
        ::
        
            hostscli websites
        
        More websites?
        --------------
        
        If you need to add more websites, just create a ``<website>.py`` file in
        ``hostscli/websites/`` directory with list of domains declared as
        variable ``DOMAINS``. Please look at ``hostscli/websites/facebook.py``
        file for reference
        
        
Keywords: hostscli hosts /etc/hosts block unblock websites
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Networking :: Firewalls
Classifier: Topic :: Utilities
