Metadata-Version: 1.1
Name: imageloader
Version: 0.0.2
Summary: An image loader library which provides a subset of PIL interface.
Home-page: https://github.com/saitoha/python-imageloader
Author: Hayaki Saito (user@zuse.jp)
Author-email: user@zuse.jp
License: GPL v3
Description: python-imageloader
        ===================
        
        Install
        -------
        
        via github ::
        
            $ git clone https://github.com/saitoha/python-imageloader.git
            $ cd python-imageloader
            $ python setup.py install
        
        or via pip ::
        
            $ pip install imageloader
        
        
        Usage
        -----
        
        Comming soon.
        
        Dependencies
        ------------
        
         - stb_image.c
           http://nothings.org/
        
        
Keywords: image
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
