diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-04-16 05:15:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-04-16 05:15:22 +0800 |
commit | c45ead6251c18d45d0e936ad87ae85ae411d1b39 (patch) | |
tree | 967808bb50981759b9b7fd1cea35de960f10f8c2 /devel/Makefile | |
parent | 41b77031c4fb580563bc69b2bf23c79550294856 (diff) | |
download | freebsd-ports-gnome-c45ead6251c18d45d0e936ad87ae85ae411d1b39.tar.gz freebsd-ports-gnome-c45ead6251c18d45d0e936ad87ae85ae411d1b39.tar.zst freebsd-ports-gnome-c45ead6251c18d45d0e936ad87ae85ae411d1b39.zip |
Add py-tabulator 1.19.1
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 and FTP.
- 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).
WWW: https://github.com/frictionlessdata/tabulator-py
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 27a3cfccf02a..3c4b9182b8b8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5167,6 +5167,7 @@ SUBDIR += py-sysv_ipc SUBDIR += py-tables SUBDIR += py-tabulate + SUBDIR += py-tabulator SUBDIR += py-tapi SUBDIR += py-tarantool-queue SUBDIR += py-taskflow |