Registry / devops / dailycheckin

dailycheckin

JSON →
library25.12.9pypypi✓ verified 81d ago

An automated daily check-in tool for multiple platforms, supporting web, push, and email notifications. Current version 25.12.9, released monthly.

pip install dailycheckin
INSTALL
IMPORT
SIG · DAILYCHECKIN
D
dailycheckin
devopspythonv25.12.9
Install
2.8s avg
Import
Disk
31MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v25.12.9 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 31.8MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 2.8s · import 0.000s · 32MB
31MB installed
● package 31MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CheckIn
from dailycheckin import CheckIn
from dailycheckin import CheckInManager

Basic usage: create a CheckInManager instance and run all configured check-ins.

from dailycheckin import CheckInManager manager = CheckInManager() # Run all configured check-ins results = manager.run_all() for name, result in results.items(): print(f"{name}: {result['status']}")
dailycheckin --version
Debug
Known issues
breakingConfig file format changed from YAML to TOML in v22.0. Existing YAML configurations will not be read.
fix
Convert config files to TOML format per the new schema.
affects: >=22.0
deprecatedThe `run_single` method is deprecated in favor of `run_one`. It will be removed in v26.0.
fix
Replace `run_single('platform')` with `run_one('platform')`.
affects: >=24.0, <26.0
gotchaEnvironment variables must be set before importing the library; otherwise, lazy loading may cause silent failures.
fix
Set env vars (e.g., `DALIYCHECKIN_CONFIG`) before the import statement.
affects: all
Upgrade
Version history
25.12.9latest on PyPI · released Dec 24, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
OpenAI (training)
1
Resources
dailycheckin — pip install dailycheckin · libregistry