Metadata-Version: 2.4
Name: HRequire
Version: 1.0.2
Summary: Auto-generate requirements.txt from your Python project imports
Author-email: Thanaraklee <bzank.lee@hotmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Thanaraklee/hrequire
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

|||
|:-:|:-|
|Security|[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Thanaraklee/hrequire/badge)](https://scorecard.dev/viewer/?uri=github.com/Thanaraklee/hrequire) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10889/badge)](https://www.bestpractices.dev/projects/10889) [![CodeQL](https://github.com/Thanaraklee/hrequire/actions/workflows/codeql.yml/badge.svg)](https://github.com/Thanaraklee/hrequire/actions/workflows/codeql.yml) |
|CI Testing |[![Test HRequire](https://github.com/Thanaraklee/hrequire/actions/workflows/ci.yaml/badge.svg?branch=develop)](https://github.com/Thanaraklee/hrequire/actions/workflows/ci.yaml)|
|PyPI|![PyPI - Version](https://img.shields.io/pypi/v/HRequire)|

# hrequire
Auto-generate `requirements.txt` from your Python project by imports

## Usage
```bash
pip install hrequire
hrequire                    # Genereate requirements.txt
hrequire --details          # show detailed import info by file
```
