Advanced stopwatch with lap tracking for Python developers
Project description
Chronolap
Advanced stopwatch with lap tracking for Python developers.
Installation
pip install chronolap
from chronolap import ChronolapTimer
timer = ChronolapTimer()
timer.start()
# your code
timer.lap("First section")
timer.stop()
for lap in timer.laps:
print(lap)
Support
If you find this project useful, consider supporting me:
License
MIT © Ertugrul Kara
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
chronolap-1.0.1.tar.gz
(3.2 kB
view details)
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 chronolap-1.0.1.tar.gz.
File metadata
- Download URL: chronolap-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b17e0f54e08623e5768abb8a68a3fbda2577bfe68db337d15fb1b70ff0ff14d
|
|
| MD5 |
32ce1fc560212905a6bf43285cc7a447
|
|
| BLAKE2b-256 |
399c3df1e2001cc9323b98f37e7bf7110f77adcd7d2ffee25b2dea3f4bda7479
|
File details
Details for the file chronolap-1.0.1-py3-none-any.whl.
File metadata
- Download URL: chronolap-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
061a046c2c40419dc22f11f6390a97b67102978fe822028d18165e77a5bbd67c
|
|
| MD5 |
59939e1a4b751eb1a3538585539f89c0
|
|
| BLAKE2b-256 |
ae43d8f6a6c96b0a59eb76a9cf337dc1b4f53d81f0bcadf1d037de721678c57c
|