Metadata-Version: 1.1
Name: python4gnokii
Version: 0.2.0
Summary: Python bindings for the Gnokii library
Home-page: https://github.com/SkypLabs/python4gnokii
Author: Paul-Emmanuel Raoul
Author-email: skyper@skyplabs.net
License: GPLv3
Download-URL: https://github.com/SkypLabs/python4gnokii/archive/v0.2.0.zip
Description: =============
        python4gnokii
        =============
        
        |Build Status|
        
        python4gnokii is a Python bindings for the
        `Gnokii <http://gnokii.org/>`__ project.
        
        Dependencies
        ============
        
        To build and make the Python module work, you need the following
        elements :
        
        -  libgnokii and its headers
        -  The `setuptools <https://pypi.python.org/pypi/setuptools>`__
           package
        
        On Fedora
        ---------
        
        ::
        
            yum install gnokii gnokii-devel python-setuptools
        
        On Debian
        ---------
        
        ::
        
            aptitude install gnokii-cli libgnokii-dev python-setuptools
        
        Installation
        ============
        
        With pip (recommanded)
        ----------------------
        
        ::
        
            pip install python4gnokii
        
        From sources
        ------------
        
        ::
        
            git clone git@github.com:SkypLabs/python4gnokii.git
            cd python4gnokii
            python setup.py install
        
        How to
        ======
        
        The best way to learn how it works is to look at the examples available
        in the
        `examples <https://github.com/SkypLabs/python4gnokii/tree/master/examples>`__
        folder.
        
        License
        =======
        
        `GPL version 3 <https://www.gnu.org/licenses/gpl.txt>`__
        
        .. |Build Status| image:: https://travis-ci.org/SkypLabs/python4gnokii.svg
           :target: https://travis-ci.org/SkypLabs/python4gnokii
        
Keywords: gnokii bindings
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
