diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-23 23:18:05 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:11 -0600 |
commit | 05d9979298fb003ad7d19489fdbe484abfdd9b12 (patch) | |
tree | a1f915abe68348c17fe2dc122cf50bee0ca776b1 /python/frosted/README | |
parent | 83fd90cd928e75ac60ee0b57700212c438950272 (diff) |
python/frosted: Added (A passive Python syntax checker).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/frosted/README')
-rw-r--r-- | python/frosted/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/frosted/README b/python/frosted/README new file mode 100644 index 000000000000..4b5423897cdc --- /dev/null +++ b/python/frosted/README @@ -0,0 +1,5 @@ +A passive Python syntax checker. + +Frosted is a fork of pyflakes that aims at more open contribution from the +outside public, a smaller more maintainable code base, and a better +Python checker for all. |