Metadata-Version: 1.1
Name: iwlib
Version: 1.7.0
Summary: Python module to interface with iwlib
Home-page: https://github.com/nhoad/python-iwlib
Author: Nathan Hoad
Author-email: nathan@hoad.io
License: GPLv2
Description: iwlib - interface with wireless tools in Linux
        ==============================================
        
        iwlib is a package for interfacing with iwlib, providing an implementation to
        the wireless tools in Linux.
        
        While very incomplete at the moment, it aims to eventually become a complete
        implementation, as features become necessary. If you find some functionality
        missing, feel free to contribute to the project, or create an issue on the bug
        tracker.
        
        Currently it provides what I consider the bare minimum to become useful -
        scanning, setting the ESSID of a device, and getting the current configuration
        back from a device.
        
        http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
        
        Installation
        ------------
        
        Installation requires the Python developer tools, and wireless_tools package
        for compilation. If Python.h and iwlib.h exist on your system, you should be
        good to go.
        
            $ pip install iwlib
        
        Change History
        --------------
        1.7.0 (4th December 2019)
            - Fix an attribute error in get_iwconfig
            - Removed Python 2 support
        
        1.6.2 (30th April 2019)
            - Remove stub test build library from WIP testing code.
        
        1.6 (22nd July 2018)
            - Added support for Python 3 (via migration to CFFI)
        
        1.5 (1st October 2014)
            - Added support for Python 3
        
        1.4 (12th June 2014)
            - Fixed incompatibility with wireless_tools version 30.pre9
            - Fixed build error that resulted in iwconfig and iwlist not being built.
            - Minor cleanups
            - Feels "snappier"
        
        1.3.1 (2nd April 2013)
            - Fixed packaging issue involving missing header files.
        
        1.3 (24th March 2013)
            - Added ``iwlib.utils module``. See documentation for details.
            - Added ``iwlib.iwlist module``. See documentation for details.
            - Added function ``set_essid``, to ``iwlib.iwconfig``.
        
        1.2.1 (21st March 2013)
            - Initial release of code, as it was when I inherited it.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
