Skip to content

davep/pydscheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydscheck

Simple tool to help me check Python source files to ensure that I've added doc strings, and to also ensure they're of a sensible format (where "sensible" is my own personal preference).

Also written as a way to get to understand Python's AST tools.