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
- Host: GitHub
- URL: https://github.com/inducer/grist-template
- Owner: inducer
- License: mit
- Created: 2025-02-27T23:07:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T22:51:46.000Z (12 months ago)
- Last Synced: 2025-10-30T15:48:02.478Z (6 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.