################
repo_helper_rtd
################
.. start short_desc
**Manage ReadTheDocs documentation with repo-helper.**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Docs
- |docs| |docs_check|
* - Tests
- |actions_linux| |actions_windows| |actions_macos|
* - 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/repo-helper-rtd/latest?logo=read-the-docs
:target: https://repo-helper-rtd.readthedocs.io/en/latest
:alt: Documentation Build Status
.. |docs_check| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/Docs%20Check/badge.svg
:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status
.. |actions_linux| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/Linux/badge.svg
:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/Windows/badge.svg
:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/macOS/badge.svg
:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/Flake8/badge.svg
:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/mypy/badge.svg
:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/repo_helper_rtd/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/repo-helper/repo_helper_rtd/
:alt: Requirements Status
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/repo_helper_rtd?logo=codefactor
:target: https://www.codefactor.io/repository/github/repo-helper/repo_helper_rtd
:alt: CodeFactor Grade
.. |pypi-version| image:: https://img.shields.io/pypi/v/repo_helper_rtd
:target: https://pypi.org/project/repo_helper_rtd/
:alt: PyPI - Package Version
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/repo_helper_rtd?logo=python&logoColor=white
:target: https://pypi.org/project/repo_helper_rtd/
:alt: PyPI - Supported Python Versions
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/repo_helper_rtd
:target: https://pypi.org/project/repo_helper_rtd/
:alt: PyPI - Supported Implementations
.. |wheel| image:: https://img.shields.io/pypi/wheel/repo_helper_rtd
:target: https://pypi.org/project/repo_helper_rtd/
:alt: PyPI - Wheel
.. |license| image:: https://img.shields.io/github/license/repo-helper/repo_helper_rtd
:target: https://github.com/repo-helper/repo_helper_rtd/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/repo_helper_rtd
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper_rtd/v0.1.1
:target: https://github.com/repo-helper/repo_helper_rtd/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/repo_helper_rtd
:target: https://github.com/repo-helper/repo_helper_rtd/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/repo_helper_rtd
:target: https://pypi.org/project/repo_helper_rtd/
:alt: PyPI - Downloads
.. end shields
Installation
--------------
.. start installation
``repo_helper_rtd`` can be installed from PyPI.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install repo_helper_rtd
.. end installation
Raw data
{
"_id": null,
"home_page": "https://github.com/repo-helper/repo_helper_rtd",
"name": "repo-helper-rtd",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "readthedocs,repo-helper,rtd",
"author": "",
"author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/06/66/a8258e2f3d7aee87d7bb0d88edcb1b62c2b65546283d40a9dfc12bc39fa5/repo_helper_rtd-0.1.1.tar.gz",
"platform": "Windows",
"description": "\n################\nrepo_helper_rtd\n################\n\n.. start short_desc\n\n**Manage ReadTheDocs documentation with repo-helper.**\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|\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/repo-helper-rtd/latest?logo=read-the-docs\n\t:target: https://repo-helper-rtd.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/Linux/badge.svg\n\t:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/Windows/badge.svg\n\t:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/macOS/badge.svg\n\t:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/Flake8/badge.svg\n\t:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/repo-helper/repo_helper_rtd/workflows/mypy/badge.svg\n\t:target: https://github.com/repo-helper/repo_helper_rtd/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/repo_helper_rtd/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/repo-helper/repo_helper_rtd/\n\t:alt: Requirements Status\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/repo_helper_rtd?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/repo-helper/repo_helper_rtd\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/repo_helper_rtd\n\t:target: https://pypi.org/project/repo_helper_rtd/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/repo_helper_rtd?logo=python&logoColor=white\n\t:target: https://pypi.org/project/repo_helper_rtd/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/repo_helper_rtd\n\t:target: https://pypi.org/project/repo_helper_rtd/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/repo_helper_rtd\n\t:target: https://pypi.org/project/repo_helper_rtd/\n\t:alt: PyPI - Wheel\n\n.. |license| image:: https://img.shields.io/github/license/repo-helper/repo_helper_rtd\n\t:target: https://github.com/repo-helper/repo_helper_rtd/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/repo_helper_rtd\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper_rtd/v0.1.1\n\t:target: https://github.com/repo-helper/repo_helper_rtd/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/repo_helper_rtd\n\t:target: https://github.com/repo-helper/repo_helper_rtd/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/repo_helper_rtd\n\t:target: https://pypi.org/project/repo_helper_rtd/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``repo_helper_rtd`` can be installed from PyPI.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install repo_helper_rtd\n\n.. end installation\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Manage ReadTheDocs documentation with repo-helper.",
"version": "0.1.1",
"split_keywords": [
"readthedocs",
"repo-helper",
"rtd"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "08500017138e61d4c2653b1c2ee1fc6d57403f4cf4a7bb6c19ecb8f76f8cadce",
"md5": "bec0790d2c158fabda3cb2b5d546d72b",
"sha256": "4d90547881d0c48157fe702159a9834955bfde1b4cb67d61300903cb32cd4708"
},
"downloads": -1,
"filename": "repo_helper_rtd-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bec0790d2c158fabda3cb2b5d546d72b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 18098,
"upload_time": "2023-04-18T18:29:48",
"upload_time_iso_8601": "2023-04-18T18:29:48.183676Z",
"url": "https://files.pythonhosted.org/packages/08/50/0017138e61d4c2653b1c2ee1fc6d57403f4cf4a7bb6c19ecb8f76f8cadce/repo_helper_rtd-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0666a8258e2f3d7aee87d7bb0d88edcb1b62c2b65546283d40a9dfc12bc39fa5",
"md5": "22b021410aa7dcb9b1256093b3df25b6",
"sha256": "79d057061d458e1991b52d43305813ba65ee518dd9bad15ca03f76ce3baa8626"
},
"downloads": -1,
"filename": "repo_helper_rtd-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "22b021410aa7dcb9b1256093b3df25b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 6007,
"upload_time": "2023-04-18T18:30:06",
"upload_time_iso_8601": "2023-04-18T18:30:06.705526Z",
"url": "https://files.pythonhosted.org/packages/06/66/a8258e2f3d7aee87d7bb0d88edcb1b62c2b65546283d40a9dfc12bc39fa5/repo_helper_rtd-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-18 18:30:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "repo-helper",
"github_project": "repo_helper_rtd",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "repo-helper-rtd"
}