Collection of utils that we use often.
Project description
Welcome to utilspy documentation!
Collection of python utils.
For detail Here is Documentation
Install
pip3 install utilpy
utilspy package
import time from utilpy import log, files, decorator # logger function logs = log.Logger() logs.log("< started >") time.sleep(2) logs.log("running..") time.sleep(1) logs.log("</>") # timeout @decorator.timeout(5) def add(x, y): return x+y # other useful utils files = utils.walk_directory('.')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size utilpy-0.1.3-py3-none-any.whl (6.9 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size utilpy-0.1.3.tar.gz (6.0 kB) | File type Source | Python version None | Upload date | Hashes View |