diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-04 23:47:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-04 23:47:20 +0700 |
commit | 11815360da8a8e5472b0f0079836e55abacc39b1 (patch) | |
tree | 181f50ce8eb2235bddd448be4b28985ba8ece123 /python/autopep8/slack-desc | |
parent | 7bad136728cb93637bd834acf3508ec4abbeeb2b (diff) | |
download | slackbuilds-11815360da8a8e5472b0f0079836e55abacc39b1.tar.gz |
python/autopep8: Added (automatically formats Python code).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/autopep8/slack-desc')
-rw-r--r-- | python/autopep8/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/autopep8/slack-desc b/python/autopep8/slack-desc new file mode 100644 index 0000000000..6e44e9f0db --- /dev/null +++ b/python/autopep8/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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +autopep8: autopep8 (automatically formats Python code) +autopep8: +autopep8: autopep8 automatically formats Python code to conform to the PEP 8 +autopep8: style guide. It uses the pep8 utility to determine what parts of the +autopep8: code needs to be formatted. autopep8 is capable of fixing most of the +autopep8: of the formatting issues that can be reported by pep8. +autopep8: +autopep8: Homepage: https://github.com/hhatto/autopep8 +autopep8: +autopep8: +autopep8: |