Metadata-Version: 2.1
Name: CAL
Version: 3.9
Summary: Package dealing with date, time, and calendars.
Home-page: https://codeberg.org/tanzer/tapyr
Author: Christian Tanzer
Author-email: tanzer@swing.co.at
License: BSD License
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: TFL (>=3)
Requires-Dist: python-dateutil
Provides-Extra: icalendar
Requires-Dist: icalendar ; extra == 'icalendar'
Provides-Extra: pdf
Requires-Dist: reportlab ; extra == 'pdf'

CAL provides classes and functions dealing with date, time,
and calendars. CAL is distributed under the conditions of the `BSD 3-Clause
License <https://www.gg32.com/license/bsd_3c.html>`_.

CAL is available as a `git repository`_.
You can clone that repository with::

    git clone git@codeberg.org:tanzer/tapyr.git

Reports of bugs in CAL should be submitted to the `git repository`_.

.. _`git repository`: https://codeberg.org/tanzer/tapyr
