.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
.github/FUNDING.yml
.github/workflows/unittests.yml
hors/__init__.py
hors/hors_sugar.py
hors/hors_text_parser.py
hors/test.py
hors/dict/__init__.py
hors/dict/keywords.py
hors/dict/morph.py
hors/dict/time_words.txt
hors/models/__init__.py
hors/models/abstract_period.py
hors/models/dates_raw_data.py
hors/models/hors_parse_result.py
hors/models/i_has_edges.py
hors/models/parser_models.py
hors/models/text_token.py
hors/partial_date/__init__.py
hors/partial_date/extended_partial_datetime.py
hors/partial_date/partial_datetime.py
hors/recognizers/__init__.py
hors/recognizers/dates_period_recognizer.py
hors/recognizers/day_of_week_recognizer.py
hors/recognizers/days_month_recognizer.py
hors/recognizers/holidays_recognizer.py
hors/recognizers/month_recognizer.py
hors/recognizers/part_of_day_recognizer.py
hors/recognizers/recognizer.py
hors/recognizers/relative_date_recognizer.py
hors/recognizers/relative_day_recognizer.py
hors/recognizers/time_recognizer.py
hors/recognizers/time_span_recognizer.py
hors/recognizers/year_recognizer.py
hors/utils/__init__.py
hors/utils/helpers.py
hors/utils/parser_extractors.py
hors/utils/parser_utils.py
hors_python_partial.egg-info/PKG-INFO
hors_python_partial.egg-info/SOURCES.txt
hors_python_partial.egg-info/dependency_links.txt
hors_python_partial.egg-info/top_level.txt
tests/test_base.py