vignette


Namevignette JSON
Version 5.1.1 PyPI version JSON
download
home_page
SummaryLibrary to create FreeDesktop-compatible thumbnails
upload_time2023-09-05 20:38:00
maintainer
docs_urlNone
author
requires_python>=3.6
license
keywords cache freedesktop image thumbnail thumbnails xdg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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 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.

Vignette has optional support for extra backends like ffmpegthumbnailer, poppler-utils,
ooo-thumbnailer, and more, if these tools are installed.

The range of files for which vignette can generate thumbnails depends on plugins
as it supports third-party libraries and tools. For example, if the
evince-thumbnailer command is installed, it will be able to generate thumbnails
for PDF files.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vignette",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "cache,freedesktop,image,thumbnail,thumbnails,xdg",
    "author": "",
    "author_email": "Hg <dev@indigo.re>",
    "download_url": "https://files.pythonhosted.org/packages/a7/53/96cd621869f03a4f16015c0cbe72568788e4e89ab71bddc2ab4eb3f62d1b/vignette-5.1.1.tar.gz",
    "platform": null,
    "description": "Vignette is a library to create and manage thumbnails following the FreeDesktop standard.\n\nThumbnails are stored in a shared directory so other apps following the standard can reuse\nthem without having to generate their own thumbnails.\n\nVignette can typically be used in file managers, image browsers, etc.\n\nThumbnails are not limited to image files on disk but can be generated for other file types,\nfor example videos or documents but also for any URL, for example a web browser could store\nthumbnails for recently visited pages or bookmarks.\n\nVignette by itself can only generate thumbnails for local files but can retrieve\nthumbnail for any file or URL, if another app generated a thumbnail for it. An app can also\ngenerate a thumbnail by its own means and use vignette to push that thumbnail to the store.\n\nVignette has optional support for extra backends like ffmpegthumbnailer, poppler-utils,\nooo-thumbnailer, and more, if these tools are installed.\n\nThe range of files for which vignette can generate thumbnails depends on plugins\nas it supports third-party libraries and tools. For example, if the\nevince-thumbnailer command is installed, it will be able to generate thumbnails\nfor PDF files.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Library to create FreeDesktop-compatible thumbnails",
    "version": "5.1.1",
    "project_urls": {
        "Documentation": "https://vignette.readthedocs.io/",
        "Homepage": "https://gitlab.com/hydrargyrum/vignette"
    },
    "split_keywords": [
        "cache",
        "freedesktop",
        "image",
        "thumbnail",
        "thumbnails",
        "xdg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c76372bcf3a9f2a519a73c1b8de08432b84f7ebde0813a23459166b67da915b8",
                "md5": "ef040bd9720edfbabefcbd3d94dcd055",
                "sha256": "c71f4b76540af1a70e19a92a1f8ec7a4f421bd2030f5a462bb26ae29bd436950"
            },
            "downloads": -1,
            "filename": "vignette-5.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef040bd9720edfbabefcbd3d94dcd055",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 12356,
            "upload_time": "2023-09-05T20:37:59",
            "upload_time_iso_8601": "2023-09-05T20:37:59.099581Z",
            "url": "https://files.pythonhosted.org/packages/c7/63/72bcf3a9f2a519a73c1b8de08432b84f7ebde0813a23459166b67da915b8/vignette-5.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a75396cd621869f03a4f16015c0cbe72568788e4e89ab71bddc2ab4eb3f62d1b",
                "md5": "ce6182b6a63d70ca0bca496c3570685c",
                "sha256": "531e5caa17261e80285e5df82dc339f9e1ad860f417b9f3d9ed7a263658af536"
            },
            "downloads": -1,
            "filename": "vignette-5.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ce6182b6a63d70ca0bca496c3570685c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 12621,
            "upload_time": "2023-09-05T20:38:00",
            "upload_time_iso_8601": "2023-09-05T20:38:00.341347Z",
            "url": "https://files.pythonhosted.org/packages/a7/53/96cd621869f03a4f16015c0cbe72568788e4e89ab71bddc2ab4eb3f62d1b/vignette-5.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-05 20:38:00",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hydrargyrum",
    "gitlab_project": "vignette",
    "lcname": "vignette"
}
        
Elapsed time: 0.12017s