Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages