PipAll is a Python library management tool that simplifies the installation, uninstallation, and listing of libraries for different Python versions.
Project description
# 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pipall-0.0.6.tar.gz.
File metadata
- Download URL: pipall-0.0.6.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bbe8238d9b45e39c7d584e4405e1683f6c2805521b4c8f3eb23d0a0965b8ed6
|
|
| MD5 |
28e961a367afd7df4ea5bbb08ecb8321
|
|
| BLAKE2b-256 |
07be0379e663e90e2abf4d263f7abb10ca81f61f37375b4eae53628c7c1047f7
|