Mothy.org
Minor hacks:
- Miaw: A highly idiosyncratic mailer you don't want to
use, but I do.
- CDDB:
A Python module for parsing CDDB format files.
CDDB is not a well-crafted file format. I wrote this package
because none of the existing CDDB parsing packages did quite what I
wanted - which was to parse my collection of CDDB files,
canonicalise them, deal sensibly with compilations or mixes (with or
without DJ credits), and amalgamate discs into albums.
- Folding:
A Python module for folding and unfolding lines. Probably
superceded by Python's own TextWrap now.