1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/databases/py-tableschema/pkg-descr
Sunpoet Po-Chuan Hsieh 00095b70fd Add py-tableschema 1.4.0
Table Schema is a simple language- and implementation-agnostic way to declare a
schema for tabular data. Table Schema is well suited for use cases around
handling and validating tabular data in text formats such as CSV, but its
utility extends well beyond this core usage, towards a range of applications
where data benefits from a portable schema format.

Features:
- Table to work with data tables described by Table Schema
- Schema representing Table Schema
- Field representing Table Schema field
- validate to validate Table Schema
- infer to infer Table Schema from data
- built-in command-line interface to validate and infer schemas
- storage/plugins system to connect tables to different storage backends like
  SQL Database

WWW: https://github.com/frictionlessdata/tableschema-py
2019-04-15 21:15:28 +00:00

18 lines
791 B
Plaintext

Table Schema is a simple language- and implementation-agnostic way to declare a
schema for tabular data. Table Schema is well suited for use cases around
handling and validating tabular data in text formats such as CSV, but its
utility extends well beyond this core usage, towards a range of applications
where data benefits from a portable schema format.
Features:
- Table to work with data tables described by Table Schema
- Schema representing Table Schema
- Field representing Table Schema field
- validate to validate Table Schema
- infer to infer Table Schema from data
- built-in command-line interface to validate and infer schemas
- storage/plugins system to connect tables to different storage backends like
SQL Database
WWW: https://github.com/frictionlessdata/tableschema-py