Metadata-Version: 2.1
Name: variations
Version: 0.0.5
Summary: A simple interface that allows to process images.
Home-page: https://github.com/dldevinc/variations
Author: Mihail Mishakin
Author-email: x896321475@gmail.com
License: BSD
Description: 
        # variations
        A simple interface that allows to process images.
        
        ## Compatibility
        * `python` >= 3.4
        
        ## Installation
        1. Install [Pillow](http://pypi.python.org/pypi/Pillow)
        
            ``pip install Pillow``
        2. Install [pilkit](https://github.com/matthewwithanm/pilkit)
        
            ``pip install pilkit``
        3. Run `pip install variations`
        
        4. (**optional**) If you want to use [StackBlur](https://github.com/dldevinc/pillow-stackblur)
            
            ``pip install pillow-stackblur``
        
        5. (**optional**) If you want to use [Face Detection](https://github.com/ageitgey/face_recognition)
        
            ``pip install face_recognition``
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Python: >=3.4.0
Description-Content-Type: text/markdown
Provides-Extra: optional
