From efa071a93d83324ac5bb3ff5a6cc29015c5340ca Mon Sep 17 00:00:00 2001 From: Jan Range Date: Mon, 1 Jul 2024 11:39:38 +0200 Subject: [PATCH] remove todos --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 697d793..777d856 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,3 @@ This project uses GitHub Actions for continuous integration. The tests can be ru cargo test cargo clippy ``` - -## ToDo's - -- [x] Python PyDantic template -- [ ] SQL template -- [x] Shex template -- [ ] Python SQLModel template -- [x] Model validation -- [ ] File validation (XML, JSON, SHACL etc.) -- [ ] Python bindings using PyO3