.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
.github/release.yaml
.github/workflows/test.yaml
calct/__init__.py
calct/__version__.py
calct/common.py
calct/duration.py
calct/main.py
calct/parser.py
calct.egg-info/PKG-INFO
calct.egg-info/SOURCES.txt
calct.egg-info/dependency_links.txt
calct.egg-info/entry_points.txt
calct.egg-info/requires.txt
calct.egg-info/top_level.txt
tests/__init__.py
tests/test_duration_cls.py
tests/test_duration_cmp.py
tests/test_duration_convert.py
tests/test_duration_format.py
tests/test_duration_ops.py
tests/test_duration_parse.py
tests/test_parser_evaluate.py
tests/test_parser_lexing.py
tests/test_parser_ops.py
tests/test_parser_parsing.py