Metadata-Version: 2.4
Name: pydepmgr
Version: 1.6.0
Summary: A simple terminal-based Python dependency manager
Author: Ashfaaq Rifath
License-Expression: MIT
Project-URL: Homepage, https://github.com/ashfaaqrifath/pydepmgr
Project-URL: Repository, https://github.com/ashfaaqrifath/pydepmgr
Keywords: pip,dependency-manager,python,cli,requirements
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Requires-Dist: questionary
Dynamic: license-file

# pydepmgr

pydepmgr is a simple terminal-based Python dependency manager.

## Features

- Install Python packages
- Update packages
- Uninstall packages
- Batch install from requirements.txt
- Batch uninstall packages
- List installed packages
- List outdated packages
- Update all outdated packages
- Check broken dependencies
- Save requirements file
- Create virtual environment
- Create executable using PyInstaller

## Installation

```bash
pip install pydepmgr
