diff options
Diffstat (limited to 'python/pep8/slack-desc')
-rw-r--r-- | python/pep8/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pep8/slack-desc b/python/pep8/slack-desc new file mode 100644 index 0000000000..016ed3f89e --- /dev/null +++ b/python/pep8/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +pep8: pep8 (Check Python source code formatting) +pep8: +pep8: pep8 is a tool to check your Python code against some of the style +pep8: conventions in PEP 8 <http://www.python.org/dev/peps/pep-0008/>. +pep8: +pep8: Homepage: http://pypi.python.org/pypi/pep8 +pep8: +pep8: +pep8: +pep8: +pep8: |