.gitignore
LICENSE
README.md
pyproject.toml
requirements.in
requirements.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/black.yml
.github/workflows/linters.yml
.github/workflows/packaging_test.yml
.github/workflows/release.yml
.github/workflows/unittests.yml
src/bdew_datetimes/__init__.py
src/bdew_datetimes/calendar.py
src/bdew_datetimes/german_strom_and_gas_tag.py
src/bdew_datetimes/periods.py
src/bdew_datetimes/py.typed
src/bdew_datetimes.egg-info/PKG-INFO
src/bdew_datetimes.egg-info/SOURCES.txt
src/bdew_datetimes.egg-info/dependency_links.txt
src/bdew_datetimes.egg-info/requires.txt
src/bdew_datetimes.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_calendar.py
tests/test_german_strom_and_gas_tag.py
tests/test_period.py