https://github.com/byteface/ezcron
cron viewer
https://github.com/byteface/ezcron
Last synced: 2 months ago
JSON representation
cron viewer
- Host: GitHub
- URL: https://github.com/byteface/ezcron
- Owner: byteface
- License: mit
- Created: 2020-08-13T20:17:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T13:29:13.000Z (over 4 years ago)
- Last Synced: 2025-02-05T05:33:03.293Z (2 months ago)
- Language: Python
- Size: 354 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-python-html - byteface/ezcron: cron viewer
- awesome-python-html - byteface/ezcron: cron viewer
README
![]()
ezcron
cron jobs made ez
# ezcron
##### built with domonic and sanicApp to view and edit crons
##### setup
python3 -m venv venv
. venv/bin/activate
python3 -m pip install -r requirements.txt##### running
python3 ezcron.py
![]()
##### NOTICE/WARNING
I'm using this to test another lib. So if it doesn't run after updates you may need to upgrade. venv/bin/activate
python3 -m pip install domonic --upgrade##### made possible by:
https://bradymholt.github.io/cron-expression-descriptor/
https://pypi.org/project/croniter/
http://bunkat.github.io/later/