Skip to main content

Importchecker finds unused imports in Python modules.

Project description

Importchecker

What is importchecker?

Importchecker is a commandline utility to find unused imports in Python modules.

Its output is “grep-like” (and thus “emacs-friendly”), reporting both the module’s filenames and line numbers where names are imported that are not acually used in the module.

Importchecker will not modify any of the source files. Whether the import needs to be removed is left to the judgement of the developer.

Installation

The importchecker commandline utility can be installed using the easy_install command:

$ sudo easy_install importchecker

The command can then be invoked with either a directory or a Python file:

$ importchecker /path/to/a/source/tree
$ importchecker /path/to/a/source/tree/module.py

Buildout

Projects that make use of zc.buildout for development might find the following buildout.cfg. snippet useful for using the importchecker on the developed codebase:

[buildout]
...
parts = importchecker ...
...

[importchecker]
recipe = zc.recipe.egg
eggs = importchecker
arguments = "${buildout:directory}/src"

Known issues

  • Python-2 support will be dropped in the next major version.

  • No Python-3 support yet.

  • Cases like:

    import foo.bar
    foo.bar.qux = new_value

    will be reported as false positives.

  • One source tree path argument at the time can be passed to the command line utility.

  • Command line argument parsing is rather naïve.

Changes

1.2 (2018-02-21)

  • Start on test coverage.

  • Claim support for Python 2.7, drop claims for earlier versions.

1.1 (2012-01-09)

  • Applied provided by wosc enabling running the import checker on individual python modules not just directories.

  • Report the absolute path for modules when needed, relative paths (relative to the current working directory, that is) when possible.

1.0 (2008-05-06)

  • Initial packaging

  • Make the importchecker work on python 2.5

Credits

  • Martijn Faassen (original developer)

  • Jan-Wijbrand Kolman (packaging)

  • Philipp von Weitershausen

  • various comitters on svn.zope.org.

Download

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

importchecker-1.2.tar.gz (11.5 kB view details)

Uploaded Source

File details

Details for the file importchecker-1.2.tar.gz.

File metadata

  • Download URL: importchecker-1.2.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for importchecker-1.2.tar.gz
Algorithm Hash digest
SHA256 747db4c55cea916b92c7e2a8e05b40f8cf4a88c5e1de1b122e031b656409ec1e
MD5 1cbc7b8ec3871211e9dfd8dd76ad9d43
BLAKE2b-256 eb0314054c54cfa2e105baf7eca42a76e118be13aa22177cca41673a8df7a44b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page