diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2018-01-07 23:36:55 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-10 23:55:55 +0700 |
commit | a542b04e047ed9dc2ca83e1f5bde082e13436b78 (patch) | |
tree | 8fc32bc46d6a97d0e7317c8c9f639fec7c87d302 /python/crcmod/slack-desc | |
parent | 123c24a1c88dc75d96582cd6d6c59c2a38fe4752 (diff) |
python/crcmod: Added (python CRC Generator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/crcmod/slack-desc')
-rw-r--r-- | python/crcmod/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/crcmod/slack-desc b/python/crcmod/slack-desc new file mode 100644 index 0000000000000..14fc3c185b0d8 --- /dev/null +++ b/python/crcmod/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------------------------------------------------------| +crcmod: crcmod (python CRC Generator) +crcmod: +crcmod: crcmod is a Python module for generating objects that compute the +crcmod: Cyclic Redundancy Check (CRC). +crcmod: +crcmod: You can generate a Python function for the selected polynomial or an +crcmod: instance of the Crc class which provides the same interface as the +crcmod: md5 and sha modules from the Python standard library. +crcmod: +crcmod: +crcmod: |