Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use typeguard for runtime input validation. #324

Open
jaraco opened this issue Dec 27, 2024 · 1 comment
Open

Use typeguard for runtime input validation. #324

jaraco opened this issue Dec 27, 2024 · 1 comment
Assignees

Comments

@jaraco
Copy link
Member

jaraco commented Dec 27, 2024

In #311 (comment)_, I explore the possibility of using typeguard (or pydantic but for the Rust build dependency) to perform parameter validation.

Although I'd love to have a built-in language feature to perform such validations (and other transforms), I haven't had the opportunity to drive this effort forward, so a third-party library is our only option.

@agriyakhetarpal
Copy link
Contributor

Thanks for splitting it out here. Since this could be an incremental change over time, I can help out on this, and would like to, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants