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
- Host: GitHub
- URL: https://github.com/psibi/emacs-py-import-check
- Owner: psibi
- License: gpl-3.0
- Created: 2013-07-31T11:03:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T01:00:57.000Z (over 10 years ago)
- Last Synced: 2025-02-18T09:39:03.870Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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