Skip to content

psibi/emacs-py-import-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

py-import-check

Emacs plugin which uses importchecker to find out the unused import in the Python source code. It hits out the output in the grep buffer.

Installation

I have distributed it through [Melpa] (https://melpa.org/#/py-import-check) and [Marmalade] (http://marmalade-repo.org/packages/py-import-check) but incase you want to install it manually, just use the py-import-check.el file.

Prerequisite software

You need to install importchecker program for using the plugin. On a *nix based system, this can be achieved by this command:

sudo pip install importchecker

Usage

You can invoke it through py-import-check function or alternatively bind it to any key bindings.

M-x py-import-check

License

GNU General Public License v3

Issues

Submit any issues here: https://github.com/psibi/emacs-py-import-check/issues

About

Finds the unused python imports using importchecker in Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published