Metadata-Version: 1.1
Name: PyRIC
Version: 0.1.0
Summary: Pythonic iw
Home-page: http://wraith-wireless.github.io/pyric
Author: Dale Patterson
Author-email: wraith.wireless@yandex.com
License: GPLv3
Download-URL: https://github.com/wraith-wireless/pyric/archive/0.1.0.tar.gz
Description: 
         PyRIC provides the ability to manipuate, identify and enumerate your system's
         wireless cards. It is a pure python port of a subset of the functionality provided
         by iw, ifconfig, iwconfig and rfkill.
         PyRIC is:
         * Pythonic: No ctypes, SWIG etc. PyRIC redefines C header files as Python and
         uses sockets to communicate with kernel.
         * Self-sufficient: No third-party files used, PyRIC is completely self-contained
         * Fast: (relatively speaking) PyRIC is faster than using iw through subprocess.Popen
         * Parseless: Get the output you without parsing output from iw. Never worry about
         iw updates and rewriting your parsers.
         * Easy: If you can use iw, you can use PyRIC
        
Keywords: nl80211 iw wireless pentest
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Security
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Security
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
