Random timeout between minimum and maximum values
Project description
Timeout
Random timeout between minimum and maximum values
Installation:
pip install python-timeout
Usage:
from timeout import random_timeout, sleep_for
random_timeout(10, 20) # Random timeout between 10 and 20 seconds
random_timeout(60, 120) # Random timeout between one minute (60 seconds) and two minutes (120 seconds)
sleep_for(5) # Sleep for five minutes
sleep_for(15) # Sleep for fifteen minutes
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
python-timeout-3.tar.gz
(1.7 kB
view details)
File details
Details for the file python-timeout-3.tar.gz.
File metadata
- Download URL: python-timeout-3.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c60deee91f18056e78db1d9fd72b52f2075bb01e798960c404115e234bb1891f
|
|
| MD5 |
0b6f373e3c301f52085045b6167c90ed
|
|
| BLAKE2b-256 |
f9c504ca08779ecaf228b6cc260cb99aab4bdd0c7ad78b91f4d260ce8492772c
|