.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NEWS
README.rst
RELEASING
appveyor.yml
azure-pipelines.yml
codecov.yml
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
tox.ini
updatezinfo.py
zonefile_metadata.json
.github/pull_request_template.md
.github/workflows/publish.yml
.github/workflows/validate.yml
changelog.d/.gitignore
changelog.d/template.rst
ci_tools/make_zonefile_metadata.py
ci_tools/retry.bat
ci_tools/retry.sh
ci_tools/run_tz_master_env.sh
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/easter.rst
docs/examples.rst
docs/index.rst
docs/make.bat
docs/parser.rst
docs/relativedelta.rst
docs/requirements-docs.txt
docs/rrule.rst
docs/tz.rst
docs/tzwin.rst
docs/utils.rst
docs/zoneinfo.rst
docs/exercises/index.rst
docs/exercises/solutions/mlk-day-rrule.rst
docs/exercises/solutions/mlk_day_rrule_solution.py
docs/samples/EST5EDT.ics
requirements/3.3/constraints.txt
requirements/3.3/requirements-dev.txt
src/dateutil/__init__.py
src/dateutil/_common.py
src/dateutil/_version.py
src/dateutil/easter.py
src/dateutil/relativedelta.py
src/dateutil/rrule.py
src/dateutil/tzwin.py
src/dateutil/utils.py
src/dateutil/parser/__init__.py
src/dateutil/parser/_parser.py
src/dateutil/parser/isoparser.py
src/dateutil/tz/__init__.py
src/dateutil/tz/_common.py
src/dateutil/tz/_factories.py
src/dateutil/tz/tz.py
src/dateutil/tz/win.py
src/dateutil/zoneinfo/__init__.py
src/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz
src/dateutil/zoneinfo/rebuild.py
src/python_dateutil.egg-info/PKG-INFO
src/python_dateutil.egg-info/SOURCES.txt
src/python_dateutil.egg-info/dependency_links.txt
src/python_dateutil.egg-info/requires.txt
src/python_dateutil.egg-info/top_level.txt
src/python_dateutil.egg-info/zip-safe
tests/__init__.py
tests/_common.py
tests/conftest.py
tests/test_easter.py
tests/test_import_star.py
tests/test_imports.py
tests/test_internals.py
tests/test_isoparser.py
tests/test_parser.py
tests/test_relativedelta.py
tests/test_rrule.py
tests/test_tz.py
tests/test_utils.py
tests/property/test_isoparse_prop.py
tests/property/test_parser_prop.py
tests/property/test_tz_prop.py