The ll-core distribution contains the following modules:
•ll.ansistyle is a module
that enables colored text output via ANSI escape sequences.
•ll.color handles RGB color
values and conversion between different color models.
•ll.make is an object oriented
make replacement.
•ll.misc contains common
functionality used by the other packages.
•ll.sisyphus is a module that
simplifies running Python stuff in cron jobs.
•ll.daemon is a module that
can be used on UNIX to fork a daemon process.
•ll.url, a module that implements
an RFC2396 compatible URL class.
•ll.xpit is a module that
can be used for text templating. You can embed Python expressions in text and
these expressions will be evaluated.