Skip to main content

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

  1. Create a fork of the project
  2. Clone the forked project
  3. Install dependencies with pip install -r requirements.txt
  4. Setup pre-commit hooks with precommit install
  5. Make code changes
  6. Push changes
  7. Make a PR to the dev branch
  8. Awaiting your contributions

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

cron_expression_generator-0.0.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

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

cron_expression_generator-0.0.1-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file cron_expression_generator-0.0.1.tar.gz.

File metadata

File hashes

Hashes for cron_expression_generator-0.0.1.tar.gz
Algorithm Hash digest
SHA256 3df70c1f4e47032f25f1cd893911e865132e6b2115d2811d3b9a50ad3cd12505
MD5 c964a23fec42881b6062a4fe7aac17ea
BLAKE2b-256 dad86814761328b71f7c7eb31ce4a82cb7938493cba79a8543e3bc0f2d4d003c

See more details on using hashes here.

File details

Details for the file cron_expression_generator-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cron_expression_generator-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 26bc49079d4db8e9b002b944b9902ea308ebde5aea2b744ed6797cd2aeac4591
MD5 1ef3e24f20895d37d3d61c5709e0eeba
BLAKE2b-256 dbef8e74fcfb91297d87f18ccf03e36cb8094367958b3004bb1c1c368a8b3cf1

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