pyshadow 0.1

This is a module to allow access to the shadow password file.  It also includes
md5_crypt, which implemtns the md5_crypt function used to encrypt passwords
in the shadow password file.


To install:
python setup.py build
python setup.py install
