Metadata-Version: 2.1
Name: flake8-prettycount
Version: 0.1.0
Summary: Wrapper around flake8 providing a formatted count at the end.
Home-page: https://github.com/domdfcoding/flake8-prettycount
Author: Dominic Davis-Foster
Author-email: dominic@davis-foster.co.uk
License: MIT License
Project-URL: Issue_Tracker, https://github.com/domdfcoding/flake8-prettycount/issues
Project-URL: Source_Code, https://github.com/domdfcoding/flake8-prettycount
Description: ###################
        flake8-prettycount
        ###################
        
        .. start short_desc
        
        **Wrapper around flake8 providing a formatted count at the end.**
        
        .. end short_desc
        
        
        .. start shields
        
        .. list-table::
        	:stub-columns: 1
        	:widths: 10 90
        
        	* - Tests
        	  - |travis| |actions_windows| |actions_macos| |codefactor| |pre_commit_ci|
        	* - PyPI
        	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
        	* - Activity
        	  - |commits-latest| |commits-since| |maintained|
        	* - Other
        	  - |license| |language| |requires| |pre_commit|
        
        
        
        .. |travis| image:: https://github.com/domdfcoding/flake8-prettycount/workflows/Linux%20Tests/badge.svg
        	:target: https://github.com/domdfcoding/flake8-prettycount/actions?query=workflow%3A%22Linux+Tests%22
        	:alt: Linux Test Status
        
        .. |actions_windows| image:: https://github.com/domdfcoding/flake8-prettycount/workflows/Windows%20Tests/badge.svg
        	:target: https://github.com/domdfcoding/flake8-prettycount/actions?query=workflow%3A%22Windows+Tests%22
        	:alt: Windows Test Status
        
        .. |actions_macos| image:: https://github.com/domdfcoding/flake8-prettycount/workflows/macOS%20Tests/badge.svg
        	:target: https://github.com/domdfcoding/flake8-prettycount/actions?query=workflow%3A%22macOS+Tests%22
        	:alt: macOS Test Status
        
        .. |requires| image:: https://requires.io/github/domdfcoding/flake8-prettycount/requirements.svg?branch=master
        	:target: https://requires.io/github/domdfcoding/flake8-prettycount/requirements/?branch=master
        	:alt: Requirements Status
        
        .. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/flake8-prettycount?logo=codefactor
        	:target: https://www.codefactor.io/repository/github/domdfcoding/flake8-prettycount
        	:alt: CodeFactor Grade
        
        .. |pypi-version| image:: https://img.shields.io/pypi/v/flake8-prettycount
        	:target: https://pypi.org/project/flake8-prettycount/
        	:alt: PyPI - Package Version
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8-prettycount?logo=python&logoColor=white
        	:target: https://pypi.org/project/flake8-prettycount/
        	:alt: PyPI - Supported Python Versions
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8-prettycount
        	:target: https://pypi.org/project/flake8-prettycount/
        	:alt: PyPI - Supported Implementations
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/flake8-prettycount
        	:target: https://pypi.org/project/flake8-prettycount/
        	:alt: PyPI - Wheel
        
        .. |license| image:: https://img.shields.io/github/license/domdfcoding/flake8-prettycount
        	:target: https://github.com/domdfcoding/flake8-prettycount/blob/master/LICENSE
        	:alt: License
        
        .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-prettycount
        	:alt: GitHub top language
        
        .. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-prettycount/v0.1.0
        	:target: https://github.com/domdfcoding/flake8-prettycount/pulse
        	:alt: GitHub commits since tagged version
        
        .. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/flake8-prettycount
        	:target: https://github.com/domdfcoding/flake8-prettycount/commit/master
        	:alt: GitHub last commit
        
        .. |maintained| image:: https://img.shields.io/maintenance/yes/2020
        	:alt: Maintenance
        
        .. |pre_commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
        	:target: https://github.com/pre-commit/pre-commit
        	:alt: pre-commit
        
        .. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/domdfcoding/flake8-prettycount/master.svg
        	:target: https://results.pre-commit.ci/latest/github/domdfcoding/flake8-prettycount/master
        	:alt: pre-commit.ci status
        
        .. end shields
        
        Installation
        --------------
        
        .. start installation
        
        ``flake8-prettycount`` can be installed from PyPI.
        
        To install with ``pip``:
        
        .. code-block:: bash
        
        	$ python -m pip install flake8-prettycount
        
        .. end installation
        
Keywords: flake8
Platform: Windows
Platform: macOS
Platform: Linux
Classifier: Environment :: Console
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.6.1
Description-Content-Type: text/x-rst
Provides-Extra: all
