Metadata-Version: 1.1
Name: pynic
Version: 0.5
Summary: It is an interface to get NIC information
Home-page: https://github.com/alfredocdmiranda/pynic
Author: Alfredo Miranda
Author-email: alfredocdmiranda@gmail.com
License: GPLv3
Description: pyNIC
        =======
        
        This project is an interface written using C Python API to provide information
        about Network Interface Cards.
        
        Documentation
        =============
        
        Currently, all documentation can be accessed in project's GitHub page.
        
        Dependencies
        ============
        
        You must install the Python headers.
        
        On Debian and Ubuntu:
        
            $ sudo apt-get install python-dev
        
        Installation
        ============
        
            sudo python setup.py install
        
        Support
        =======
        
        This project should support Python 2.x and 3.x in every Linux. However, 
        it was tested only on Python 2.7 and 3.4.
        
        What's new
        ===========
        - Support Python 3.x
        - Added repr e str functions
        - Fixed some bugs
        - Increased reliability
        - Added functions to change addresses
        
        What's new 0.5
        ==============
        - Removed set functions
        - Added getter and setter as class properties
        - Added constants
        
Keywords: NIC network interface
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
