Skip to main content

pycronner

pycronner is a simple job scheduling tool in Python. pycronner officially supports Python 3.6+.

Installing pycronner

$ python3 -m pip install pycronner

Using pycronner

Run a job every 5 minutes

from pycronner import cronner

@cronner.every(5).minute
def job():
    pass

cronner.start()

Run a job every 5 minutes on first day every month between 8:00 AM and 10:00 AM.

from pycronner import cronner

@cronner.at(day=1, hour=(8, 9))
@cronner.every(5).minute
def job():
    pass

cronner.start()

Not use decorator but do the same thing as above.

from pycronner import cronner

def job():
    pass

cronner.do(job2).every(5).minute().at(day=1, hour=(8, 9))

cronner.start()

Release files for pycronner 0.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pycronner 0.0.1
File Size Uploaded
pycronner-0.0.1.tar.gz 5.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pycronner 0.0.1
File Interpreter ABI Platform
pycronner-0.0.1-py3-none-any.whl Python 3 none any Details

Total release size: 11.2 kB

Release files / pycronner-0.0.1.tar.gz

Download URL pycronner-0.0.1.tar.gz
Size 5.6 kB
Tags Source
SHA-256 checksum
How to use checksums
ac0d17693ba04d86c9b5187f0f6c037f2ad9e986ee1d3a945ef32bf5383029bc
BLAKE2b-256 checksum
How to use checksums
9f4cd28998b270e2edda67272e634116c0784579efb4b01594452a72e987a5e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

Release files / pycronner-0.0.1-py3-none-any.whl

Download URL pycronner-0.0.1-py3-none-any.whl
Size 5.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
f186514cdfd93c4a89cbff518c902d770c597983b2586f148e988071fde1fbb3
BLAKE2b-256 checksum
How to use checksums
7d93aaf6614c4d1e139d6c42a4ed0f17c9c392eabf6cf1304b82b517bbc30293
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

Release history Release notifications | RSS feed

This release

0.0.1 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page