############
dep_checker
############
.. start short_desc
**Tool to check all requirements are actually required.**
.. 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|
* - 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/dep-checker/latest?logo=read-the-docs
:target: https://dep-checker.readthedocs.io/en/latest
:alt: Documentation Build Status
.. |docs_check| image:: https://github.com/python-coincidence/dep_checker/workflows/Docs%20Check/badge.svg
:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status
.. |actions_linux| image:: https://github.com/python-coincidence/dep_checker/workflows/Linux/badge.svg
:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/python-coincidence/dep_checker/workflows/Windows/badge.svg
:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/python-coincidence/dep_checker/workflows/macOS/badge.svg
:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/python-coincidence/dep_checker/workflows/Flake8/badge.svg
:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/python-coincidence/dep_checker/workflows/mypy/badge.svg
:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-coincidence/dep_checker/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/python-coincidence/dep_checker/
:alt: Requirements Status
.. |coveralls| image:: https://img.shields.io/coveralls/github/python-coincidence/dep_checker/master?logo=coveralls
:target: https://coveralls.io/github/python-coincidence/dep_checker?branch=master
:alt: Coverage
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-coincidence/dep_checker?logo=codefactor
:target: https://www.codefactor.io/repository/github/python-coincidence/dep_checker
:alt: CodeFactor Grade
.. |pypi-version| image:: https://img.shields.io/pypi/v/dep_checker
:target: https://pypi.org/project/dep_checker/
:alt: PyPI - Package Version
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dep_checker?logo=python&logoColor=white
:target: https://pypi.org/project/dep_checker/
:alt: PyPI - Supported Python Versions
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dep_checker
:target: https://pypi.org/project/dep_checker/
:alt: PyPI - Supported Implementations
.. |wheel| image:: https://img.shields.io/pypi/wheel/dep_checker
:target: https://pypi.org/project/dep_checker/
:alt: PyPI - Wheel
.. |license| image:: https://img.shields.io/github/license/python-coincidence/dep_checker
:target: https://github.com/python-coincidence/dep_checker/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/dep_checker
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/dep_checker/v0.8.0
:target: https://github.com/python-coincidence/dep_checker/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-coincidence/dep_checker
:target: https://github.com/python-coincidence/dep_checker/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
:alt: Maintenance
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/dep_checker
:target: https://pypi.org/project/dep_checker/
:alt: PyPI - Downloads
.. end shields
Installation
--------------
.. start installation
``dep_checker`` can be installed from PyPI.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install dep_checker
.. end installation
Raw data
{
"_id": null,
"home_page": "https://github.com/python-coincidence/dep_checker",
"name": "dep-checker",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "dependencies,linter,pre-commit",
"author": "",
"author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/97/c3/a6851ce53019b17542c21da37b4466c8fe73ad5e89306707c160f35323f5/dep_checker-0.8.0.tar.gz",
"platform": "Windows",
"description": "\n############\ndep_checker\n############\n\n.. start short_desc\n\n**Tool to check all requirements are actually required.**\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* - 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/dep-checker/latest?logo=read-the-docs\n\t:target: https://dep-checker.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/python-coincidence/dep_checker/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/python-coincidence/dep_checker/workflows/Linux/badge.svg\n\t:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/python-coincidence/dep_checker/workflows/Windows/badge.svg\n\t:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/python-coincidence/dep_checker/workflows/macOS/badge.svg\n\t:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/python-coincidence/dep_checker/workflows/Flake8/badge.svg\n\t:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/python-coincidence/dep_checker/workflows/mypy/badge.svg\n\t:target: https://github.com/python-coincidence/dep_checker/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-coincidence/dep_checker/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/python-coincidence/dep_checker/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/python-coincidence/dep_checker/master?logo=coveralls\n\t:target: https://coveralls.io/github/python-coincidence/dep_checker?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-coincidence/dep_checker?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/python-coincidence/dep_checker\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/dep_checker\n\t:target: https://pypi.org/project/dep_checker/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dep_checker?logo=python&logoColor=white\n\t:target: https://pypi.org/project/dep_checker/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dep_checker\n\t:target: https://pypi.org/project/dep_checker/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/dep_checker\n\t:target: https://pypi.org/project/dep_checker/\n\t:alt: PyPI - Wheel\n\n.. |license| image:: https://img.shields.io/github/license/python-coincidence/dep_checker\n\t:target: https://github.com/python-coincidence/dep_checker/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/dep_checker\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/dep_checker/v0.8.0\n\t:target: https://github.com/python-coincidence/dep_checker/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-coincidence/dep_checker\n\t:target: https://github.com/python-coincidence/dep_checker/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2023\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/dep_checker\n\t:target: https://pypi.org/project/dep_checker/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``dep_checker`` can be installed from PyPI.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install dep_checker\n\n.. end installation\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Tool to check all requirements are actually required.",
"version": "0.8.0",
"project_urls": {
"Documentation": "https://dep-checker.readthedocs.io/en/latest",
"Homepage": "https://github.com/python-coincidence/dep_checker",
"Issue Tracker": "https://github.com/python-coincidence/dep_checker/issues",
"Source Code": "https://github.com/python-coincidence/dep_checker"
},
"split_keywords": [
"dependencies",
"linter",
"pre-commit"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6c76cd9579da9e3af2be19f5d5a496a7662a1107dbf7c6ef20f1808d0e72a42d",
"md5": "29fb9f95a7cc6d1dd9e734157fef2459",
"sha256": "60763cf0aa9c5fc394401754852a0bac30ffeac03285806df3e3e78c9f2a4fc8"
},
"downloads": -1,
"filename": "dep_checker-0.8.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "29fb9f95a7cc6d1dd9e734157fef2459",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 40438,
"upload_time": "2023-10-20T14:51:31",
"upload_time_iso_8601": "2023-10-20T14:51:31.868073Z",
"url": "https://files.pythonhosted.org/packages/6c/76/cd9579da9e3af2be19f5d5a496a7662a1107dbf7c6ef20f1808d0e72a42d/dep_checker-0.8.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "97c3a6851ce53019b17542c21da37b4466c8fe73ad5e89306707c160f35323f5",
"md5": "18226b47445b44ade87eebb9ea881bf2",
"sha256": "a2cdb9054f2bf823563f94850fa0171f237224b6638dcd89a6c40f953e1c3ad8"
},
"downloads": -1,
"filename": "dep_checker-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "18226b47445b44ade87eebb9ea881bf2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 11795,
"upload_time": "2023-10-20T14:51:33",
"upload_time_iso_8601": "2023-10-20T14:51:33.702823Z",
"url": "https://files.pythonhosted.org/packages/97/c3/a6851ce53019b17542c21da37b4466c8fe73ad5e89306707c160f35323f5/dep_checker-0.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-20 14:51:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "python-coincidence",
"github_project": "dep_checker",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "dep-checker"
}