Metadata-Version: 2.4
Name: reqcore
Version: 0.1.0
Summary: Generate clean requirements.txt files from your Python project's actual imports.
Author: DevKxrol
License-Expression: MIT
Keywords: requirements,dependencies,python,cli,ast
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ReqCore

ReqCore is a lightweight CLI tool that automatically generates a clean `requirements.txt` from the packages your Python project actually imports.

## Installation

```bash
pip install reqcore
