ckanext-tables


Nameckanext-tables JSON
Version 1.6.0 PyPI version JSON
download
home_pageNone
SummaryAn extension to render dynamic tables
upload_time2025-11-10 12:31:01
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseAGPL
keywords ckan
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![Tests](https://github.com/DataShades/ckanext-tables/actions/workflows/test.yml/badge.svg)](https://github.com/DataShades/ckanext-tables/actions/workflows/test.yml)

# ckanext-tables

A CKAN extension to display tabular data in a nice way using [Tabulator](http://tabulator.info/).

See the [documentation](https://datashades.github.io/ckanext-tables/) for more information.

## Tests

To run the tests, do:
```sh
pytest --ckan-ini=test.ini
```

## License

[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ckanext-tables",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "CKAN",
    "author": null,
    "author_email": "Oleksandr Cherniavskiy <mutantsan@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/81/e0/083a598bdb131c9d61ed9694c530eb3997aa0cddc4471018e89b0058ad1f/ckanext_tables-1.6.0.tar.gz",
    "platform": null,
    "description": "[![Tests](https://github.com/DataShades/ckanext-tables/actions/workflows/test.yml/badge.svg)](https://github.com/DataShades/ckanext-tables/actions/workflows/test.yml)\n\n# ckanext-tables\n\nA CKAN extension to display tabular data in a nice way using [Tabulator](http://tabulator.info/).\n\nSee the [documentation](https://datashades.github.io/ckanext-tables/) for more information.\n\n## Tests\n\nTo run the tests, do:\n```sh\npytest --ckan-ini=test.ini\n```\n\n## License\n\n[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)\n",
    "bugtrack_url": null,
    "license": "AGPL",
    "summary": "An extension to render dynamic tables",
    "version": "1.6.0",
    "project_urls": {
        "Homepage": "https://github.com/DataShades/ckanext-tables"
    },
    "split_keywords": [
        "ckan"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3a3b2f7897cbf736567afd6170476cbff3816f08ce5266c8b2e3c76965c983e",
                "md5": "d7c323aad694b1d520fe8ea1283e6e21",
                "sha256": "aa89ef444933f16cbceebd8c2f6e10f9c2fea83dc0d3d9f8355d73e8b5124020"
            },
            "downloads": -1,
            "filename": "ckanext_tables-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d7c323aad694b1d520fe8ea1283e6e21",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 155393,
            "upload_time": "2025-11-10T12:30:59",
            "upload_time_iso_8601": "2025-11-10T12:30:59.849865Z",
            "url": "https://files.pythonhosted.org/packages/d3/a3/b2f7897cbf736567afd6170476cbff3816f08ce5266c8b2e3c76965c983e/ckanext_tables-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "81e0083a598bdb131c9d61ed9694c530eb3997aa0cddc4471018e89b0058ad1f",
                "md5": "45133c743b93840f0f83dece4993ada0",
                "sha256": "5aca44b58f0b1aca7f51ca1c21fbcaa0e6a99902b82d4df75242c7cb62123444"
            },
            "downloads": -1,
            "filename": "ckanext_tables-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "45133c743b93840f0f83dece4993ada0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 148481,
            "upload_time": "2025-11-10T12:31:01",
            "upload_time_iso_8601": "2025-11-10T12:31:01.846530Z",
            "url": "https://files.pythonhosted.org/packages/81/e0/083a598bdb131c9d61ed9694c530eb3997aa0cddc4471018e89b0058ad1f/ckanext_tables-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-10 12:31:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DataShades",
    "github_project": "ckanext-tables",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "ckanext-tables"
}
        
Elapsed time: 2.43866s