Generates cron expression for cron job scheduling
Project description
Cron Expression Generator
Description
Cron Expression Generator is a python package which helps to generator cron expressions that can be used to schedule the frquency at which cron jobs run.
Usage
from cron_expression_generator import generator
cron_expression = str(
generator.CronExpressionGenerator()
.minutes(5, every=True)
)
# cron_expression = "* */5 * * * *"
Contributions
- Create a fork of the project
- Clone the forked project
- Install dependencies with
pip install -r requirements.txt - Setup pre-commit hooks with
precommit install - Make code changes
- Push changes
- Make a PR to the dev branch
- Awaiting your contributions
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
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 cron_expression_generator-0.0.1.tar.gz.
File metadata
- Download URL: cron_expression_generator-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3df70c1f4e47032f25f1cd893911e865132e6b2115d2811d3b9a50ad3cd12505
|
|
| MD5 |
c964a23fec42881b6062a4fe7aac17ea
|
|
| BLAKE2b-256 |
dad86814761328b71f7c7eb31ce4a82cb7938493cba79a8543e3bc0f2d4d003c
|
File details
Details for the file cron_expression_generator-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cron_expression_generator-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26bc49079d4db8e9b002b944b9902ea308ebde5aea2b744ed6797cd2aeac4591
|
|
| MD5 |
1ef3e24f20895d37d3d61c5709e0eeba
|
|
| BLAKE2b-256 |
dbef8e74fcfb91297d87f18ccf03e36cb8094367958b3004bb1c1c368a8b3cf1
|