DFSG NEW Queue

DFSG, Licensing & New Packages Team

python-fiscalyear 0.4.0-1

Package Information

DescriptionPython 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.

MaintainerHome Assistant Team <team+homeassistant@tracker.debian.org>
Changed ByEdward Betts <edward@4angle.com>
Sponsoredward@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/homeassistant-team/deps/python-fiscalyear.git (browse)
Closes#1130225
Trackerhttps://tracker.debian.org/pkg/python-fiscalyear
Uploaded1 day ago

New Package Report

.changes
DateMon, 09 Mar 2026 20:45:21 +0000
Sourcepython-fiscalyear
Version0.4.0-1
Changed-ByEdward Betts
Architectureall source
Distributionunstable
Changelog
python-fiscalyear (0.4.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1130225)
.dsc
Package-Listpython3-fiscalyear deb python optional arch=all
Sectionpython
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: fiscalyear
Upstream-Contact: Adam J. Stewart <ajstewart426@gmail.com>
Source: https://github.com/adamjstewart/fiscalyear

Files: *
Copyright: 2017-2022 Adam J. Stewart
License: MIT

Files: debian/*
Copyright: 2026 Edward Betts <edward@4angle.com>
License: MIT


License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the "Software"), to deal in the Software without
 restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following
 conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.

Back to Dashboard | View all reviews for this package