https://github.com/byteface/ezcron
cron viewer
https://github.com/byteface/ezcron
Last synced: 7 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T13:29:13.000Z (over 5 years ago)
- Last Synced: 2025-05-12T04:52:28.859Z (7 months ago)
- Language: Python
- Size: 354 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ezcron
cron jobs made ez
# ezcron
##### built with domonic and sanic
App 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/