A simple library for easily working with time series data
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.1.1.tar.gz
(2.5 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.1.1.tar.gz.
File metadata
- Download URL: chronolight-1.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8c61fc47ea89ee7744b99b97c269c5ae4b006ab9990885250114eb3e25767b7
|
|
| MD5 |
44fcbe29b1125cd3749e9837925559fc
|
|
| BLAKE2b-256 |
2a9c93fe9c584cdea7fc7c48badb7ab8de9739824c4396350f0166a3baabd90d
|
File details
Details for the file chronolight-1.1.1-py3-none-any.whl.
File metadata
- Download URL: chronolight-1.1.1-py3-none-any.whl
- Upload date:
- Size: 2.8 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 |
c0c7828f681867a40301f10bad42b1b615ec02899a075988e22a43953590bde5
|
|
| MD5 |
881fcd2e0ff04f7d6e8dac805b63eeb6
|
|
| BLAKE2b-256 |
27e2b30155d49a1312fe936dd0ece8aaeb1a0508548946eedb1b0bc26a720587
|