Metadata-Version: 1.1
Name: wifi
Version: 0.2.2
Summary: 
Command line tool and library wrappers around iwlist and
/etc/network/interfaces.

Home-page: UNKNOWN
Author: Rocky Meza, Gavin Wahl
Author-email: rockymeza@gmail.com
License: BSD
Description: wifi
        ----
        
        Wifi provides a command line wrapper for iwlist and /etc/network/interfaces
        that makes it easier to connect the WiFi networks from the command line.  The
        wifi command is also implemented as a library that can be used from Python.
        
        ::
        
            # pip install wifi
            # wifi --help
        
        
        .. image:: https://travis-ci.org/rockymeza/wifi.png?branch=master
           :target: https://travis-ci.org/rockymeza/wifi
        
        The documentation for wifi lives at https://wifi.readthedocs.org/en/latest/.
        
Platform: Debian
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: System :: Networking
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
