.dockerignore
.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
Dockerfile
HISTORY.md
LICENSE
MANIFEST.in
README.md
codecov.yml
docker-compose-acme.yml
docker-compose-cluster-large.yml
docker-compose-cluster.yml
docker-compose-zen.yml
docker-compose.yml
pyproject.toml
requirements_dev.txt
tox.ini
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.md
.github/workflows/build.yml
.github/workflows/docker.yml
.github/workflows/release.yml
.github/workflows/tox.yml
docker/Dockerfile.alpine
docker/Dockerfile.amazonlinux
docker/Dockerfile.distroless
docker/Dockerfile.fedora
docker/Dockerfile.opensuse
docker/Dockerfile.rhel
docker/Dockerfile.ubuntu
docs/img/dashboard-history.png
docs/img/dashboard-logs.png
docs/img/dashboard-overview.png
docs/img/dashboard-palette.png
docs/img/dashboard-schedule.png
docs/img/dashboard-settings.png
docs/img/dashboard-shortcuts.png
docs/img/dashboard-theme-green.png
docs/img/dashboard-theme-modern.png
example/acme-platform/README.md
example/acme-platform/acme.env
example/acme-platform/gen-certs.sh
example/acme-platform/jobs.yaml
example/acme-platform/node-entrypoint.sh
example/adhoc.yacron2.d/_inc.yaml
example/adhoc.yacron2.d/test-tz.yaml
example/adhoc.yacron2.d/test-utc.yaml
example/adhoc.yacron2.d/test.yaml
example/cluster/README
example/cluster/gen-certs.sh
example/cluster/jobs.yaml
example/cluster/node-a.yaml
example/cluster/node-b.yaml
example/cluster/node-c.yaml
example/cluster-large/README
example/cluster-large/gen-certs.sh
example/cluster-large/jobs.yaml
example/cluster-large/node-entrypoint.sh
example/crontab/README
example/crontab/dashboard.yaml
example/crontab/legacy.crontab
example/demo/yacron2tab.yaml
example/docker/Dockerfile
example/docker/README
example/docker/k8s-deploy.yaml
example/docker/yacron2tab.yaml
example/etcd/README
example/etcd/docker-compose.yml
example/etcd/yacron2tab.yaml
example/kubernetes/README
example/kubernetes/deployment.yaml
example/kubernetes/yacron2tab.yaml
example/zen-demo/yacron2tab.yaml
pyinstaller/Dockerfile
pyinstaller/Makefile
pyinstaller/entitlements.plist
pyinstaller/yacron2
pyinstaller/yacron2.spec
tests/__init__.py
tests/_commands.py
tests/test_backend_etcd.py
tests/test_backend_kubernetes.py
tests/test_cluster.py
tests/test_config.py
tests/test_config_backends.py
tests/test_cron.py
tests/test_crontabs.py
tests/test_fingerprint.py
tests/test_include_parent.yaml
tests/test_included_child.yaml
tests/test_job.py
tests/test_leadership.py
tests/test_main.py
tests/test_platform.py
tests/test_prometheus.py
tests/testbrokenconfig.yaml
tests/testconfig.yaml
tests/fixtures/.testenv
tests/fixtures/.testenv-invalid
wiki/Architecture-and-Internals.md
wiki/CLI-Reference.md
wiki/Classic-Crontabs.md
wiki/Clustering-and-Leader-Election.md
wiki/Commands-and-Environment.md
wiki/Concurrency-and-Timeouts.md
wiki/Configuration-Reference.md
wiki/Contributing-and-Releasing.md
wiki/Failure-Detection-and-Retries.md
wiki/HTTP-API.md
wiki/Home.md
wiki/Includes-and-Defaults.md
wiki/Installation.md
wiki/Logging-Configuration.md
wiki/Metrics-with-Prometheus.md
wiki/Metrics-with-Statsd.md
wiki/Migration-from-yacron.md
wiki/Output-Capturing.md
wiki/Production-Deployment.md
wiki/Reporting.md
wiki/Running-on-Windows.md
wiki/Schedules-and-Timezones.md
wiki/Troubleshooting.md
wiki/Web-Dashboard.md
wiki/_Footer.md
wiki/_Sidebar.md
yacron2/__init__.py
yacron2/__main__.py
yacron2/cluster.py
yacron2/config.py
yacron2/cron.py
yacron2/crontabs.py
yacron2/fingerprint.py
yacron2/job.py
yacron2/leadership.py
yacron2/platform.py
yacron2/prometheus.py
yacron2/statsd.py
yacron2/version.py
yacron2.egg-info/PKG-INFO
yacron2.egg-info/SOURCES.txt
yacron2.egg-info/dependency_links.txt
yacron2.egg-info/entry_points.txt
yacron2.egg-info/requires.txt
yacron2.egg-info/top_level.txt
yacron2/backends/__init__.py
yacron2/backends/etcd.py
yacron2/backends/kubernetes.py
yacron2/web/__init__.py
yacron2/web/index.html