josephkern / pycky

pycky -- A python module dependency tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%