A library made to inform about run time
Project description
timelibWAM
timelibWAM is a library meant to alert the user about the completion of a program. This can work best with larger projects in which may take longer periods of time to finish running. The package can also alert the user about errors that occur.
IMPORTANT: When utilizing the library, run the import statement by itself. After completing the entry, run the rest of your code. You will incur errors otherwise!
Best Setup: Copy and paste this bad boy:
===================================
from timelibWAM import *
try:
s = tl.start()
*your code*
tl.send_frame_end(s)
except Exception as e:
tl.error_alert()
===================================
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 timelibWAM-0.0.1.tar.gz.
File metadata
- Download URL: timelibWAM-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58c6d4319e17cf47eb94a116ceb9fa5ef67e62e438b5547f717086bde92dd2e5
|
|
| MD5 |
cc6a2c7b576cbdb9b230cb01b5f232c0
|
|
| BLAKE2b-256 |
6fc5d3ca0d517dc7d9f734778e27a7e9264f844088acd44f24167cc24116f836
|
File details
Details for the file timelibWAM-0.0.1-py3-none-any.whl.
File metadata
- Download URL: timelibWAM-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3056b959cc0ce9312a8ae8e7c6c0763a8ba8d64732421e1dc29bf6a2ddcab19e
|
|
| MD5 |
2c3d2ac4dab84c7a71a13bd7f680bd79
|
|
| BLAKE2b-256 |
46ddf12df9aa851c7d7c1b683425beac0adae0f7680ec425dc8509876f3556d2
|