Metadata-Version: 1.1
Name: identi
Version: 0.1.1
Summary: An easy to use API library specifically for identi.ca
Home-page: https://github.com/psibi/Identier
Author: Sibi
Author-email: sibi@psibi.in
License: GNU GPLv3
Description: Identier
        =========
        
        Identier_ is an Python API library for identi.ca_.
        
        ``Identier`` provides a API for accessing services of identi.ca. This
        support various extensions provided by StatusNet apart from it's Twitter
        compatible API's.
        
        .. _Identier: https://github.com/psibi/Identier
        .. _identi.ca: http://identi.ca
        
        Installation
        -------------
        
        It is very easy to install Identier.
        
            (pip install | easy_install) identi
        
        ... or in the traditional way:
        
            git clone git://github.com/psibi/Identier.git
            cd Identier
            python setup.py install
        
        Bug Report
        -----------
        
        Submit it here_.
        
        .. _here: https://github.com/psibi/Identier/issues
        
        License
        --------
        GNU General Public License v3 (GPLv3)
        
        
Keywords: identi.ca API library
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet
