ckanext-thumbnailer


Nameckanext-thumbnailer JSON
Version 0.0.11 PyPI version JSON
download
home_pagehttps://github.com/DataShades/ckanext-thumbnailer
SummaryNone
upload_time2024-03-31 13:34:38
maintainerNone
docs_urlNone
authorSergey Motornyuk
requires_python>=3.7
licenseAGPL
keywords ckan
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![Tests](https://github.com//ckanext-thumbnailer/workflows/Tests/badge.svg?branch=main)](https://github.com//ckanext-thumbnailer/actions)

# ckanext-thumbnailer


## Requirements

Compatibility with core CKAN versions:

| CKAN version | Compatible? |
|--------------|-------------|
| 2.9          | yes         |
| master       | yes         |

## Installation

1. Install extension. It may fail because of missing system packages. Check
   [preview-generator](https://pypi.org/project/preview-generator/)
   documentation for details.

        pip install ckanext-thumbnailer

1. Add `files` and `thumbnailer` to the list of enabled plugins

        ckan.plugins = ... thumbnailer files

## Config settings

	# If greater than 0, make an attempt to download linked resource as long as it's side is under this limit
	# (optional, default: 0).
    ckanext.thumbnailer.max_remote_size = 0

	# List of formats that will get thumbnails when resource is created/updated
	# (optional, default: None).
    ckanext.thumbnailer.auto_formats = pdf png

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DataShades/ckanext-thumbnailer",
    "name": "ckanext-thumbnailer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "CKAN",
    "author": "Sergey Motornyuk",
    "author_email": "sergey.motornyuk@linkdigital.com.au",
    "download_url": "https://files.pythonhosted.org/packages/6e/23/c3755b12100bd322225b7fa59a4c75ee6bdd9ceb0c2b8283ba558edc5c84/ckanext-thumbnailer-0.0.11.tar.gz",
    "platform": null,
    "description": "[![Tests](https://github.com//ckanext-thumbnailer/workflows/Tests/badge.svg?branch=main)](https://github.com//ckanext-thumbnailer/actions)\n\n# ckanext-thumbnailer\n\n\n## Requirements\n\nCompatibility with core CKAN versions:\n\n| CKAN version | Compatible? |\n|--------------|-------------|\n| 2.9          | yes         |\n| master       | yes         |\n\n## Installation\n\n1. Install extension. It may fail because of missing system packages. Check\n   [preview-generator](https://pypi.org/project/preview-generator/)\n   documentation for details.\n\n        pip install ckanext-thumbnailer\n\n1. Add `files` and `thumbnailer` to the list of enabled plugins\n\n        ckan.plugins = ... thumbnailer files\n\n## Config settings\n\n\t# If greater than 0, make an attempt to download linked resource as long as it's side is under this limit\n\t# (optional, default: 0).\n    ckanext.thumbnailer.max_remote_size = 0\n\n\t# List of formats that will get thumbnails when resource is created/updated\n\t# (optional, default: None).\n    ckanext.thumbnailer.auto_formats = pdf png\n",
    "bugtrack_url": null,
    "license": "AGPL",
    "summary": null,
    "version": "0.0.11",
    "project_urls": {
        "Homepage": "https://github.com/DataShades/ckanext-thumbnailer"
    },
    "split_keywords": [
        "ckan"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37badece8d63b150179f1a183e5534da3f9b2e9d0352d18beb3b3f72f950922e",
                "md5": "c471ed8c165df197232e91a83512ada3",
                "sha256": "81c10705a052c2189d4a9319caa3c46861a68a0f4b30ae53c09e94a6d640ee26"
            },
            "downloads": -1,
            "filename": "ckanext_thumbnailer-0.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c471ed8c165df197232e91a83512ada3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 20742,
            "upload_time": "2024-03-31T13:34:36",
            "upload_time_iso_8601": "2024-03-31T13:34:36.499641Z",
            "url": "https://files.pythonhosted.org/packages/37/ba/dece8d63b150179f1a183e5534da3f9b2e9d0352d18beb3b3f72f950922e/ckanext_thumbnailer-0.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e23c3755b12100bd322225b7fa59a4c75ee6bdd9ceb0c2b8283ba558edc5c84",
                "md5": "2c6f16d0fc30ed8391a6f1e17a189e20",
                "sha256": "f8444b83544dbcfd2f4bc2172e2128949376e5f91f6afaf24a28d9336ce0edb8"
            },
            "downloads": -1,
            "filename": "ckanext-thumbnailer-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "2c6f16d0fc30ed8391a6f1e17a189e20",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 18632,
            "upload_time": "2024-03-31T13:34:38",
            "upload_time_iso_8601": "2024-03-31T13:34:38.448329Z",
            "url": "https://files.pythonhosted.org/packages/6e/23/c3755b12100bd322225b7fa59a4c75ee6bdd9ceb0c2b8283ba558edc5c84/ckanext-thumbnailer-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-31 13:34:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DataShades",
    "github_project": "ckanext-thumbnailer",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "ckanext-thumbnailer"
}
        
Elapsed time: 0.21821s