Metadata-Version: 2.1
Name: Dency
Version: 2.1
Summary: tool to fetch and generate requirements.txt for Python projects
Home-page: https://github.com/11PRIMUS/Dency
Author: PRIMUS
Author-email: alokpal2803@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

# Dency - Dependency Fetcher

Dency is an tool designed to automate the process of identifying, fetching, and creating a `requirements.txt` file for Python projects.

## Features
- Scans project files for Python package imports.
- Fetches the latest available versions from PyPI.
- Supports interactive mode for user confirmation.
- Can auto-fix missing dependencies.

## Installation
```bash
pip install Dency
