Metadata-Version: 2.4
Name: eastinstaller24
Version: 1.0.0
Summary: EastInstaller24 - a lightweight pip wrapper CLI
Author-email: "Xscripts, Inc. (BB)" <sunnyplaysyt9@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown

\# EastInstaller24



\*\*EastInstaller24\*\* is a lightweight Python package manager CLI built on top of `pip`, created by \*\*Xscripts, Inc. (BB)\*\*.  

It gives you quick commands like `ea install <pkg>` instead of typing long `pip` commands.



---



\## 🚀 Installation



Clone this repo and install it locally:



```bash

pip install -e .



\# ⚠️ NOTE

\# If the ea command doesn’t work, you can try:

\# python a.py install <pkg>

\# Or if that still doesn’t work:

\# a.py install <pkg>

\# This applies to all commands, not just install



