QGB's Python Simplified Utils
Usability important than performance
In this project, 'qgb' is the top module name.
QPSU also called 'UTNF' because qgb module mainly directly contains :
qgb.U (Utils main) ,
qgb.T (Text utils) ,
qgb.N (Network utils) ,
qgb.F (File utils)
qgb.py module is a independent lightweight wrapper of python core api.
Full document see: https://deepwiki.com/QGB/QPSU/2.4-n-module-(network-core)
Install
directly clone
$ git clone https://github.com/QGB/QPSU qgb
$ python -m qgb # it will print like below
import sys;'qgb.U' in sys.modules or sys.path.append('/home/qgb/');from qgb import *
# now, you can paste this line to your IPython or python project.
from qgb import * # equals: from qgb import U,T,N,F,py
# if in Windows system, Win module automatically added.
# if in IPython, ipy module automatically added.
pip install # TODO
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qpsu-0.1.0.tar.gz
(264.7 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
qpsu-0.1.0-py3-none-any.whl
(120.4 kB
view details)
File details
Details for the file qpsu-0.1.0.tar.gz.
File metadata
- Download URL: qpsu-0.1.0.tar.gz
- Upload date:
- Size: 264.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b34d85fa59a3fba436b33b51525577118dbdc1747367a8ee7a89787b7d71134
|
|
| MD5 |
2733acdea11b6368d60845d8b1e29ec7
|
|
| BLAKE2b-256 |
b92c1cbc660104fd9bb3123f007108205c26e174ee70e290ae7a67bae2d290ea
|
File details
Details for the file qpsu-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qpsu-0.1.0-py3-none-any.whl
- Upload date:
- Size: 120.4 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 |
030d41071f3bbbf58f785fdb0b1743490739b0e29afb91ad9e77ec1c4e8203bf
|
|
| MD5 |
ce50d1d9417b8c5bf2b506a3654144eb
|
|
| BLAKE2b-256 |
39763ffa6d0cbf2861b833b7dfc43d0f061eed0a65ad357cb72be561d4d6eefe
|