Skip to content

CodeSteak/untypy

Repository files navigation

⚠️ Currently maintained in skogsbaer/write-your-python-program. ⚠️

untypy

A library for dynamic type checking in python.

Current Features:

  • Simple Types like int, str, bool ...
  • Callable (e.g. lambda)
  • None
  • Any
  • Literal
  • Tuple
  • Union
  • list, dict, set
  • Optional
  • Iterator
  • Generator
  • Checking of class methods
  • Protocols

Examples

run examples with

python -m examples.ex1
python -m examples.ex9

Tests

run tests with:

python -m unittest discover

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages