Metadata-Version: 2.4
Name: flake8-ic
Version: 0.2.0
Summary: This package provides a plugin for flake8 that checks the usage of ic() function from icecream package.
Author-email: Marco Espinosa <marco@marcoespinosa.com>
License: MIT License
        
        Copyright (c) 2025 Marco Espinosa
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: code quality,debugging,flake8,ic,icecream,linting,plugin
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.11
Requires-Dist: flake8>=7.1.1
Requires-Dist: toml>=0.10.2
Description-Content-Type: text/markdown

<!-- Shields -->
<p align="center">
<a href="https://github.com/maekind/flake8-ic"><img src="https://img.shields.io/github/actions/workflow/status/maekind/flake8-ic/.github%2Fworkflows%2Ftesting.yaml?label=tests&color=green" hspace="5"></a>
<a href="https://codecov.io/gh/maekind/flake8-ic"><img src="https://codecov.io/gh/maekind/flake8-ic/graph/badge.svg?token=JcGna50uJL" hspace="5"/></a>
<a href="https://github.com/maekind/flake8-ic/releases"><img src="https://img.shields.io/github/actions/workflow/status/maekind/flake8-ic/.github%2Fworkflows%2Frelease.yaml?label=build package&color=green" hspace="5"></a>
<a href="https://pypi.org/project/flake8-ic"><img src="https://img.shields.io/github/v/release/maekind/flake8-ic?color=blue&label=pypi latest" hspace="5"></a>
<br>
<a href="https://github.com/maekind/flake8-ic/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-orange.svg" hspace="5"></a>
<a href="https://github.com/maekind/flake8-ic"><img src="https://img.shields.io/github/repo-size/maekind/flake8-ic?color=red" hspace="5"></a>
<a href="https://github.com/maekind/flake8-ic"><img src="https://img.shields.io/github/last-commit/maekind/flake8-ic?color=black" hspace="5"></a>
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/github/languages/top/maekind/flake8-ic?color=darkgreen" hspace="5"></a>
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python%20version-%3E3.11-lightblue" hspace="5"></a>
</p>

# flake8-ic

## Description

This package provides a plugin for `flake8` to check the usage of the `ic()` function from the `icecream` package in your codebase.

## Installation

You can install this package using pip:

```bash
pip install flake8-ic
```

## Check installation

You can check the installation by running the following command:

```bash
flake8 --version
```

You should see the installed version of `flake8` and the installed plugins, including `flake8-ic`.

## Contributors

<a href="https://github.com/maekind/flake8-ic/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=maekind/flake8-ic" />
</a>
<br/>
<br/>

(c) <a href="mailto:marco@marcoespinosa.com">Marco Espinosa</a>, 2025
