python-validators / validators

Python Data Validation for Humans™.
MIT License
958 stars 152 forks source link

Client Validation #397

Closed eljeffeg closed 2 weeks ago

eljeffeg commented 2 weeks ago

I'm using validators in a Django application, but I'd also like to validate the client side of the web application. Do you have any recommendation on a similar Javascript based library to validators that could be used on the client? Thanks for any advice

yozachar commented 2 weeks ago

https://safe.js.org ?

eljeffeg commented 2 weeks ago

Yeah, that has a couple things. Hoping to get one that does ipv4, ipv6, domains, etc as well.