Install packages, Uninstall packages, Upgrade packages and show the list of installed packages
Project description
pypkg-tool
A simple Python package manager.
Installation
pip install pypkg-tool
Usage
from pypkg import install_package
install_package("install-the-package-that-you-want") #installs the package that you write
from pypkg import uninstall_package
uninstall_package("uninstall-the-package-that-you-want") #uninstalls the package that you write
from pypkg import upgrade_package
upgrade_package("upgrade-the-package-that-you-want") #upgrades the package that you write
from pypkg import packages_list
packages_list() #shows all packages installed on your computer
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
pypkg_tool-1.6.tar.gz
(1.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pypkg_tool-1.6.tar.gz.
File metadata
- Download URL: pypkg_tool-1.6.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5702334aff4fbbd65751bbc71ec7971906ec586784cdf6f727f51cb3188c840f
|
|
| MD5 |
c2bde0b0700ba007cd1f2614801b2b63
|
|
| BLAKE2b-256 |
ed797f4ee12ef79786674d837f6ab15c2a359b0752ce4eda901209d308934972
|
File details
Details for the file pypkg_tool-1.6-py3-none-any.whl.
File metadata
- Download URL: pypkg_tool-1.6-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4870236edd7cca3029cd5d0ea93d97dcaddecb3a3b6ecfcd5b2867941fec2d5b
|
|
| MD5 |
8effcf616d9cbe3283ad5de5974c32d4
|
|
| BLAKE2b-256 |
ed9550d4498e896a0e717ad026ad477a718a84b6ccb407643b1a389cd4215cda
|