Metadata-Version: 1.1
Name: vignette
Version: 4.2.0
Summary: Library to create FreeDesktop-compatible thumbnails
Home-page: https://github.com/hydrargyrum/vignette
Author: Hg
Author-email: dev+pip@indigo.re
License: WTFPLv2
Description: 
        Vignette is a library to create and manage thumbnails following the FreeDesktop standard.
        
        Thumbnails are stored in a shared directory so other apps following the standard can reuse
        them without having to generate their own thumbnails.
        
        Vignette can typically be used in file managers, image browsers, etc.
        
        Thumbnails are not limited to image files on disk but can be generated for other file types,
        for example videos or documents but also for any URL, for example a web browser could store
        thumbnails for recently visited pages or bookmarks.
        
        Vignette by itself can only generate thumbnails for local image files but can retrieve
        thumbnail for any file or URL, if another app generated a thumbnail for it. An app can also
        generate a thumbnail by its own means and use vignette to push that thumbnail to the store.
        	
Keywords: freedesktop xdg image thumbnail thumbnails cache
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
