Metadata-Version: 2.4
Name: startercheck
Version: 0.1.0
Summary: A simple CLI tool to check if a Python project is ready for PyPI publishing
Author-email: Ali Raza <aliraza6136@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# StarterCheck

StarterCheck is a simple Python CLI tool that checks whether a Python project is ready for basic PyPI publishing.

## Installation

```bash
pip install startercheck
