$Revision: 1.1 $

ciphers 0.x
===========

Originated with cipher.py by Tesla Coil <tescoil@irtc.net>, and added to by
Sean Dwyer <ewe2@can.org.au>, ciphers is a collection of classical ciphers in
python. I suppose it should really be called pycciphers or something.

Gendoc is the document generator dependent on pydoc.py, which can be snarfed
from the python 2.1b1 distribution (it requires inspect.py and pydoc in the
Tools directory), but as I've already generated the docs, that won't be
necessary, will it :) I've been nice and put them in the tools directory
anyway, so check the hash-bangs for your python and put pydoc.py and
inspect.py in your PYTHONPATH and pydoc or pydoc2 in /usr/bin.

You can put cipher.py and ecipher.py somewhere in PYTHONPATH too, and the
ciphers anywhere you want. Enjoy!

Any bugs or comments about this package should be sent to me, Sean Dwyer
<ewe2@can.org.au> as it's my mess.
