./textproc/py-tablib, Format agnostic tabular data library (XLS, JSON, YAML, CSV)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.7.0, Package name: py312-tablib-3.7.0, Maintainer: pkgsrc-users

Tablib is a format-agnostic tabular dataset library, written in Python.

Output formats supported:
* Excel (Sets + Books)
* JSON (Sets + Books)
* YAML (Sets + Books)
* Pandas DataFrames (Sets)
* HTML (Sets)
* TSV (Sets)
* OSD (Sets)
* CSV (Sets)
* DBF (Sets)


Required to run:
[textproc/py-yaml] [textproc/py-xlrd] [textproc/py-xlwt] [textproc/py-openpyxl] [textproc/py-tabulate] [textproc/py-odfpy] [lang/python310] [textproc/py-markuppy]

Master sites:

Filesize: 118.38 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-15 07:56:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tablib: updated to 3.7.0

3.7.0 (2024-10-08)

Improvements

- Add support for Python 3.13
- Drop support for EOL Python 3.8
- Add styling to datetime, date and time values for ODS
- Add styling for date/time types for XLS

Bugfixes

- Fix time and datetime export in ODS format
- Avoid normalizing input twice in `import_set`/`book`
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-03-24 18:22:44 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-tablib: updated to 3.6.0

3.6.0 (2024-03-23)

Improvements

- It's now possible to access a dataset row using its index without slicing
- The dataset `transpose()` method can be called on datasets without headers.
- The html format now supports importing from HTML content
- The ODS format now supports importing from .ods files
 still a bit experimental.
- When adding rows to a dataset with dynamic columns, it's now possible to
 provide only static values, and dynamic column values will be automatically
 calculated and added to the row

Changes

- The html export format does not depend on MarkupPy any longer, therefore the
 tablib[html] install target was removed also.

Bugfixes

- Fix crash when loading a databook from an XLS file
- `None` Python values are now converted to the empty string by the ODS formatter.
- When applying formatters, the internal data is no longer mutated
- Columns can be inserted even when a dataset has headers but no values
   2023-12-07 19:15:44 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tablib: updated to 3.5.0

3.5.0 (2023-06-11)

Improvements

Add support for Python 3.12
Drop support for EOL Python 3.7
Allow importing 'ragged' .xlsx files through dataset
Release: replace deprecated repository_url with repository-url
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158)
Log message:
*: remove more references to Python 3.7
   2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | Package updated
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update