Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

davidan1981/pydyty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydyty

Build Status Coverage Status

pydyty is an automatic type documentation tool for Python. It monkey patches code to monitors function calls during which type information is collected by the patched code. Finally, it further processes the information and finally generates type documentation.

No guarantee of any kind whatsoever. Do not trust the types inferred by this tool with your life. It is meant to be heuristic, intuitive, and fun, not sound or complete. If you want to prove soundness or completeness of any kind, go to grad school.

This project is still in progress.

About

Python dynamic type documentation tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages