Skip to content

Fast, powerful, and flexible validator with sane syntax.

License

Notifications You must be signed in to change notification settings

martinsmid/ValidX

 
 

Repository files navigation

ValidX

https://readthedocs.org/projects/validx/badge/?version=latest

ValidX is fast, powerful, and flexible validator with sane syntax.

from validx import Dict, Str

schema = Dict({"message": Str()})
data = {"message": "ValidX is cool!"}

print(schema(data))
{'message': 'ValidX is cool!'}

The full documentation is available at Read the Docs.

About

Fast, powerful, and flexible validator with sane syntax.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.5%
  • Cython 24.1%
  • Makefile 0.4%