calendar-smith documentation

Calendar-Smith is a zero-dependency, high-performance Python utility for fiscal year calculations, ISO week mapping, and safe date parsing.

It provides both a command-line interface (CLI) and a Python API for building reproducible data processing pipelines without the overhead of heavy libraries.

Example

calendar-smith fiscal-year 2026-04-22 --system jp
calendar-smith windows 2026-03-17 7 4
calendar-smith tz 2026-03-20T10:00:00+09:00 America/New_York

Getting started

Python API

Development & History