Metadata-Version: 2.1
Name: table-schema-resource-template
Version: 0.1.3
Summary: Generate a resource file template from a Table Schema JSON file
Home-page: https://framagit.org/opendataschema/table-schema-resource-template
Author: Christophe Benz
Author-email: christophe.benz@jailbreak.paris
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: iso8601
Requires-Dist: tableschema (>=1.5.1)
Requires-Dist: xlsxwriter (>=1.1.8)

# Table Schema resource template

Generate an empty resource file template from a [Table Schema](https://frictionlessdata.io/specs/table-schema/) JSON file.

Supported output formats:

- Microsoft Excel XLSX

## Install

```bash
pip install table-schema-resource-template
```

## Usage

Table Schema JSON can be given as file or URL:

```bash
table-schema-resource-template --format xlsx schema.json template.xlsx
table-schema-resource-template --format xlsx https://git.opendatafrance.net/scdl/subventions/raw/master/schema.json template.xlsx
```


