Metadata-Version: 2.1
Name: pipall
Version: 0.0.6
Summary: PipAll is a Python library management tool that simplifies the installation, uninstallation, and listing of libraries for different Python versions.
Author: Sree Harsha
Author-email: sreeharsha120203@gmail.com
Keywords: pipall,pythonversions
License-File: LICENSE.md


# pipall - Python Library Management

PipAll is a Python library management tool that simplifies the installation, uninstallation, and listing of libraries for different Python versions.

## Installation

 - pip install pipall


Install a Library
 - pipall install <library_name>

Replace <library_name> with the name of the library you want to install.


Uninstall a Library
 - pipall uninstall <library_name>

Replace <library_name> with the name of the library you want to uninstall.


List Installed Python Versions
 - pipall pythons


List Libraries under a Python Version
 - pipall listlib


List All Commands
 - pipall help


Example of installing a library:

 - pipall install requests

This will install the requests library for the default Python version.
