Metadata-Version: 2.4
Name: clean-jetbrains-old
Version: 0.1.19
Summary: Add your description here
Author: GideonBear
Author-email: GideonBear <dig-sultry-sedate@duck.com>
License-Expression: GPL-3.0-only
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Dist: packaging>=24
Requires-Python: >=3.14
Project-URL: bugs, https://github.com/GideonBear/clean-jetbrains-old/issues
Project-URL: homepage, https://github.com/GideonBear/clean-jetbrains-old
Description-Content-Type: text/markdown

# clean-jetbrains-old

## Installation

```bash
# Using uv (will automatically install Python if necessary):
uv tool install clean-jetbrains-old
# Using pipx:
pipx install clean-jetbrains-old
# Using pip:
pip install clean-jetbrains-old
```

## Python version support

This project will only ever support the latest released minor version of python, but will most likely work on older
versions as well. Change `requires-python` manually in `pyproject.toml` if necessary.
