Metadata-Version: 1.1
Name: python-thumbnails
Version: 0.1.0c4
Summary: Thumbnails for Django, Flask and other Python projects.
Home-page: http://github.com/relekang/python-thumbnails
Author: Rolf Erik Lekang
Author-email: me@rolflekang.com
License: MIT
Description: python-thumbnails |Build status| |Coverage status|
        ==================================================
        
        Thumbnails for Django, Flask and other Python projects.
        
        |Join the chat at https://gitter.im/relekang/python-thumbnails|
        
        Work in progress
        ----------------
        
        This project is currently work in progress. It is not production ready.
        `This gist <https://gist.github.com/relekang/1544815ce1370a0be2b4>`__
        outlines the planned features and the status of them.
        
        Install
        -------
        
        .. code:: bash
        
            pip install pillow  # default image engine, not necessary if another engine is used
            pip install python-thumbnails
        
        Usage
        -----
        
        .. code:: python
        
            from thumbnails import get_thumbnail
        
            get_thumbnail('path/to/image.png', '300x300', 'center')
        
        --------------
        
        MIT © Rolf Erik Lekang
        
        .. |Build status| image:: https://ci.frigg.io/badges/relekang/python-thumbnails/
           :target: https://ci.frigg.io/relekang/python-thumbnails/last/
        .. |Coverage status| image:: https://ci.frigg.io/badges/coverage/relekang/python-thumbnails/
           :target: https://ci.frigg.io/relekang/python-thumbnails/last/
        .. |Join the chat at https://gitter.im/relekang/python-thumbnails| image:: https://badges.gitter.im/Join%20Chat.svg
           :target: https://gitter.im/relekang/python-thumbnails?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
