A Python library for date computations involving months, providing MonthDelta and MonthDate classes. Current version 0.9.1, last released in 2013. No active maintenance; may have compatibility issues with newer Python versions.
pip install monthdeltaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of MonthDelta and MonthDate for month-based date arithmetic.
Understand that MonthDelta respects month boundaries, not day offsets. Use dateutil.relativedelta for more predictable behavior.
Consider using dateutil.relativedelta as a drop-in replacement.
No dependency data recorded yet.