Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages