Metadata-Version: 2.1
Name: jaraco.util
Version: 13.0
Summary: General utility modules that supply commonly-used functionality
Home-page: https://github.com/jaraco/jaraco.util
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7
Requires-Dist: jaraco.context
Requires-Dist: six (>=1.4.1)
Requires-Dist: contextlib2
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: jaraco.packaging (>=3.2) ; extra == 'docs'
Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest (!=3.7.3,>=3.5) ; extra == 'testing'
Requires-Dist: pytest-checkdocs ; extra == 'testing'
Requires-Dist: pytest-flake8 ; extra == 'testing'

.. image:: https://img.shields.io/pypi/v/jaraco.util.svg
   :target: https://pypi.org/project/jaraco.util

.. image:: https://img.shields.io/pypi/pyversions/jaraco.util.svg

.. image:: https://img.shields.io/travis/jaraco/jaraco.util/master.svg
   :target: https://travis-ci.org/jaraco/jaraco.util

.. .. image:: https://img.shields.io/appveyor/ci/jaraco/jaraco.util/master.svg
..    :target: https://ci.appveyor.com/project/jaraco/jaraco.util/branch/master

.. .. image:: https://readthedocs.org/projects/jaracoutil/badge/?version=latest
..    :target: https://jaracoutil.readthedocs.io/en/latest/?badge=latest

``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.

Deprecation
-----------

In general, this grab-bag of routines is deprecated, with much of the
functionality moved or pending move to another, more appropriate home.


