qsu - Quick & Simple Utility (Python)
qsu is a library that collects frequently used utility functions.
Installation
qsu requires Python 3.8 or later.
$ pip install qsu
qsu is published to PyPI, so modern package managers such as uv, Poetry, and PDM can install it from their default index without any extra configuration:
$ uv add qsu
$ poetry add qsu
$ pdm add qsu
How to use
from qsu import capitalizeFirst, strCount
print(capitalizeFirst('abcd')) # 'Abcd'
print(strCount('123412341234', '1')) # 3
For more information on all supported functions, see the Reference documentation.
License
Please see the LICENSE file for more information.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 qsu-1.2.0.tar.gz.
File metadata
- Download URL: qsu-1.2.0.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e5e5a61657be77ad14b4eac967e42018c78dbe4cea3d682c669f6a892a7ccc5
|
|
| MD5 |
d052ed0c3c90d6364b6c5c57f30caa65
|
|
| BLAKE2b-256 |
504c4e138b3b350c9c34f23b8e19a0af038f83d125b4554f77a60a22e3b05684
|
File details
Details for the file qsu-1.2.0-py3-none-any.whl.
File metadata
- Download URL: qsu-1.2.0-py3-none-any.whl
- Upload date:
- Size: 93.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d76d3272e30cadf89fe445d87094c8bac94278a5bfb4158e491a95258234f32
|
|
| MD5 |
8a5af37a5b5d85200a37e9870c051930
|
|
| BLAKE2b-256 |
0d870b82a70f082c4dbe89952abc390ea0105d5cc8b5bc194c7a844c912d973b
|