uu is:module
Uuencoding is notoriously badly specified. This implementation aims at
being compatible with the GNU Sharutils
(
http://www.gnu.org/software/sharutils/).
Just like Base64 encoding uuencoding expands blocks of 3 bytes into
blocks of 4 bytes. There is however no well defined ending to a piece
of encoded data, instead uuencoded data is commonly transferred
linewise where each line is prepended with the length of the data in
the line.
This module currently only deals with the encoding. Chopping the
encoded data into lines, and unchopping lines into encoded data is
left as an exercise to the reader. (Patches are welcome.)
The
uuid-ossp extension provides functions for constructing
UUIDs.
For an example of usage, see the documentation for
PgExtensionEntity.
Generate, parse, and pretty print UUIDs for use with IPython.
No description available in the introspection data.