Metadata-Version: 2.4
Name: genreq
Version: 0.2.1
Summary: A Python tool that automatically detects python packages used in a project and generate a requirements.txt file
Author-email: Ziad Elshahawy <zelshahawy@uchicago.edu>
Maintainer-email: Ziad Elshahawy <zelshahawy@uchicago.edu>
License: BSD license
Project-URL: bugs, https://github.com/zelshahawy/genreq/issues
Project-URL: changelog, https://github.com/zelshahawy/genreq/blob/master/changelog.md
Project-URL: homepage, https://github.com/zelshahawy/genreq
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: typer
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

# genreqs

![Version](https://img.shields.io/pypi/v/genreqs.svg)
[![Travis CI](https://img.shields.io/travis/zelshahawy/genreqs.svg)](https://travis-ci.com/zelshahawy/genreqs)
[![Documentation Status](https://readthedocs.org/projects/genreqs/badge/?version=latest)](https://genreqs.readthedocs.io/en/latest/?version=latest)

A Python tool that automatically detects python packages used in a project and generates a `requirements.txt` file.

- Free software: BSD license
- Documentation: [https://genreqs.readthedocs.io](https://genreqs.readthedocs.io)

