Package: wnpp Severity: wishlist Owner: Edward Betts <[email protected]>
* Package name : python-fiscalyear Version : 0.4.0 Upstream Author : Adam J. Stewart <[email protected]> * URL : https://github.com/adamjstewart/fiscalyear * License : MIT Programming Lang: Python Description : Python utilities for working with fiscal calendars This library provides Python classes and helpers for working with fiscal calendars. It extends standard date and time handling with support for fiscal years, quarters, months, and days. . The package defines objects representing fiscal periods such as fiscal years, quarters, months, and days. These objects expose start and end boundaries, support comparisons, and allow navigation to neighbouring fiscal periods such as the previous or next quarter or year. . It also provides date and datetime helpers that expose fiscal attributes. Given a date or datetime, the library can determine the corresponding fiscal year, quarter, month, and day, and return related fiscal period objects. . This is useful for applications that need consistent handling of accounting, reporting, or business calendars where the fiscal year does not follow the standard January to December calendar year. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.

