1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
fiscalyear
==========
`fiscalyear <https://github.com/adamjstewart/fiscalyear>`_ is a small, lightweight Python module providing helpful utilities for managing the fiscal calendar. It is designed as an extension of the built-in `datetime <https://docs.python.org/3/library/datetime.html>`_ and `calendar <https://docs.python.org/3/library/calendar.html>`_ modules, adding the ability to query the fiscal year, fiscal quarter, fiscal month, and fiscal day of a date or datetime object.
.. toctree::
:maxdepth: 2
:caption: User Documentation
basic_usage
advanced_usage
installation
.. toctree::
:maxdepth: 2
:caption: Developer Documentation
testing
coverage
documentation
fiscalyear
|