Metadata-Version: 2.4
Name: irl-pkg
Version: 1.0.0
Summary: In Real Life - The package installer that touches grass.
Author: TransPower Team
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: rich

# irl-pkg

The universal package installer. Install NPM, PyPI, and GitHub packages natively with the cool "Touching grass..." progress bar.

```bash
# Installs any Python package using pip
irl install requests

# Installs any Node.js package using npm
irl install chalk

# Installs anything from GitHub
irl install octocat/Hello-World
```
