Skip to content

Commit

Permalink
Adding a README
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw committed Nov 12, 2008
1 parent f15a52c commit 2bbf8a4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pyflakes
========

This version of PyFlakes_ has been improved to use Python's newer ``ast``
module, instead of ``compiler``. So code checking happens faster, and will stay
up to date with new language changes.

.. _PyFlakes: http://http://www.divmod.org/trac/wiki/DivmodPyflakes

Installation
------------
(todo)

IDE Integration
---------------

* vim: pyflakes-vim_

.. _pyflakes-vim: http://github.com/kevinw/pyflakes-vim

0 comments on commit 2bbf8a4

Please sign in to comment.