Metadata-Version: 2.1
Name: pytest-black-multipy
Version: 1.0.1
Summary: Allow '--black' on older Pythons
Home-page: https://github.com/jaraco/pytest-black-multipy
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/v/pytest-black-multipy.svg
           :target: https://pypi.org/project/pytest-black-multipy
        
        .. image:: https://img.shields.io/pypi/pyversions/pytest-black-multipy.svg
        
        .. image:: https://img.shields.io/travis/jaraco/pytest-black-multipy/master.svg
           :target: https://travis-ci.org/jaraco/pytest-black-multipy
        
        .. .. image:: https://img.shields.io/appveyor/ci/jaraco/pytest-black-multipy/master.svg
        ..    :target: https://ci.appveyor.com/project/jaraco/pytest-black-multipy/branch/master
        
        .. .. image:: https://readthedocs.org/projects/pytest-black-multipy/badge/?version=latest
        ..    :target: https://pytest-black-multipy.readthedocs.io/en/latest/?badge=latest
        
        
        A wrapper around `pytest-black <https://pypi.org/project/pytest-black>`_
        to allow projects on older Python versions to use the ``--black`` parameter.
        
        This project is deprecated. Instead, use `pytest-enabler <https://pypi.org/project/pytest-enabler>`_ to enable black when present.
        
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
Provides-Extra: testing
Provides-Extra: docs
