############
coincidence
############
.. start short_desc
**Helper functions for pytest.**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Docs
- |docs| |docs_check|
* - Tests
- |actions_linux| |actions_windows| |actions_macos| |coveralls|
* - PyPI
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
* - Anaconda
- |conda-version| |conda-platform|
* - Activity
- |commits-latest| |commits-since| |maintained| |pypi-downloads|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|
.. |docs| image:: https://img.shields.io/readthedocs/coincidence/latest?logo=read-the-docs
:target: https://coincidence.readthedocs.io/en/latest
:alt: Documentation Build Status
.. |docs_check| image:: https://github.com/python-coincidence/coincidence/workflows/Docs%20Check/badge.svg
:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status
.. |actions_linux| image:: https://github.com/python-coincidence/coincidence/workflows/Linux/badge.svg
:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/python-coincidence/coincidence/workflows/Windows/badge.svg
:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/python-coincidence/coincidence/workflows/macOS/badge.svg
:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/python-coincidence/coincidence/workflows/Flake8/badge.svg
:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/python-coincidence/coincidence/workflows/mypy/badge.svg
:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-coincidence/coincidence/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/python-coincidence/coincidence/
:alt: Requirements Status
.. |coveralls| image:: https://img.shields.io/coveralls/github/python-coincidence/coincidence/master?logo=coveralls
:target: https://coveralls.io/github/python-coincidence/coincidence?branch=master
:alt: Coverage
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-coincidence/coincidence?logo=codefactor
:target: https://www.codefactor.io/repository/github/python-coincidence/coincidence
:alt: CodeFactor Grade
.. |pypi-version| image:: https://img.shields.io/pypi/v/coincidence
:target: https://pypi.org/project/coincidence/
:alt: PyPI - Package Version
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/coincidence?logo=python&logoColor=white
:target: https://pypi.org/project/coincidence/
:alt: PyPI - Supported Python Versions
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/coincidence
:target: https://pypi.org/project/coincidence/
:alt: PyPI - Supported Implementations
.. |wheel| image:: https://img.shields.io/pypi/wheel/coincidence
:target: https://pypi.org/project/coincidence/
:alt: PyPI - Wheel
.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/coincidence?logo=anaconda
:target: https://anaconda.org/domdfcoding/coincidence
:alt: Conda - Package Version
.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/coincidence?label=conda%7Cplatform
:target: https://anaconda.org/domdfcoding/coincidence
:alt: Conda - Platform
.. |license| image:: https://img.shields.io/github/license/python-coincidence/coincidence
:target: https://github.com/python-coincidence/coincidence/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/coincidence
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coincidence/v0.6.6
:target: https://github.com/python-coincidence/coincidence/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-coincidence/coincidence
:target: https://github.com/python-coincidence/coincidence/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
:alt: Maintenance
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/coincidence
:target: https://pypi.org/project/coincidence/
:alt: PyPI - Downloads
.. end shields
Installation
--------------
.. start installation
``coincidence`` can be installed from PyPI or Anaconda.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install coincidence
To install with ``conda``:
* First add the required channels
.. code-block:: bash
$ conda config --add channels https://conda.anaconda.org/conda-forge
$ conda config --add channels https://conda.anaconda.org/domdfcoding
* Then install
.. code-block:: bash
$ conda install coincidence
.. end installation
Raw data
{
"_id": null,
"home_page": "https://github.com/python-coincidence/coincidence",
"name": "coincidence",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "pytest,regression,testing,unittest,utilities",
"author": "",
"author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/06/49/e053fca3ae74f307253424991a7960e6792138e79d29d2220d3cc9f943bc/coincidence-0.6.6.tar.gz",
"platform": "Windows",
"description": "\n############\ncoincidence\n############\n\n.. start short_desc\n\n**Helper functions for pytest.**\n\n.. end short_desc\n\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t - |docs| |docs_check|\n\t* - Tests\n\t - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Anaconda\n\t - |conda-version| |conda-platform|\n\t* - Activity\n\t - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/coincidence/latest?logo=read-the-docs\n\t:target: https://coincidence.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/python-coincidence/coincidence/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/python-coincidence/coincidence/workflows/Linux/badge.svg\n\t:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/python-coincidence/coincidence/workflows/Windows/badge.svg\n\t:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/python-coincidence/coincidence/workflows/macOS/badge.svg\n\t:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/python-coincidence/coincidence/workflows/Flake8/badge.svg\n\t:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/python-coincidence/coincidence/workflows/mypy/badge.svg\n\t:target: https://github.com/python-coincidence/coincidence/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-coincidence/coincidence/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/python-coincidence/coincidence/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/python-coincidence/coincidence/master?logo=coveralls\n\t:target: https://coveralls.io/github/python-coincidence/coincidence?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-coincidence/coincidence?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/python-coincidence/coincidence\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/coincidence\n\t:target: https://pypi.org/project/coincidence/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/coincidence?logo=python&logoColor=white\n\t:target: https://pypi.org/project/coincidence/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/coincidence\n\t:target: https://pypi.org/project/coincidence/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/coincidence\n\t:target: https://pypi.org/project/coincidence/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/coincidence?logo=anaconda\n\t:target: https://anaconda.org/domdfcoding/coincidence\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/coincidence?label=conda%7Cplatform\n\t:target: https://anaconda.org/domdfcoding/coincidence\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/python-coincidence/coincidence\n\t:target: https://github.com/python-coincidence/coincidence/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/coincidence\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coincidence/v0.6.6\n\t:target: https://github.com/python-coincidence/coincidence/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-coincidence/coincidence\n\t:target: https://github.com/python-coincidence/coincidence/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2024\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/coincidence\n\t:target: https://pypi.org/project/coincidence/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``coincidence`` can be installed from PyPI or Anaconda.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install coincidence\n\nTo install with ``conda``:\n\n\t* First add the required channels\n\n\t.. code-block:: bash\n\n\t\t$ conda config --add channels https://conda.anaconda.org/conda-forge\n\t\t$ conda config --add channels https://conda.anaconda.org/domdfcoding\n\n\t* Then install\n\n\t.. code-block:: bash\n\n\t\t$ conda install coincidence\n\n.. end installation\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Helper functions for pytest.",
"version": "0.6.6",
"project_urls": {
"Documentation": "https://coincidence.readthedocs.io/en/latest",
"Homepage": "https://github.com/python-coincidence/coincidence",
"Issue Tracker": "https://github.com/python-coincidence/coincidence/issues",
"Source Code": "https://github.com/python-coincidence/coincidence"
},
"split_keywords": [
"pytest",
"regression",
"testing",
"unittest",
"utilities"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e3cf8fe64a4b102369468961ec127942a6ea70866fe5587523e82f8293acbe25",
"md5": "ade7926fd048f42df6093663f763570b",
"sha256": "bef35996dc300ed22773b8aefb0a95292beb8388c2bf19ad774069d39fccb028"
},
"downloads": -1,
"filename": "coincidence-0.6.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ade7926fd048f42df6093663f763570b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 52523,
"upload_time": "2024-03-04T15:20:22",
"upload_time_iso_8601": "2024-03-04T15:20:22.598314Z",
"url": "https://files.pythonhosted.org/packages/e3/cf/8fe64a4b102369468961ec127942a6ea70866fe5587523e82f8293acbe25/coincidence-0.6.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0649e053fca3ae74f307253424991a7960e6792138e79d29d2220d3cc9f943bc",
"md5": "a5b690f1d371406ab9bdd4a469da5eef",
"sha256": "be29e3ed30222ab309784527b21e8669a2bc997ac456658fc7cf981d20566189"
},
"downloads": -1,
"filename": "coincidence-0.6.6.tar.gz",
"has_sig": false,
"md5_digest": "a5b690f1d371406ab9bdd4a469da5eef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 13627,
"upload_time": "2024-03-04T15:20:25",
"upload_time_iso_8601": "2024-03-04T15:20:25.119099Z",
"url": "https://files.pythonhosted.org/packages/06/49/e053fca3ae74f307253424991a7960e6792138e79d29d2220d3cc9f943bc/coincidence-0.6.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-04 15:20:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "python-coincidence",
"github_project": "coincidence",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "domdf-python-tools",
"specs": [
[
">=",
"2.8.0"
]
]
},
{
"name": "pytest",
"specs": [
[
">=",
"6.2.0"
]
]
},
{
"name": "pytest-regressions",
"specs": [
[
">=",
"2.0.2"
]
]
},
{
"name": "typing-extensions",
"specs": [
[
">=",
"3.7.4.3"
]
]
}
],
"tox": true,
"lcname": "coincidence"
}