Metadata-Version: 1.1
Name: uclassify-sc
Version: 0.1.4
Summary: Python Wrapper for accessing uClassify services
Home-page: https://github.com/psibi/pyuClassify
Author: Sibi
Author-email: sibi@psibi.in
License: GNU GPLv3
Description: pyuClassify
        ============
        
        pyuClassify_ is an Python Wrapper for accessing uClassify_ services.
        
        ``pyuClassify`` provides a API for accessing services of uclassify.com. 
        
        .. _pyuClassify: https://github.com/psibi/pyuClassify
        .. _uClassify: http://www.uclassify.com
        
        Installation
        -------------
        
        It is very easy to install pyuClassify.
        
            (pip install | easy_install) uclassify
        
        ... or in the traditional way:
        
            git clone git://github.com/psibi/pyuClassify.git
            cd uclassify
            python setup.py install
        
        Bug Report
        -----------
        
        Submit it here_.
        
        .. _here: https://github.com/psibi/pyuClassify/issues
        
        License
        --------
        GNU General Public License v3 (GPLv3)
        
        
Keywords: uClassify API
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 :: Internet
