LICENSE
MANIFEST.in
README.rst
setup.py
calendar_view/__init__.py
calendar_view/calendar.py
calendar_view.egg-info/PKG-INFO
calendar_view.egg-info/SOURCES.txt
calendar_view.egg-info/dependency_links.txt
calendar_view.egg-info/requires.txt
calendar_view.egg-info/top_level.txt
calendar_view/__pycache__/__init__.cpython-312.pyc
calendar_view/config/__init__.py
calendar_view/config/i18n.py
calendar_view/config/style.py
calendar_view/config/__pycache__/__init__.cpython-312.pyc
calendar_view/config/__pycache__/style.cpython-312.pyc
calendar_view/core/__init__.py
calendar_view/core/calendar_events.py
calendar_view/core/calendar_grid.py
calendar_view/core/config.py
calendar_view/core/data.py
calendar_view/core/event.py
calendar_view/core/round_rectangle.py
calendar_view/core/time_utils.py
calendar_view/core/utils.py
calendar_view/core/__pycache__/__init__.cpython-312.pyc
calendar_view/core/__pycache__/config.cpython-312.pyc
calendar_view/core/__pycache__/data.cpython-312.pyc
calendar_view/core/__pycache__/event.cpython-312.pyc
calendar_view/core/__pycache__/time_utils.cpython-312.pyc
calendar_view/core/__pycache__/utils.cpython-312.pyc
calendar_view/resources/__init__.py
calendar_view/resources/__pycache__/__init__.cpython-312.pyc
calendar_view/resources/fonts/LICENSE.txt
calendar_view/resources/fonts/Roboto-Regular.ttf
calendar_view/resources/fonts/__init__.py
calendar_view/resources/fonts/__pycache__/__init__.cpython-312.pyc
tests/test_calendar_config.py
tests/test_time_utils.py