           SPELL=obfuscate
         VERSION=0.2.2
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://pypi.python.org/packages/source/o/obfuscate/$SOURCE
     SOURCE_HASH=sha512:c6c31c1fc3d6328bc093229a4f45b8994ce0d3776baebe257513d22354b224896e9017f7749b49b9f03b525e6f703b3b69db9500ae7a87bd150254cb303d0458
        WEB_SITE=http://pypi.python.org/pypi/obfuscate/
         ENTERED=20102022
      LICENSE[0]=MIT
           SHORT="obfuscate and unobfuscate text using classical encryption algorithms"
cat << EOF
Obfuscate provides classical encryption algorithms suitable for obfuscating
and unobfuscating text.

Includes
 - Caesar cipher, rot13, rot5, rot18, rot47
 - atbash
 - Playfair, Playfair6 and Playfair16
 - Railfence (encryption only)
 - Keyword
 - Affine
 - Vigenere
 - frob (xor)
 - and others.
EOF
