Validr-1.2 – Fastest Python validation library plus powerful features
A simple, fast, extensible python library for data validation. New features: * union validator * dynamic dict validator * timedelta validator * enum validator * slug validator * fqdn validator * nested model class GitHub: https://github.com/guyskk/validr Document: https://github.com/guyskk/validr/wiki Usage: https://github.com/guyskk/validr/wiki/Scenario-&-Example
Does the same job
all alternatives →- PAPySchemes – A library for validating data structures in Python2017 · github.com · ▲94
- VFValid8r, Functional validation for Python CLIs using Maybe monadsNov 2025 · github.com · ▲6
I built Valid8r because I got tired of writing the same input validation code for every CLI tool. You know the pattern: parse a string, check if it's valid, print an error if not, ask again. Repeat for every argument. The library uses Maybe monads (Success/Failure instead of exceptions) so you can chain parsers and validators: # Try it: pip install valid8r from valid8r.core import parsers, validators # Parse and validate in one pipeline result = ( parsers.parse_int(user_input) .bind(validators.minimum(1)) .bind(validators.maximum(65535)) ) match result: case Success(port): print(f"Using…
- RSRuby static type checker – proof of concept2017 · github.com · ▲115
- VJvalidate.js - lightweight JavaScript form validation library2011 · rickharrison.github.com · ▲102
- FUFaster UTF-8 validator2019 · github.com · ▲122

More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, April 2020
the whole month →- AB
Life & fun · 2020 · youtube.com



- FM
Life & fun · 2020 · gitlab.com
