.coveragerc
.editorconfig
.gitignore
COPYING
COPYING.LESSER
Dockerfile
README.md
bumpversion.dockerfile
conftest.py
docker-compose.yml
mypy.ini
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/lint.yaml
.github/workflows/new-issues-to-backlog-project.yml
.github/workflows/pypi-publish.yml
.github/workflows/pytest.yml
d8s_converters/__init__.py
d8s_converters/converter.py
d8s_converters/distance_converter.py
d8s_converters/temperature_converter.py
d8s_converters/time_converter.py
d8s_converters.egg-info/PKG-INFO
d8s_converters.egg-info/SOURCES.txt
d8s_converters.egg-info/dependency_links.txt
d8s_converters.egg-info/requires.txt
d8s_converters.egg-info/top_level.txt
d8s_converters.egg-info/zip-safe
docker/lint.sh
tests/__init__.py
tests/test_converter.py
tests/test_distance_converter.py
tests/test_temperature_converter.py
tests/test_time_converter.py