ckanext-thumbnailer


Nameckanext-thumbnailer JSON
Version 0.1.4.post1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-10-17 13:42:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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": null,
    "name": "ckanext-thumbnailer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "DataShades <datashades@linkdigital.com.au>",
    "keywords": "CKAN",
    "author": null,
    "author_email": "DataShades <datashades@linkdigital.com.au>, Sergey Motornyuk <sergey.motornyuk@linkdigital.com.au>",
    "download_url": "https://files.pythonhosted.org/packages/4d/51/7cfdd41364b31ad2b31a596e2c196f0adf58814fe8f875644cb54f365c1e/ckanext_thumbnailer-0.1.4.post1.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.1.4.post1",
    "project_urls": {
        "Homepage": "https://github.com/DataShades/ckanext-thumbnailer"
    },
    "split_keywords": [
        "ckan"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6accb002f103fc1c15ac5e71da9efecfe6e9822042a7a1917cc98cdbe1485d47",
                "md5": "cc59a18dc40b4d4228fc016644247737",
                "sha256": "1f97addba688309e9f3883f4bed4355aaffb27d461fd3d63522adb4ed0f7e5b6"
            },
            "downloads": -1,
            "filename": "ckanext_thumbnailer-0.1.4.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc59a18dc40b4d4228fc016644247737",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22012,
            "upload_time": "2024-10-17T13:42:23",
            "upload_time_iso_8601": "2024-10-17T13:42:23.247805Z",
            "url": "https://files.pythonhosted.org/packages/6a/cc/b002f103fc1c15ac5e71da9efecfe6e9822042a7a1917cc98cdbe1485d47/ckanext_thumbnailer-0.1.4.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d517cfdd41364b31ad2b31a596e2c196f0adf58814fe8f875644cb54f365c1e",
                "md5": "340cfa4610b6d379593332c6b0ac7721",
                "sha256": "c1d32cdc3d38e846a731422270d20017239d79c8aec2da1af199a4858afe5f5e"
            },
            "downloads": -1,
            "filename": "ckanext_thumbnailer-0.1.4.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "340cfa4610b6d379593332c6b0ac7721",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21697,
            "upload_time": "2024-10-17T13:42:25",
            "upload_time_iso_8601": "2024-10-17T13:42:25.296565Z",
            "url": "https://files.pythonhosted.org/packages/4d/51/7cfdd41364b31ad2b31a596e2c196f0adf58814fe8f875644cb54f365c1e/ckanext_thumbnailer-0.1.4.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 13:42:25",
    "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: 8.95610s