A python utility package that provides commonly used functionalities or helper methods.
Project description
utilitilib
A python utility package that provides commonly used functionalities or helper methods that you can use to improve productivity or efficiency in your work flow.
Installation
To install this package, do:
pip3 install utilitilib
Example Usage
Here's an example of how you would use utilitilib:
from utilitilib.arrays import remove_duplicate
# this imports the remove_duplicate module from the arrays subpackage.
if __name__ == "__main__":
print(remove_duplicate.remove_duplicate([1,1,1,2,2,2,3,3,3,4,4]))
Uninstall
To uninstall this package, do:
pip3 uninstall -y utilitilib
Contributing
If you would like to contribute, please check out the CONTRIBUTING.md file
Thank you for your interest in contributing.
API Reference
Licence
Released under the MIT licence
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
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 utilitilib-0.0.2.tar.gz.
File metadata
- Download URL: utilitilib-0.0.2.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cc4455c27c202aadf08c4406dc12654557b6b6c3cec08fd7dc5228860a45174
|
|
| MD5 |
b9a4afbcc16a572c4f53d6c6100c7946
|
|
| BLAKE2b-256 |
2e59a3ca89094c69a9492b88f56dbe6d72332c3aeef924a4d73158045e12bd0a
|
File details
Details for the file utilitilib-0.0.2-py3-none-any.whl.
File metadata
- Download URL: utilitilib-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df9ecb0ce6696e645d63240e537d4172d774ab36a2550a5e12749cc03e15fa6b
|
|
| MD5 |
67c03c24d700d74b600c02de18044570
|
|
| BLAKE2b-256 |
70e8fbc2b6153e2ea36a24de3bc1f4fe6eb4fc3b2a83601c32a86d95f0528139
|