┏┓┳┏┓ ┳┓┏┓┳┓
┃┃┃┃┃ ┣┫┣┫┣┫
┣┛┻┣┛ ┻┛┛┗┛┗
pipbar is a Python tool that shows a progress bar with ETA and download speed when installing packages using pip. It enhances the user experience by displaying a progress bar during installation, making it easy to track the progress and estimated time for completion.
Features
- Displays a progress bar for
pipinstallations - Shows the ETA (estimated time of arrival) and download speed
- Provides user-friendly messages and status updates during package installation
- Open-source and easy to use
Installation
You can install pipbar directly from PyPI using pip:
pip install pipbar
PyPl: https://pypi.org/project/pipbar/0.1.0/
Usage
Once pipbar is installed, you can use it to install packages with a progress bar.
Install a Single Package
Here’s an example of how to install a package (e.g., requests) using pipbar:
from pipbar import install_package
install_package("requests")
This will install the requests package and show a progress bar with the ETA and download speed.
Install Multiple Packages
You can also install multiple packages at once by using the install_packages function:
from pipbar import install_packages
install_packages(["requests", "numpy", "pandas"])
This will install requests, numpy, and pandas with a progress bar for each package.
License
pipbar is an open-source project released under the MIT License.
Release files for pipbar 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pipbar-0.1.1.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pipbar-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / pipbar-0.1.1.tar.gz
| Download URL | pipbar-0.1.1.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e12f6bd3521cba127942b5021868762fa8fe563daf5d32940f98c45c10da47f0
|
|
BLAKE2b-256 checksum How to use checksums |
bd670362cb32561268d6febe3bb20391fd4b4ae174816e11bffe5b55e119421b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.8.10
|
Release files / pipbar-0.1.1-py3-none-any.whl
| Download URL | pipbar-0.1.1-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
688c13fba993d8f0a291550654388fa0b2730cc04290447343f40483f2bd7068
|
|
BLAKE2b-256 checksum How to use checksums |
9ff9d56849c280783f62c82347b716a3ad2e9d16ae43b54a264c123ce4119cad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.8.10
|