.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/build.yml
.github/workflows/ci.yml
bscal/__init__.py
bscal/__main__.py
bscal/_cli.py
bscal/bsdate.py
bscal/cal.py
bscal.egg-info/PKG-INFO
bscal.egg-info/SOURCES.txt
bscal.egg-info/dependency_links.txt
bscal.egg-info/entry_points.txt
bscal.egg-info/top_level.txt
tests/__init__.py
tests/test_bsdate.py
tests/test_cal_module.py
tests/test_cli.py
tests/test_conversion.py