Skip to content

oscarnyl/vth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vth - validation through hints

A small library that lets you create objects that are automatically validated at runtime through type hints.

Currently supports "primitive" types and the following types from typing:

  • Dict
  • Union
  • Optional
  • Tuple
  • List

The library can also handle nested types (such as List[List[int]]).

About

vth - validation through hints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages