flake8-helper


Nameflake8-helper JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/python-formate/flake8-helper
SummaryA helper library for Flake8 plugins.
upload_time2023-11-22 11:32:24
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT
keywords flake8
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
##############
flake8-helper
##############

.. start short_desc

**A helper library for Flake8 plugins.**

.. 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/flake8-helper/latest?logo=read-the-docs
	:target: https://flake8-helper.readthedocs.io/en/latest
	:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/python-formate/flake8-helper/workflows/Docs%20Check/badge.svg
	:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/python-formate/flake8-helper/workflows/Linux/badge.svg
	:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22Linux%22
	:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/python-formate/flake8-helper/workflows/Windows/badge.svg
	:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22Windows%22
	:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/python-formate/flake8-helper/workflows/macOS/badge.svg
	:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22macOS%22
	:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/python-formate/flake8-helper/workflows/Flake8/badge.svg
	:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22Flake8%22
	:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/python-formate/flake8-helper/workflows/mypy/badge.svg
	:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22mypy%22
	:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-formate/flake8-helper/badge.svg
	:target: https://dependency-dash.repo-helper.uk/github/python-formate/flake8-helper/
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/python-formate/flake8-helper/master?logo=coveralls
	:target: https://coveralls.io/github/python-formate/flake8-helper?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-formate/flake8-helper?logo=codefactor
	:target: https://www.codefactor.io/repository/github/python-formate/flake8-helper
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8-helper
	:target: https://pypi.org/project/flake8-helper/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8-helper?logo=python&logoColor=white
	:target: https://pypi.org/project/flake8-helper/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8-helper
	:target: https://pypi.org/project/flake8-helper/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8-helper
	:target: https://pypi.org/project/flake8-helper/
	:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/flake8-helper?logo=anaconda
	:target: https://anaconda.org/domdfcoding/flake8-helper
	:alt: Conda - Package Version

.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/flake8-helper?label=conda%7Cplatform
	:target: https://anaconda.org/domdfcoding/flake8-helper
	:alt: Conda - Platform

.. |license| image:: https://img.shields.io/github/license/python-formate/flake8-helper
	:target: https://github.com/python-formate/flake8-helper/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-helper
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.2.2
	:target: https://github.com/python-formate/flake8-helper/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-formate/flake8-helper
	:target: https://github.com/python-formate/flake8-helper/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/flake8-helper
	:target: https://pypi.org/project/flake8-helper/
	:alt: PyPI - Downloads

.. end shields

Installation
--------------

.. start installation

``flake8-helper`` can be installed from PyPI or Anaconda.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install flake8-helper

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 flake8-helper

.. end installation

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-formate/flake8-helper",
    "name": "flake8-helper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "flake8",
    "author": "",
    "author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/fe/4f/027bbe420a1fdc79f9812113e72029aacd353974df2474b17a8a544409dd/flake8_helper-0.2.2.tar.gz",
    "platform": "Windows",
    "description": "\n##############\nflake8-helper\n##############\n\n.. start short_desc\n\n**A helper library for Flake8 plugins.**\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/flake8-helper/latest?logo=read-the-docs\n\t:target: https://flake8-helper.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/python-formate/flake8-helper/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/python-formate/flake8-helper/workflows/Linux/badge.svg\n\t:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/python-formate/flake8-helper/workflows/Windows/badge.svg\n\t:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/python-formate/flake8-helper/workflows/macOS/badge.svg\n\t:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/python-formate/flake8-helper/workflows/Flake8/badge.svg\n\t:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/python-formate/flake8-helper/workflows/mypy/badge.svg\n\t:target: https://github.com/python-formate/flake8-helper/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-formate/flake8-helper/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/python-formate/flake8-helper/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/python-formate/flake8-helper/master?logo=coveralls\n\t:target: https://coveralls.io/github/python-formate/flake8-helper?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-formate/flake8-helper?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/python-formate/flake8-helper\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8-helper\n\t:target: https://pypi.org/project/flake8-helper/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8-helper?logo=python&logoColor=white\n\t:target: https://pypi.org/project/flake8-helper/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8-helper\n\t:target: https://pypi.org/project/flake8-helper/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8-helper\n\t:target: https://pypi.org/project/flake8-helper/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/flake8-helper?logo=anaconda\n\t:target: https://anaconda.org/domdfcoding/flake8-helper\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/flake8-helper?label=conda%7Cplatform\n\t:target: https://anaconda.org/domdfcoding/flake8-helper\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/python-formate/flake8-helper\n\t:target: https://github.com/python-formate/flake8-helper/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-helper\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.2.2\n\t:target: https://github.com/python-formate/flake8-helper/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-formate/flake8-helper\n\t:target: https://github.com/python-formate/flake8-helper/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/flake8-helper\n\t:target: https://pypi.org/project/flake8-helper/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``flake8-helper`` can be installed from PyPI or Anaconda.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install flake8-helper\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 flake8-helper\n\n.. end installation\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A helper library for Flake8 plugins.",
    "version": "0.2.2",
    "project_urls": {
        "Documentation": "https://flake8-helper.readthedocs.io/en/latest",
        "Homepage": "https://github.com/python-formate/flake8-helper",
        "Issue Tracker": "https://github.com/python-formate/flake8-helper/issues",
        "Source Code": "https://github.com/python-formate/flake8-helper"
    },
    "split_keywords": [
        "flake8"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1fe12de9bd1982a50a5cd83df74882ad5a9725a24759d70ff0caa0ea2ba187a",
                "md5": "8b2689c4bfb4d490c6c5c9a75b0aa08d",
                "sha256": "75033d6704f7f5701b04085627b66da252ac82894d50bdf1127e7b11444f1025"
            },
            "downloads": -1,
            "filename": "flake8_helper-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b2689c4bfb4d490c6c5c9a75b0aa08d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 13278,
            "upload_time": "2023-11-22T11:32:22",
            "upload_time_iso_8601": "2023-11-22T11:32:22.533397Z",
            "url": "https://files.pythonhosted.org/packages/a1/fe/12de9bd1982a50a5cd83df74882ad5a9725a24759d70ff0caa0ea2ba187a/flake8_helper-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe4f027bbe420a1fdc79f9812113e72029aacd353974df2474b17a8a544409dd",
                "md5": "fd638a5904fb3ccd9cdf0ea90716a42e",
                "sha256": "02e33eb8014c9accd802ef4a7a266e2ec8d7b9225ce94d19bd537d4631bb4f87"
            },
            "downloads": -1,
            "filename": "flake8_helper-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fd638a5904fb3ccd9cdf0ea90716a42e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5183,
            "upload_time": "2023-11-22T11:32:24",
            "upload_time_iso_8601": "2023-11-22T11:32:24.302376Z",
            "url": "https://files.pythonhosted.org/packages/fe/4f/027bbe420a1fdc79f9812113e72029aacd353974df2474b17a8a544409dd/flake8_helper-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-22 11:32:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-formate",
    "github_project": "flake8-helper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "flake8-helper"
}
        
Elapsed time: 0.13883s