Skip to main content

A simple library for easily working with time

Project description

chronolight

Discord

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


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.2.3.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chronolight-1.2.3-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file chronolight-1.2.3.tar.gz.

File metadata

  • Download URL: chronolight-1.2.3.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for chronolight-1.2.3.tar.gz
Algorithm Hash digest
SHA256 571204a3e93538d87aea79b944a9b802f5a1a639b469ccdcb7a99d8a8caed4a0
MD5 5371a6dc2489d73ddc11a56951e29857
BLAKE2b-256 fe57d71e26020e983cdbeadb81b45ebb91296b851112b873c2bfde7820b29bc8

See more details on using hashes here.

File details

Details for the file chronolight-1.2.3-py3-none-any.whl.

File metadata

  • Download URL: chronolight-1.2.3-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for chronolight-1.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 986216866ead433034f5e32afe522489a76546ef284f5c9964e988c83e6f7525
MD5 b56b4053c096049124723b21c1a22d74
BLAKE2b-256 1438bc39aa5edbee9fe352d3fc2a3eefcd392bc504c4f7d27b98bdd0feb2ea64

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page