Simple python function call scheduler in crontab format
Project description
ChronoTask
A Python function call scheduler that supports crontab-formatted time (also supports async functions).
example of usage:
from chronotask import ChronoTask
import time
task = ChronoTask()
# as a decorator
@task.schedule()
def hello():
...
# or by call
task.register(hello)
# start the scheduler
task.start()
time.sleep(10)
task.stop()
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
chronotask-0.2.0.tar.gz
(14.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 chronotask-0.2.0.tar.gz.
File metadata
- Download URL: chronotask-0.2.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.6.65-1-lts
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59627eaca97b9f6e5f07f3be9d8e4d7b5e6fcb65dae64ba1fcdd1c26e6846b0a
|
|
| MD5 |
df14f9979ec2ad2bdf21e385370d53ae
|
|
| BLAKE2b-256 |
bf97a1dd21712112f19507d34913ba5a402bc3b86ab70e2826afc54621097740
|
File details
Details for the file chronotask-0.2.0-py3-none-any.whl.
File metadata
- Download URL: chronotask-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.6.65-1-lts
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f05c1744d7d84f5a64d950b331ca3f27d2a7ab967cca1feaaea665ec8e761f4
|
|
| MD5 |
f618426b07d15892a54776167266a7c2
|
|
| BLAKE2b-256 |
2760aae12a95cfb7dc068420236a3280a771a202a1a4897caa619c75f4a459d4
|