Copyright 2005 Fourthought, Inc. (USA). Detailed license and copyright information: http://4suite.org/COPYRIGHT Project home, documentation, distributions: http://4suite.org/
Classes:
|
Functions:
|
Things to set up before importing other Ft.Lib.CommandLine modules
|
|
Utilities for database connections
|
|
Extensions to distutils to support building, installing, packaging 4Suite
|
|
Internationalization and localization support.
|
|
Utilites for working with Python PEP 302 import hooks.
|
|
Classes and functions related to IRI processing
|
|
Messages for Ft.Lib
|
|
Pretty-printing of objects
|
|
Progress indicator
|
|
Thread-safe random number generation
|
|
Tools to manage the many different flavors of regex
|
|
Specialized and useful URI resolvers
|
|
Operations on ordered sets
|
|
Provides some of the information from the terminfo database.
|
|
Provides some of the information from the terminfo database.
|
|
Package for testing utilities
|
|
Date and time related functionality for use within 4Suite only.
|
|
Classes and functions related to URI validation and resolution
|
|
Functions for generating and comparing Universal Unique Identifiers
(UUIDs), based on ideas from e2fsprogs.
|
|
Closing terminal streams could interfere with subsequent read or write attempts. For example, after calling sys.stdout.close(), subsequent writes to stdout will not raise an exception, but may also fail to actually write anything to stdout. The stream argument can be any Python file-like object with a close() method, such as a regular file object or an instance of Ft.Xml.InputSource.InputSource (or subclass thereof).
See also: Ft.Lib.CommandLine.CommandLineUtil.wrap_text()