1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: python-fiscalyear
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-pytest <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.3
Homepage: https://github.com/adamjstewart/fiscalyear
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-fiscalyear
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-fiscalyear.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-fiscalyear
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
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.
|