Metadata-Version: 2.1
Name: pipli
Version: 1.0.0
Summary: A CLI tool that automatically installs missing Python dependencies and runs the given command.
Home-page: https://github.com/paulrahul/pipli
Author: Rahul Paul
Author-email: devnull90210@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pipli
Auto install pip dependencies for a given command

## Installation

You can install it via pip:

```bash
pip install pipli
