Metadata-Version: 1.1
Name: jaraco.util
Version: 11.0
Summary: General utility modules that supply commonly-used functionality
Home-page: http://pypi.python.org/pypi/jaraco.util
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: MIT
Description: .. -*- restructuredtext -*-
        
        jaraco.util
        ===========
        
        Overview
        --------
        
        ``jaraco.util`` contains a number of nominally useful, reusable classes
        and functions. Each is designed to be intuitively named and
        self-documenting (many with extensive doctests), though
        the project is also `documented with runnable tests
        <https://pythonhosted.org/jaraco.util>`_.
        
        Deprecation
        -----------
        
        In general, this grab-bag of routines is deprecated, with much of the
        functionality moved or pending move to another, more appropriate home.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
