Spug Libraries - Version 0.10
Spug Libaries - Version 0.10
- nml
- StdFormatter - Contains base class functionality useful to all NML formatters.
- block - Recursive NML block classes: these are the data representations of NML documents.
- html - Module for writing NML out as HTML
- parse - NML parser.
- tcltext - Module for formatting NML into a TCL text control.
- util
- AppEnv - Support for application specific configuration files.
- ComLine - Command line argument processing classes.
- Date - Date processing class.
- DateRange - Date range processing class.
- DateTime - Date and time processing class.
- StdError - General exceptions and error processing classes.
- ez - Quick and dirty python hacks.
- quickle - Simple wrapper commands to pickle and unpickle objects directly to and from files.
- shell - Functions to make python more like bash
- tok - A simple lexical tokenizer.
- win
- Controls - Compound control classes.
- StatefulCheckbutton - A checkbutton control which tracks its own state.
- StdWin - Commonly used toplevel windows.
- WinStream - A text window that can be used like a file object.
- bind - Class to simplify binding keys to methods.
- scrtext - A text control with scrollbars.
- io
- LineReader - Wrapper class for file objects that keeps track of the line number.
- net
- sendmail - Module containing classes to do outgoing mail processing
- socks - Module for doing SOCKS connections
- web
- html - Classes for generating HTML
- cgi - Tools for writing CGI programs