.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
Pipfile
Pipfile.lock
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
examples/get_started.py
examples/using_certain_descriptors_only.py
src/whattime/__init__.py
src/whattime/base.py
src/whattime/day.py
src/whattime/type.py
src/whattime/utils.py
src/whattime/week.py
src/whattime.egg-info/PKG-INFO
src/whattime.egg-info/SOURCES.txt
src/whattime.egg-info/dependency_links.txt
src/whattime.egg-info/not-zip-safe
src/whattime.egg-info/requires.txt
src/whattime.egg-info/top_level.txt
tests/conftest.py
tests/test_time_info.py
tests/test_week.py