feat: add wutta import-csv command

This commit is contained in:
Lance Edgar 2024-12-05 21:19:06 -06:00
parent 84a8beaf46
commit f43a066341
19 changed files with 500 additions and 15 deletions

View file

@ -26,16 +26,21 @@ classifiers = [
]
requires-python = ">= 3.8"
dependencies = [
"makefun",
"SQLAlchemy-Utils",
"WuttJamaican[db]",
]
[project.optional-dependencies]
docs = ["Sphinx", "enum-tools[sphinx]", "furo"]
docs = ["Sphinx", "enum-tools[sphinx]", "furo", "sphinxcontrib-programoutput"]
tests = ["pytest-cov", "tox"]
[project.entry-points."wutta.typer_imports"]
wuttasync = "wuttasync.cli"
[project.urls]
Homepage = "https://wuttaproject.org/"
Repository = "https://forgejo.wuttaproject.org/wutta/wuttasync"