Metadata-Version: 2.1
Name: jaraco.util
Version: 14.0.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 :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
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 (>=1.2.3) ; extra == 'testing'
Requires-Dist: pytest-flake8 ; extra == 'testing'
Requires-Dist: pytest-black-multipy ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

.. image:: https://img.shields.io/pypi/v/jaraco.util.svg
   :target: `PyPI link`_

.. image:: https://img.shields.io/pypi/pyversions/jaraco.util.svg
   :target: `PyPI link`_

.. _PyPI link: https://pypi.org/project/jaraco.util

.. image:: https://dev.azure.com/jaraco/jaraco.util/_apis/build/status/jaraco.jaraco.util?branchName=master
   :target: https://dev.azure.com/jaraco/jaraco.util/_build/latest?definitionId=1&branchName=master

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

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: Black

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


