Metadata-Version: 2.1
Name: pyimagetest
Version: 0.3.0
Summary: Short description of pyimagetest
Home-page: https://github.com/pmeier/pyimagetest
Author: Philip Meier
Author-email: github.pmeier@posteo.de
License: BSD-3-Clause
Project-URL: Source, https://github.com/pmeier/pyimagetest
Project-URL: Tracker, https://github.com/pmeier/pyimagetest/issues
Keywords: cookiecutter
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Provides-Extra: backends
Requires-Dist: imageio ; extra == 'backends'
Requires-Dist: Pillow ; extra == 'backends'
Requires-Dist: torchvision ; extra == 'backends'

pyimagetest
===========

.. start-badges

.. list-table::
    :stub-columns: 1

    * - package
      - |license| |status|
    * - code
      - |isort| |black| |mypy| |lint|
    * - tests
      - |tests| |coverage|
    * - docs
      - |docs| |rtd|

.. end-badges

Test utilities for unit testing with images.

For installation instructions and usage examples please consult the documentation
`hosted on readthedocs.com <https://pyimagetest.readthedocs.io/en/latest>`_ .

.. |license|
  image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
    :target: https://opensource.org/licenses/BSD-3-Clause
    :alt: License

.. |status|
  image:: https://www.repostatus.org/badges/latest/wip.svg
    :alt: Project Status: WIP
    :target: https://www.repostatus.org/#wip

.. |isort|
  image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
    :target: https://timothycrosley.github.io/isort/
    :alt: isort

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

.. |mypy|
  image:: http://www.mypy-lang.org/static/mypy_badge.svg
    :target: http://mypy-lang.org/
    :alt: mypy

.. |lint|
  image:: https://github.com/pmeier/pyimagetest/workflows/lint/badge.svg
    :target: https://github.com/pmeier/pyimagetest/actions?query=workflow%3Alint+branch%3Amaster
    :alt: Lint status via GitHub Actions

.. |tests|
  image:: https://github.com/pmeier/pyimagetest/workflows/tests/badge.svg
    :target: https://github.com/pmeier/pyimagetest/actions?query=workflow%3Atests+branch%3Amaster
    :alt: Test status via GitHub Actions

.. |coverage|
  image:: https://codecov.io/gh/pmeier/pyimagetest/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/pmeier/pyimagetest
    :alt: Test coverage via codecov.io

.. |docs|
  image:: https://github.com/pmeier/pyimagetest/workflows/docs/badge.svg
    :target: https://github.com/pmeier/pyimagetest/actions?query=workflow%3Adocs+branch%3Amaster
    :alt: Docs status via GitHub Actions

.. |rtd|
  image:: https://img.shields.io/readthedocs/pyimagetest?label=latest&logo=read%20the%20docs
    :target: https://pyimagetest.readthedocs.io/en/latest/?badge=latest
    :alt: Latest documentation hosted on Read the Docs


