Metadata-Version: 2.4
Name: ckanext-tables
Version: 1.9.0
Summary: An extension to render dynamic tables
Author-email: Oleksandr Cherniavskiy <mutantsan@gmail.com>
License: AGPL
Project-URL: Homepage, https://github.com/DataShades/ckanext-tables
Keywords: CKAN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: xlsx
Requires-Dist: openpyxl<4.0.0,>=3.1.2; extra == "xlsx"
Provides-Extra: test
Requires-Dist: pytest-ckan; extra == "test"
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocstrings; extra == "docs"
Requires-Dist: mkdocstrings-python; extra == "docs"
Dynamic: license-file

<!-- [![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.

!["Rendered Table Example"](docs/image/usage_result.png)

## Tests

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

## License

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