Skip to content

josephkern/pycky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Determines the dependencies of python source files using the internal python AST(Abstract Source Tree) rather than regular expressions.

This is much more accurate and less tiring than running: grep -R import * on a source directory.

Usage

pycky <python file(s)>
_ast 		: Installed
ast 		: Installed
sys 		: Installed
test		: Missing

Installation

python setup.py install

About

pycky -- A python module dependency tester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages