.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
LICENSE.txt
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/publish-package.yml
.github/workflows/release.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/contexere/__init__.py
src/contexere/discover.py
src/contexere/logbook.py
src/contexere/name.py
src/contexere/scheme.py
src/contexere.egg-info/PKG-INFO
src/contexere.egg-info/SOURCES.txt
src/contexere.egg-info/dependency_links.txt
src/contexere.egg-info/entry_points.txt
src/contexere.egg-info/not-zip-safe
src/contexere.egg-info/requires.txt
src/contexere.egg-info/top_level.txt
tests/conftest.py
tests/logbook/__init__.py
tests/logbook/test_Calendar.py
tests/scheme/test_abbreviate_date.py
tests/scheme/test_abbreviate_time.py
tests/scheme/test_decode_abbreviated_datetime.py