notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-dataflows-tabulator Consistent interface for stream reading and writing tabular data
1.54.3 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-21 13:42:08
Last Update: 2024-11-21 13:37:51
Commit Hash: 20c6a77
Also Listed In: python
License: MIT
WWW:
https://github.com/akariv/tabulator-py
Description:
dataflows-tabulator-py is a library for reading and writing tabular data (csv/xls/json/etc). Features: - Supports most common tabular formats: CSV, XLS, ODS, JSON, Google Sheets, SQL, and others. See complete list below. - Loads local and remote data: Supports HTTP, FTP and S3. - Low memory usage: Only the current row is kept in memory, so you can large datasets. - Supports compressed files: Using ZIP or GZIP algorithms. - Extensible: You can add support for custom file formats and loaders (e.g. FTP).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}dataflows-tabulator>0:devel/py-dataflows-tabulator@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-dataflows-tabulator/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-dataflows-tabulator
  • pkg install py311-dataflows-tabulator
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-dataflows-tabulator listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dataflows-tabulator
Package flavors (<flavor>: <package>)
  • py311: py311-dataflows-tabulator
distinfo:
TIMESTAMP = 1731679130 SHA256 (dataflows-tabulator-1.54.3.tar.gz) = c697990bf91d16fb2ca1885cd665608a60c6c2c68d4d5e07609b455a93b20352 SIZE (dataflows-tabulator-1.54.3.tar.gz) = 83857

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-boto3>=1.9 : www/py-boto3@py311
  2. py311-chardet>=3.0 : textproc/py-chardet@py311
  3. py311-click>=6.0 : devel/py-click@py311
  4. py311-ijson>=3.0.3 : devel/py-ijson@py311
  5. py311-jsonlines>=1.1 : devel/py-jsonlines@py311
  6. py311-linear-tsv>=1.0 : devel/py-linear-tsv@py311
  7. py311-openpyxl>=2.6 : textproc/py-openpyxl@py311
  8. py311-requests>=2.8 : www/py-requests@py311
  9. py311-six>=1.9 : devel/py-six@py311
  10. py311-sqlalchemy20>=0.9.6 : databases/py-sqlalchemy20@py311
  11. py311-unicodecsv>=0.14 : devel/py-unicodecsv@py311
  12. py311-xlrd>=1.0 : textproc/py-xlrd@py311
  13. python3.11 : lang/python311
This port is required by:
for Run
  1. databases/py-tableschema

Configuration Options:
No options to configure
Options name:
devel_py-dataflows-tabulator
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/dataflows-tabulator/
  2. https://pypi.org/packages/source/d/dataflows-tabulator/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.54.3
21 Nov 2024 13:37:51
commit hash: 20c6a773f9d9e1eecbd2dae905703138affbb700commit hash: 20c6a773f9d9e1eecbd2dae905703138affbb700commit hash: 20c6a773f9d9e1eecbd2dae905703138affbb700commit hash: 20c6a773f9d9e1eecbd2dae905703138affbb700 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dataflows-tabulator: Add py-dataflows-tabulator 1.54.3

dataflows-tabulator-py is a library for reading and writing tabular data
(csv/xls/json/etc).

Features:
- Supports most common tabular formats: CSV, XLS, ODS, JSON, Google Sheets, SQL,
  and others. See complete list below.
- Loads local and remote data: Supports HTTP, FTP and S3.
- Low memory usage: Only the current row is kept in memory, so you can large
  datasets.
- Supports compressed files: Using ZIP or GZIP algorithms.
- Extensible: You can add support for custom file formats and loaders (e.g.
  FTP).

Number of commits found: 1