A plugin to preview tabular files (CSV, Excel, ...) using tabular api
Project description
Tabular Preview
A plugin to preview tabular files (CSV, Excel ...) using tabular-api
Usage
Install the plugin package in you udata environement:
pip install udata-tabular-preview
Then activate it in your udata.cfg:
PLUGINS = ['tabular']
Configuration
You can control this plugin behavior with the following udata.cfg parameters:
TABULAR_API_URL: The URL to yourtabular-apiinstance (without trailing slash). ex:https://my.tabular.apiTABULAR_EXPLORE_URL: The URL to yourexploreinstance (without trailing slash). ex:https://my.exploreTABULAR_ALLOW_REMOTE: Whether or not to allow remote resources preview. Default value isTrueTABULAR_PAGE_SIZE: fetched data page size. Default to5
Development
JS dependencies
Install JS dependencies with:
npm install
Then you can package these assets with:
inv assets-watch
(You might need to relaunch these commands when you pull upstream changes).
You can build a production-ready version of JS and CSS assets with:
inv assets-build
You should extract the vue-i18n language files after modifying this plugin with :
inv i18n
Python dependencies
Assuming you are in an active virtualenv with udata installed and in the current project cloned repository directory, install all dependencies using:
pip install -e requirements/develop.pip
(You might need to relaunch this command when you pull upstream changes).
Testing
Tests are located into the tests folder and be run with:
inv test
Quality
Code must pass Flake 8 validation and README should be compatible with PyPI.
You can check both with:
inv qa
Changelog
Current (in progress)
- Nothing yet
4.0.1 (2024-10-03)
4.0.0 (2024-05-06)
- :warning: Plug udata-tabular-preview to tabular api and decomission of csvapi #33
- Migrate to Python 3.11 following
udatadependencies upgrade #35 - Don't show preview if parsing has failed #36
- Display the latest date of the preview #37
- Set long description content type to markdown in dist #39
- Publish .dev version on pypi #40
4.0.0 (2024-03-22)
- Connect preview with hydra and remove csvapi + styles for preview #32 Current (in progress)
- Use pagination from package
@etalab/data.gouv.fr-components#34
3.1.0 (2024-01-23)
- Use either of analysis or header check mime #32
3.0.4 (2024-01-09)
3.0.3 (2023-03-07)
3.0.2 (2023-03-02)
- Add data structure component and explore button for hook
dataset.display.explore-button#19
3.0.1 (2023-02-06)
- Add sort to exploration preview component #20
- Fix setuptools version used in CI #23
- Add pagination to exploration preview component #21
3.0.0 (2023-01-18)
- :warning: Breaking change Change preview behaviour #14
- remove
previewroute - add exploration preview Vue component
- add explorable_ressources metadata
- remove
- Replace mongo legacy image in CI #13
- Update json5 to fix CVE-2022-46175 #16
2.0.3 (2022-07-11)
- Remove legacy manifest logic and dataexplorer integration #12
2.0.2 (2020-10-16)
- Add a setting for SUPPORTED_MIME_TYPES #9
2.0.1 (2020-06-17)
- Use extras attributes to enable preview #8
2.0.0 (2020-03-11)
- Migrate to Python3 #5
1.0.0 (2018-10-02)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file udata_tabular_preview-4.0.2.dev812-py2.py3-none-any.whl.
File metadata
- Download URL: udata_tabular_preview-4.0.2.dev812-py2.py3-none-any.whl
- Upload date:
- Size: 246.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf31b020edf79ebf031e15c6464d0d74fc4d34dc8a6506e8e33535ce62ee3e97
|
|
| MD5 |
33d5ee1f1427dded1e5481917f501f26
|
|
| BLAKE2b-256 |
c566dc5d31ee940591f73c7de8d8343d64c7cd1827bb56b8fb58d1e6521b07db
|