Metadata-Version: 1.0
Name: raze
Version: 1.2.0
Summary: RAZE Python Libraries
Home-page: http://www.icecave.com.au
Author: James Harris, Erin Houston
Author-email: raze@icecave.com.au
License: RAZE Python Libraries
Copyright (c) 2006 James Harris, Erin Houston
All rights reserved.

Use in source and binary forms, with or without modification is permitted 
provided that the following conditions are met.

 * Modified versions of this software are only distributed as part of a larger
   product that uses the modified version, never as a stand-alone library.

 * Neither the name of Icecave Productions nor the names of its contributors or 
   members may be used to endorse or promote products that use this software 
   without specific prior written permission. 

 * It is acknowledged that this license agreement is subject to change without
   notice at the sole discretion of the copyright holder.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Download-URL: http://www.icecave.com.au/assets/development/raze-1.2.0.tar.gz
Description: =====================
        
        RAZE is a free collection of Python modules intended as an extension to the
        standard libraries.
        
        The target Python version is 2.4.
        
        * coalesce - Utilities for selecting the first "usable" value in a sequence.
        * container - Extended container types and utilities.
        * enumeration - Base class for user-defined enumeration types.
        * func - Function utils and functional programming tools.
        * import_ - Delayed import for combatting circular dependencies.
        * logging_ - Extensions to the standard logging module.
        * misc - Miscellaneous helper/utility classes and functions.
        * namestyle - Convert identifier names between conventions.
        * net - Networking support classes.
        * optparse_ - Free-form option parser.
        * password - Password generation and strength testing.
        * path - Extensions and helpers to the standard os.path module.
        * phonetic - NATO phonetic alphabet utilities.
        * property_ - Extensions to the standard property type.
        * singleton - Enforced singleton pattern.
        * test - Bootstrapping function for running Raze doctests.
        * threading_ - Extensions to the standard threading module.
        * transform - Multi-step transformations of multiple values.
        * visitor - Classes for simple implementation of the visitor pattern.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Free To Use But Restricted
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
