Metadata-Version: 1.0
Name: raze
Version: 1.1.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.1.0.tar.gz
Description: Raze is a free collection of Python modules intended as an extension to the
        standard Python libraries.
        
        * coalesce - Utilities for finding the first available item in a given namespace or sequence.
        * container - Extended container types and utilities.
        * enumeration - Enumeration type and base class.
        * func - Function utils and functional programming tools.
        * import_ - Delayed import for combatting circular dependencies.
        * logging_ - Extensions to the standard logging module.
        * misc - Miscellaneous helper classes and functions.
        * namestyle - Convert identifier names between conventions.
        * password - Password generation and strength testing.
        * phonetic - NATO phonetic alphabet utilities.
        * 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 - Semi-automated visitor pattern.
        * weakprop - Descriptor that stores it's attribute using a weakref.ref.
        * net - Networking support classes.
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
