Organized anthology scripts and wrote a new one for their knowledgestate ppl. updated project files for scripts to better interact with neovim.

This commit is contained in:
Norm Rasmussen
2025-12-08 17:32:31 -05:00
parent 5413e0ffd9
commit e44a1a67d3
15 changed files with 408 additions and 60 deletions

9
Scripts/pyproject.toml Normal file
View File

@ -0,0 +1,9 @@
[project]
name = "scripts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10.13"
dependencies = [
"pandas>=2.3.3",
]