Skip to content

sultanalieva-s/cron-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cron-parser

The instructions are applicable to Linux OS.

Environment Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

How to run

python3 main.py "your argument"

Argument Format: "cron expression command"
Cron Expression Format: minutes hours days_of_month month days_of_week, allowed special characters: *, /, -, , .

Tests

To run unit test, use the following command:

pytest

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages