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.
Source Distribution
utilpy-0.1.4.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file utilpy-0.1.4.tar.gz
.
File metadata
- Download URL: utilpy-0.1.4.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bf7833178f4e3838350aaba204bc1033312d6d1e73a4a410a48f536404e094b |
|
MD5 | 04eeb6a4162cfefe36291b4728f1b09a |
|
BLAKE2b-256 | 554cb1d59c698260c8ce793cc64c575415e42e5305f4f9ebae4ef7b02f013192 |
File details
Details for the file utilpy-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: utilpy-0.1.4-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2f998a392b816a9c610716be12723565e828ab684b60e37e49067351b33c416 |
|
MD5 | f7b9eb758f0d580c536595f39b3232fa |
|
BLAKE2b-256 | 2965d0b237e8eef6fda03714e17cb157e7ab95806b1978892ccc7d6fef30600b |