a library that gives you useful util
Project description
kzutil
kzutil is a library that gives you useful util.
Author: Kevin Zhu
Features
- funcs to use
- consts to use
- updating frequently based on need
Installation
To install kzutil, use pip: pip install kzutil.
However, many prefer to use a virtual environment.
macOS / Linux:
# make your desired directory
mkdir /path/to/your/directory
cd /path/to/your/directory
# setup the .venv (or whatever you want to name it)
pip install virtualenv
python3 -m venv .venv
# install kzutil
source .venv/bin/activate
pip install kzutil
deactivate # when you are completely done
Windows CMD:
# make your desired directory
mkdir C:path\to\your\directory
cd C:path\to\your\directory
# setup the .venv (or whatever you want to name it)
pip install virtualenv
python3 -m venv .venv
# install kzutil
.venv\Scripts\activate
pip install kzutil
deactivate # when you are completely done
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kzutil-1.1.0.tar.gz
(3.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 kzutil-1.1.0.tar.gz.
File metadata
- Download URL: kzutil-1.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcc4676802bdc1f6c789a047d2a28eb5217365608a165c6e1e4f44f938fa8d4c
|
|
| MD5 |
5bbbc2033fbdc71b00612322de9f0063
|
|
| BLAKE2b-256 |
b2690f339d400a1e0147c2f7004a0fb468852a0d9558186300fa679d215b598f
|
File details
Details for the file kzutil-1.1.0-py3-none-any.whl.
File metadata
- Download URL: kzutil-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7393e13eec99b98bc351a292cd4f1ef695a5a1828b4c218585338cc2977f0fca
|
|
| MD5 |
f61bba7b30f73f1cef4c365d38b714ae
|
|
| BLAKE2b-256 |
6bf98a442dce128e4857fcd5d1f22e62f3e3847fa9b9672e1e36c8978f5d6013
|