############
importcheck
############
.. start short_desc
**A tool to check all modules can be correctly imported.**
.. 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/importcheck/latest?logo=read-the-docs
:target: https://importcheck.readthedocs.io/en/latest
:alt: Documentation Build Status
.. |docs_check| image:: https://github.com/python-coincidence/importcheck/workflows/Docs%20Check/badge.svg
:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status
.. |actions_linux| image:: https://github.com/python-coincidence/importcheck/workflows/Linux/badge.svg
:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/python-coincidence/importcheck/workflows/Windows/badge.svg
:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/python-coincidence/importcheck/workflows/macOS/badge.svg
:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/python-coincidence/importcheck/workflows/Flake8/badge.svg
:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/python-coincidence/importcheck/workflows/mypy/badge.svg
:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-coincidence/importcheck/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/python-coincidence/importcheck/
:alt: Requirements Status
.. |coveralls| image:: https://img.shields.io/coveralls/github/python-coincidence/importcheck/master?logo=coveralls
:target: https://coveralls.io/github/python-coincidence/importcheck?branch=master
:alt: Coverage
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-coincidence/importcheck?logo=codefactor
:target: https://www.codefactor.io/repository/github/python-coincidence/importcheck
:alt: CodeFactor Grade
.. |pypi-version| image:: https://img.shields.io/pypi/v/importcheck
:target: https://pypi.org/project/importcheck/
:alt: PyPI - Package Version
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/importcheck?logo=python&logoColor=white
:target: https://pypi.org/project/importcheck/
:alt: PyPI - Supported Python Versions
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/importcheck
:target: https://pypi.org/project/importcheck/
:alt: PyPI - Supported Implementations
.. |wheel| image:: https://img.shields.io/pypi/wheel/importcheck
:target: https://pypi.org/project/importcheck/
:alt: PyPI - Wheel
.. |license| image:: https://img.shields.io/github/license/python-coincidence/importcheck
:target: https://github.com/python-coincidence/importcheck/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/importcheck
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/importcheck/v0.5.0
:target: https://github.com/python-coincidence/importcheck/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-coincidence/importcheck
:target: https://github.com/python-coincidence/importcheck/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2022
:alt: Maintenance
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/importcheck
:target: https://pypi.org/project/importcheck/
:alt: PyPI - Downloads
.. end shields
Installation
--------------
.. start installation
``importcheck`` can be installed from PyPI.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install importcheck
.. end installation
Raw data
{
"_id": null,
"home_page": "https://github.com/python-coincidence/importcheck",
"name": "importcheck",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "import,test",
"author": "",
"author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/60/e9/070e0c08d846fbdf1b598adc97217117c46fb00bee09c922e7f9a3e270d8/importcheck-0.5.0.tar.gz",
"platform": "Windows",
"description": "\n############\nimportcheck\n############\n\n.. start short_desc\n\n**A tool to check all modules can be correctly imported.**\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/importcheck/latest?logo=read-the-docs\n\t:target: https://importcheck.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/python-coincidence/importcheck/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/python-coincidence/importcheck/workflows/Linux/badge.svg\n\t:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/python-coincidence/importcheck/workflows/Windows/badge.svg\n\t:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/python-coincidence/importcheck/workflows/macOS/badge.svg\n\t:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/python-coincidence/importcheck/workflows/Flake8/badge.svg\n\t:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/python-coincidence/importcheck/workflows/mypy/badge.svg\n\t:target: https://github.com/python-coincidence/importcheck/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-coincidence/importcheck/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/python-coincidence/importcheck/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/python-coincidence/importcheck/master?logo=coveralls\n\t:target: https://coveralls.io/github/python-coincidence/importcheck?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-coincidence/importcheck?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/python-coincidence/importcheck\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/importcheck\n\t:target: https://pypi.org/project/importcheck/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/importcheck?logo=python&logoColor=white\n\t:target: https://pypi.org/project/importcheck/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/importcheck\n\t:target: https://pypi.org/project/importcheck/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/importcheck\n\t:target: https://pypi.org/project/importcheck/\n\t:alt: PyPI - Wheel\n\n.. |license| image:: https://img.shields.io/github/license/python-coincidence/importcheck\n\t:target: https://github.com/python-coincidence/importcheck/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/importcheck\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/importcheck/v0.5.0\n\t:target: https://github.com/python-coincidence/importcheck/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-coincidence/importcheck\n\t:target: https://github.com/python-coincidence/importcheck/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2022\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/importcheck\n\t:target: https://pypi.org/project/importcheck/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``importcheck`` can be installed from PyPI.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install importcheck\n\n.. end installation\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A tool to check all modules can be correctly imported.",
"version": "0.5.0",
"split_keywords": [
"import",
"test"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "c75226ec2231e304c9162b20d1b6d33d",
"sha256": "6f7535be13522ace0ace5e26bd2207100f9d77ecd9b05770fe83dc9297654e1d"
},
"downloads": -1,
"filename": "importcheck-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c75226ec2231e304c9162b20d1b6d33d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 22722,
"upload_time": "2022-12-13T15:44:52",
"upload_time_iso_8601": "2022-12-13T15:44:52.773218Z",
"url": "https://files.pythonhosted.org/packages/6a/de/416adc093eb9b92c90f429eadb13e37a87bc42aaa2b9f09a48580f3c807c/importcheck-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "45f5b3986b3b717960d3a64e601a30f1",
"sha256": "c675f69f381af658da815f70ea823735cff62c90da53781b08b851f987d2c714"
},
"downloads": -1,
"filename": "importcheck-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "45f5b3986b3b717960d3a64e601a30f1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 7906,
"upload_time": "2022-12-13T15:44:54",
"upload_time_iso_8601": "2022-12-13T15:44:54.573644Z",
"url": "https://files.pythonhosted.org/packages/60/e9/070e0c08d846fbdf1b598adc97217117c46fb00bee09c922e7f9a3e270d8/importcheck-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-13 15:44:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "python-coincidence",
"github_project": "importcheck",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "click",
"specs": [
[
">=",
"7.1.2"
]
]
},
{
"name": "consolekit",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "dom-toml",
"specs": [
[
">=",
"0.2.2"
]
]
},
{
"name": "domdf-python-tools",
"specs": [
[
">=",
"2.8.0"
]
]
},
{
"name": "packaging",
"specs": [
[
">=",
"20.9"
]
]
},
{
"name": "typing-extensions",
"specs": [
[
">=",
"3.7.4.3"
]
]
}
],
"tox": true,
"lcname": "importcheck"
}