Python Toolbox 0.1 released

ram.rachum at gmail.com ram.rachum at gmail.com
Fri Jun 8 19:14:23 CEST 2012


Hi,

I'm pleased to announce the first release of the Python Toolbox:

http://pypi.python.org/pypi/python_toolbox/

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.

Documentation: http://python-toolbox.readthedocs.org


Thanks,
Ram.


More information about the Python-announce-list mailing list