Metadata-Version: 1.1
Name: python-toolbox
Version: 0.1
Summary: A collection of Python tools for various tasks
Home-page: http://python_toolbox.org
Author: Ram Rachum
Author-email: ram@rachum.com
License: MIT
Description: 
        The Python Toolbox is a collection of Python tools for various tasks. It
        contains:
        
         - `python_toolbox.caching`: Tools for caching functions, class instances and
            properties.
         
         - `python_toolbox.cute_iter_tools`: Tools for manipulating iterables. Adds
            useful functions not found in Python's built-in `itertools`.
         
         - `python_toolbox.context_managers`: Pimping up your context managers.
         
         - `python_toolbox.emitters`: A publisher-subscriber framework that doesn't
            abuse strings.
           
         - And many, *many* more! The Python Toolbox contains **100+** useful
           little tools.
        
           
        Please keep in mind that Python Toolbox is still in alpha stage, and that
        backward compatibility would *not* be maintained in this phase. 
        
        
        Visit http://pypi.python.org/pypi/python_toolbox/ for more info.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires: distribute
