DataLad extension package for the "tabby" dataset metadata specification
- Python 99.4%
- Makefile 0.3%
- Jinja 0.2%
With this change, excel to tabby conversion will preserve empty lines in the middle of the file (maybe a visual separation of sections in a many-objects file), but truncate empty lines at the end (maybe excel artefact). This requires double iteration over the rows (first to find where data ends, then to export), but it seems inexpensive. This should help situations when excel (or calc) xlsx file preserves blank lines. One test data file (tsv) used to test round-tripping is altered to remove empty lines at the end. So in the end we no longer guarantee round-tripping these empty lines, but I feel this was a non-feature. |
||
|---|---|---|
| .github | ||
| _datalad_buildsupport | ||
| changelog.d | ||
| datalad_tabby | ||
| docs | ||
| tools | ||
| .appveyor.yml | ||
| .codeclimate.yml | ||
| .datalad-release-action.yaml | ||
| .gitattributes | ||
| .gitignore | ||
| .noannex | ||
| .readthedocs.yaml | ||
| .zenodo.json | ||
| CONTRIBUTING.md | ||
| CONTRIBUTORS | ||
| LICENSE | ||
| Makefile | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| requirements-devel.txt | ||
| setup.cfg | ||
| setup.py | ||
| versioneer.py | ||
DataLad extension for working with (tabular) metadata
The documentation for this package is provided at http://docs.datalad.org/projects/tabby
Acknowledgements
This DataLad extension was developed with support from the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under grant SFB 1451 (431549029, INF project).