Metadata-Version: 1.1
Name: thumbor_vips_engine
Version: 0.1.1
Summary: thumbor libvips engine
Home-page: https://github.com/thumbor/thumbor-vips-engine
Author: Bernardo Heynemann
Author-email: heynemann@gmail.com
License: Apache2
Description: 
        ## ⚙️ Installation
        
        ```bash
        pip install thumbor-vips-engine
        ```
        
        ## 🎯 Features
        
        - libvips based engine
        - Conforms with thumbor 7 engine specs
        - Python 3 compliant
        
        ## Usage
        
        ### Configuring thumbor
        
        Configure your `thumbor.conf` file to point to `thumbor_vips_engine`:
        
        ```
        ENGINE = "thumbor_vips_engine.engine"
        ```
        
        ### Troubles?
        
        If you experience any troubles, try running:
        
        ```bash
        thumbor-doctor
        ```
        
        If you still need help, please
        [raise an issue](https://github.com/thumbor/thumbor-vips-engine/issues).
        
        ## 👀 Thumbor
        
        [thumbor-vips-engine](https://github.com/thumbor/thumbor-vips-engine) stands on
        the shoulders of [thumbor](https://github.com/thumbor/thumbor)! If you are not
        familiar with [thumbor](https://github.com/thumbor/thumbor),
        please check the [docs](https://thumbor.readthedocs.io/en/latest/)
        or you can see a demo at http://thumborize.me/
        
        ## 👍 Contribute
        
        thumbor-vips-engine is an open-source project with many contributors. Join them
        [contributing code](https://github.com/thumbor/thumbor-vips-engine/blob/master/CONTRIBUTING.md) or
        [contributing documentation](https://github.com/thumbor/thumbor-vips-engine/blob/master/CONTRIBUTING.md).
        
        Join the chat at https://gitter.im/thumbor/thumbor
        
        ## License
        
        Apache License
        Version 2.0, January 2004
        http://www.apache.org/licenses/
        
Keywords: imaging face detection feature thumbnail libvips vips
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics :: Presentation
