https://github.com/python-formate/flake8-prettycount
Wrapper around flake8 providing a formatted count at the end.
https://github.com/python-formate/flake8-prettycount
flake8 python
Last synced: 9 months ago
JSON representation
Wrapper around flake8 providing a formatted count at the end.
- Host: GitHub
- URL: https://github.com/python-formate/flake8-prettycount
- Owner: python-formate
- License: mit
- Created: 2020-11-26T10:06:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T10:40:15.000Z (10 months ago)
- Last Synced: 2025-04-14T07:06:33.247Z (9 months ago)
- Topics: flake8, python
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
###################
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
- |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|
.. |actions_linux| image:: https://github.com/python-formate/flake8-prettycount/workflows/Linux/badge.svg
:target: https://github.com/python-formate/flake8-prettycount/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/python-formate/flake8-prettycount/workflows/Windows/badge.svg
:target: https://github.com/python-formate/flake8-prettycount/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/python-formate/flake8-prettycount/workflows/macOS/badge.svg
:target: https://github.com/python-formate/flake8-prettycount/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/python-formate/flake8-prettycount/workflows/Flake8/badge.svg
:target: https://github.com/python-formate/flake8-prettycount/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/python-formate/flake8-prettycount/workflows/mypy/badge.svg
:target: https://github.com/python-formate/flake8-prettycount/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-formate/flake8-prettycount/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/python-formate/flake8-prettycount/
:alt: Requirements Status
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-formate/flake8-prettycount?logo=codefactor
:target: https://www.codefactor.io/repository/github/python-formate/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/python-formate/flake8-prettycount
:target: https://github.com/python-formate/flake8-prettycount/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-prettycount
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-prettycount/v0.1.2
:target: https://github.com/python-formate/flake8-prettycount/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-formate/flake8-prettycount
:target: https://github.com/python-formate/flake8-prettycount/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
:alt: Maintenance
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8-prettycount
:target: https://pypi.org/project/flake8-prettycount/
:alt: PyPI - Downloads
.. 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