A simple library for easily working with time
Project description
chronolight
A simple library for working with timelines and delayed calls.
Installation
pip install chronolight
Quick Start
import chronolight
# Timeline
tl = chronolight.Timeline()
tl.wait(1)
tl.call(lambda: print("1 second passed"))
tl.wait(0.5)
tl.call(lambda: print("Another 0.5 seconds passed"))
tl.run()
# Delayed call
chronolight.delay(2, lambda: print("After 2 seconds"))
Methods
Timeline
| Method | Description |
|---|---|
.wait(seconds) |
Adds a delay |
.call(func) |
Adds a function call |
.run(threaded=False) |
Runs the timeline |
delay(seconds, function)
Executes a function after N seconds (in a separate thread).
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
chronolight-1.3.4.tar.gz
(4.1 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 chronolight-1.3.4.tar.gz.
File metadata
- Download URL: chronolight-1.3.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0035cc85b372fa20ac9a0c039c9a3c273c8d73b44350eed6c5cbfc973fc1620
|
|
| MD5 |
225500b7ca24201f3ba27077f5736165
|
|
| BLAKE2b-256 |
cbade945c8ea4c11e93fde9b522bc566e81d584dd36d7d644ab54a12eadb829e
|
File details
Details for the file chronolight-1.3.4-py3-none-any.whl.
File metadata
- Download URL: chronolight-1.3.4-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a75bba374d6dbd03f25224d421d7af6694c2b652b3856e58469095ea8e13de34
|
|
| MD5 |
4a56baf155e06dcccfaa201cc3a40037
|
|
| BLAKE2b-256 |
3bcfceeadf9f96efac0bcd664a1a59f7c4b025fea35af79b86212146824deca3
|