Skip to main content

Collection of utils that we use often.

Project description

Welcome to utilspy documentation!

Documentation Status

Collection of python utils.

For detail Here is Documentation

Install

pip install git+https://github.com/BkrmDahal/utilspy.git

utilspy package

import time

from utilspy 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.2.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

utilpy-0.1.2-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page