Skip to content
/ pih Public

Python import helper - a simple command line tool that finds unused and duplicate imports, and helps refactor import paths.

Notifications You must be signed in to change notification settings

johndgiese/pih

Repository files navigation

Python Import Helper

A commandline tool to help manage python imports.

Currently it:

  • Prints out unused imports and the files they are in

Eventually it will:

  • Let you automatically remove unused imports
  • Change import paths
  • Tell you about duplicate or shadowed imports

About

Python import helper - a simple command line tool that finds unused and duplicate imports, and helps refactor import paths.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages