Metadata-Version: 1.1
Name: pyGuifiAPI
Version: 0.8
Summary: A Python interface for the Guifi.net API
Home-page: https://github.com/PabloCastellano/pyGuifiAPI/
Author: Pablo Castellano
Author-email: pablo@anche.no
License: GPLv3+
Download-URL: https://github.com/PabloCastellano/pyGuifiAPI/archive/master.zip
Description: pyGuifiAPI
        ==========
        
        pyGuifiAPI is a Python interface for the Guifi.net API
        
        It was part of the Guifi.net Studio project developed by Pablo Castellano
        during Google Summer of Code 2012.                    
        
        You can find Guifi.net Studio at:
        https://github.com/PabloCastellano/guifinetstudio
        
        [Shagi](https://github.com/shagi) gave a talk about it at Hackaleda (Hackmeeting event in Marinaleda, Spain, 2014) which can be found at [archive.org](https://archive.org/download/Hackaleda-Hackmeeting2014/20141012_pyGuifiAPI.ogg).
        
        Install
        =======
        
            git clone https://github.com/PabloCastellano/pyGuifiAPI.git
            cd pyGuifiAPI
            python setup.py install
        
        pyGuifiAPI is also available in [PyPI](https://pypi.python.org/pypi/pyGuifiAPI):
        
            pip install pyGuifiAPI
        
        License
        =======
        
        The code license is GPLv3+
        
Keywords: free networks,guifi.net,API
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
