An open API service indexing awesome lists of open source software.

https://github.com/psibi/emacs-py-import-check

Finds the unused python imports using importchecker in Emacs
https://github.com/psibi/emacs-py-import-check

Last synced: 4 months ago
JSON representation

Finds the unused python imports using importchecker in Emacs

Awesome Lists containing this project

README

          

# 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