Add script to import melly signups to grist

This commit is contained in:
2025-07-09 10:14:58 +02:00
parent ec761c2c54
commit c40bd5fceb
6 changed files with 475 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
[project]
name = "melly-to-grist"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"openpyxl>=3.1.5",
"pygrister>=0.7.0",
"python-dotenv>=1.1.0",
]
[dependency-groups]
dev = [
"black>=25.1.0",
]