An open API service indexing awesome lists of open source software.

https://github.com/inducer/grist-template

Textual templating for Grist
https://github.com/inducer/grist-template

Last synced: 3 months ago
JSON representation

Textual templating for Grist

Awesome Lists containing this project

README

          

# Basic Templating for for Grist

Supply a YAML file as configuration, as in [this example](example.yml).
Via the document ID and SQL query, point at data in a
[Grist](https://github.com/gristlabs/grist-core) document.

Optionally, it inserts or update records in the database based on the
data processed.

## Install

```
pip install grist-template
```

or

```
pipx install grist-template
```
## Use

```
grist-template config.yml
```

## "Documentation"

See the [this example](example.yml) and the command line help.