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
