Metadata-Version: 2.4
Name: jps-python-deadcode-utils
Version: 0.1.0
Summary: A Python Typer-based command-line utility for running multiple Python dead-code and static-analysis tools in parallel, cross-checking their findings, and generating consolidated confidence reports in Markdown and static HTML.
Author-email: Jaideep Sundaram <jai.python3@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/jai-python3/jps-python-deadcode-utils
Project-URL: Repository, https://github.com/jai-python3/jps-python-deadcode-utils
Project-URL: Issues, https://github.com/jai-python3/jps-python-deadcode-utils/issues
Keywords: cookiecutter,bootstrap,project-generator,automation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.12.3
Provides-Extra: test
Requires-Dist: pytest>=8.0.0; extra == "test"
Provides-Extra: dev
Requires-Dist: flake8>=7.0.0; extra == "dev"
Requires-Dist: black>=24.0.0; extra == "dev"
Requires-Dist: build>=1.2.1; extra == "dev"
Requires-Dist: twine>=5.0.0; extra == "dev"
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pytest-cov>=5.0.0; extra == "dev"
Requires-Dist: isort>=5.13.0; extra == "dev"
Requires-Dist: codecov>=2.1.13; extra == "dev"
Requires-Dist: autoflake>=2.3.1; extra == "dev"
Requires-Dist: pre-commit>=3.8.0; extra == "dev"
Requires-Dist: bandit>=1.7.9; extra == "dev"
Requires-Dist: vulture>=2.11; extra == "dev"
Requires-Dist: flynt>=1.0.1; extra == "dev"
Requires-Dist: pydocstyle>=6.3.0; extra == "dev"
Requires-Dist: darglint>=1.8.1; extra == "dev"
Requires-Dist: mypy>=1.12.1; extra == "dev"
Requires-Dist: bump-my-version>=1.0.1; extra == "dev"
Requires-Dist: git-changelog>=2.7.0; extra == "dev"
Dynamic: license-file

# jps-python-deadcode-utils

![Build](https://github.com/jai-python3/jps-python-deadcode-utils/actions/workflows/test.yml/badge.svg)
![Publish to PyPI](https://github.com/jai-python3/jps-python-deadcode-utils/actions/workflows/publish-to-pypi.yml/badge.svg)
[![codecov](https://codecov.io/gh/jai-python3/jps-python-deadcode-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/jai-python3/jps-python-deadcode-utils)

A Python Typer-based command-line utility for running multiple Python dead-code and static-analysis tools in parallel, cross-checking their findings, and generating consolidated confidence reports in Markdown and static HTML.

## 🚀 Overview

TBD

### Features

TBD

### Example Usage

TBD

## 📦 Installation

```bash
make install
```

## 🧪 Development

```bash
make fix && make format && make lint
make test
```

## 📜 License

MIT License © Jaideep Sundaram
