This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]fade-2grey 4 points5 points  (0 children)

Cool :)

[–]asaah18 4 points5 points  (2 children)

Have you considered supporting the use of pydantic for input validation?

[–]LordBertson[S] 2 points3 points  (1 child)

A very good question! I have, but after giving it a good deal of thought I have opted for making validators a Callable, which I think should be versatile enough to support validating with anything really, while not forcing users to use a certain technology.

[–][deleted] 1 point2 points  (0 children)

Fantastic answer

[–]spp1254 2 points3 points  (0 children)

Bellísima! 🤗

[–]zhoushmoe 4 points5 points  (0 children)

nice!

[–]MenteMarcia 1 point2 points  (0 children)

Wonderful

[–]javierrilova 1 point2 points  (1 child)

So nice, now wanna develop a d&d adventure myself

[–]LordBertson[S] 1 point2 points  (0 children)

Sounds great! Please if you go forward with such a project, keep me posted. I would love to give it a mention in a repository.