setuptools_pyflakes

setuptools plugin for pyflakes
Download

setuptools_pyflakes Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Zooko O'Whielacronx
  • Publisher web site:
  • http://allmydata.org/

setuptools_pyflakes Tags


setuptools_pyflakes Description

setuptools plugin for pyflakes Pyflakes is a simple tool which checks Python source files for errors. It is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style.SynopsisRunning the "flakes" command on the "pycryptopp" project::HACK wonwin-mcbrootles-computer:~/playground/pycryptopp/pycryptopp$ ./setup.py flakesrunning flakespycryptopp/test/test_aes.py:3: 'cStringIO' imported but unusedpycryptopp/test/test_rsa.py:3: 'cStringIO' imported but unusedpycryptopp/test/test_rsa.py:3: 're' imported but unusedpycryptopp/test/test_rsa.py:3: 'os' imported but unusedpycryptopp/test/test_sha256.py:3: 'cStringIO' imported but unusedOptionsThere are no options for the "flakes" command... _pyflakes: http://divmod.org/trac/wiki/DivmodPyflakes Requirements: · Python · setuptools


setuptools_pyflakes Related Software