PyCronVisualizer

PyCronVisualizer is a Python package that will help you visualize the occurances of your Cron Jobs. Inspired from cronv

Note: This package is written in Python3

Instructions

Installation of poetry (Required only once)

Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python

$ poetry --version
Poetry version 1.0.0

$ poetry self update
You are using the latest version

$ poetry update

Build the package

$ poetry build
Building pycronvis (<version>)
 - Building sdist
 - Built pycronvis-<version>.tar.gz

 - Building wheel
 - Built pycronvis-<version>-py3-none-any.whl