Skip to content

michael-christen/import-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import-finder

Determine top-level imports in a python package

How To

Example Usage

ag --python --noheading --nonumbers --nofilename import | import_finder | sort | uniq

Just the top-level packages

ag --python --noheading --nonumbers --nofilename import | import_finder | awk -F '.' '{print $1}' | sort | uniq

About

Determine top-level imports in a python package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages