[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1015318: ITP: autoflake -- Removes unused imports and unused variables in Python code



Package: wnpp
Severity: wishlist
Owner: Edward Betts <edward@4angle.com>
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org

* Package name    : autoflake
  Version         : 1.4
  Upstream Author : Steven Myint <git@stevenmyint.com>
* URL             : https://github.com/PyCQA/autoflake
* License         : Expat
  Programming Lang: Python
  Description     : Removes unused imports and unused variables in Python code
 
  By default, autoflake only removes unused imports for modules that are part
  of the standard library. (Other modules may have side effects that make them
  unsafe to remove automatically.) Removal of unused variables is also
  disabled by default.

  Also removes useless 'pass' statements.

This is a dependency for the autoimport tool that I also intend to package.
 
I plan to maintain this package as part of the Python modules team.


Reply to: