Zmplr is a small family of .NET libraries developed and maintained by Måns Tånneryd.
| Package | Summary |
|---|---|
| Zmplr.Chronometry | DateTime helpers, inclusive date intervals, calendar slicing, and Christian movable-feast dates |
| Zmplr.Jobs | In-memory ASP.NET Core / net48 job scheduler with a /zmplr API |
| Zmplr.Jobs.Monitor | Optional embedded multi-host monitor UI for Zmplr.Jobs |
Packages
Zmplr.Chronometry
DateTime extensions and other time-related helpers: weekday navigation, period boundaries (week / month / quarter / season), inclusive day ranges, interval set operations, and Easter-based movable feasts.
dotnet add package Zmplr.Chronometry
Zmplr.Jobs
Lightweight in-memory job scheduler for ASP.NET Core and classic ASP.NET / IIS: typed handlers (optional per-run args), one-time / recurring / manual jobs, runtime enqueue, and a stable /zmplr HTTP DTO API. No durable job-queue recovery.
dotnet add package Zmplr.Jobs
Zmplr.Jobs.Monitor
Optional embedded multi-host monitor UI for Zmplr.Jobs. Serves a React SPA under /zmplr-ui and persists API sources on the host.
dotnet add package Zmplr.Jobs.Monitor
License
Individual packages are licensed under the Apache License, Version 2.0.