Metadata-Version: 2.1
Name: coverage-pyver-pragma
Version: 0.0.1
Summary: Plugin for Coverage.py to selectively ignore branches depending on the Python version.
Home-page: https://github.com/domdfcoding/coverage_pyver_pragma
Author: Dominic Davis-Foster
Author-email: dominic@davis-foster.co.uk
License: GNU Lesser General Public License v3 or later (LGPLv3+)
Project-URL: Documentation, https://coverage_pyver_pragma.readthedocs.io
Project-URL: Issue Tracker, https://github.com/domdfcoding/coverage_pyver_pragma/issues
Project-URL: Source Code, https://github.com/domdfcoding/coverage_pyver_pragma
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6
Requires-Dist: coverage (>4.0.0)
Provides-Extra: all

######################
coverage_pyver_pragma
######################

.. start short_desc

**Plugin for Coverage.py to selectively ignore branches depending on the Python version.**

.. end short_desc


.. start shields

.. list-table::
	:stub-columns: 1
	:widths: 10 90

	* - Docs
	  - |docs| |docs_check|
	* - Tests
	  - |travis| |actions_windows| |actions_macos| |coveralls| |codefactor|
	* - PyPI
	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
	* - Anaconda
	  - |conda-version| |conda-platform|
	* - Activity
	  - |commits-latest| |commits-since| |maintained|
	* - Other
	  - |license| |language| |requires|

.. |docs| image:: https://img.shields.io/readthedocs/coverage_pyver_pragma/latest?logo=read-the-docs
	:target: https://coverage_pyver_pragma.readthedocs.io/en/latest/?badge=latest
	:alt: Documentation Status

.. |docs_check| image:: https://github.com/domdfcoding/coverage_pyver_pragma/workflows/Docs%20Check/badge.svg
	:target: https://github.com/domdfcoding/coverage_pyver_pragma/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |travis| image:: https://img.shields.io/travis/com/domdfcoding/coverage_pyver_pragma/master?logo=travis
	:target: https://travis-ci.com/domdfcoding/coverage_pyver_pragma
	:alt: Travis Build Status

.. |actions_windows| image:: https://github.com/domdfcoding/coverage_pyver_pragma/workflows/Windows%20Tests/badge.svg
	:target: https://github.com/domdfcoding/coverage_pyver_pragma/actions?query=workflow%3A%22Windows+Tests%22
	:alt: Windows Tests Status

.. |actions_macos| image:: https://github.com/domdfcoding/coverage_pyver_pragma/workflows/macOS%20Tests/badge.svg
	:target: https://github.com/domdfcoding/coverage_pyver_pragma/actions?query=workflow%3A%22macOS+Tests%22
	:alt: macOS Tests Status

.. |requires| image:: https://requires.io/github/domdfcoding/coverage_pyver_pragma/requirements.svg?branch=master
	:target: https://requires.io/github/domdfcoding/coverage_pyver_pragma/requirements/?branch=master
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/coverage_pyver_pragma/master?logo=coveralls
	:target: https://coveralls.io/github/domdfcoding/coverage_pyver_pragma?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/coverage_pyver_pragma?logo=codefactor
	:target: https://www.codefactor.io/repository/github/domdfcoding/coverage_pyver_pragma
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/coverage_pyver_pragma
	:target: https://pypi.org/project/coverage_pyver_pragma/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/coverage_pyver_pragma?logo=python&logoColor=white
	:target: https://pypi.org/project/coverage_pyver_pragma/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/coverage_pyver_pragma
	:target: https://pypi.org/project/coverage_pyver_pragma/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/coverage_pyver_pragma
	:target: https://pypi.org/project/coverage_pyver_pragma/
	:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/coverage_pyver_pragma?logo=anaconda
	:target: https://anaconda.org/domdfcoding/coverage_pyver_pragma
	:alt: Conda - Package Version

.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/coverage_pyver_pragma?label=conda%7Cplatform
	:target: https://anaconda.org/domdfcoding/coverage_pyver_pragma
	:alt: Conda - Platform

.. |license| image:: https://img.shields.io/github/license/domdfcoding/coverage_pyver_pragma
	:target: https://github.com/domdfcoding/coverage_pyver_pragma/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/coverage_pyver_pragma
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.0.1
	:target: https://github.com/domdfcoding/coverage_pyver_pragma/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/coverage_pyver_pragma
	:target: https://github.com/domdfcoding/coverage_pyver_pragma/commit/master
	:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2020
	:alt: Maintenance

.. end shields

|

Installation
--------------

.. start installation

``coverage_pyver_pragma`` can be installed from PyPI or Anaconda.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install coverage_pyver_pragma

To install with ``conda``:

	* First add the required channels

	.. code-block:: bash

		$ conda config --add channels http://conda.anaconda.org/domdfcoding
		$ conda config --add channels http://conda.anaconda.org/conda-forge

	* Then install

	.. code-block:: bash

		$ conda install coverage_pyver_pragma

.. end installation



