LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
scripts/conjugation_xml_filter.py
tests/test_conjugator.py
tests/test_localization.py
tests/test_mlconjug.py
tests/test_string_utils.py
tests/test_inflectors/test_inflector_ca.py
tests/test_inflectors/test_inflector_es.py
tests/test_inflectors/test_inflector_fr.py
tests/test_inflectors/test_inflector_it.py
tests/test_inflectors/test_inflector_pt.py
tests/test_inflectors/test_inflector_ro.py
tests/test_parser/test_conjugation_template.py
tests/test_parser/test_tense_and_person.py
tests/test_parser/test_verbs_parser.py
verbecc/__init__.py
verbecc.egg-info/PKG-INFO
verbecc.egg-info/SOURCES.txt
verbecc.egg-info/dependency_links.txt
verbecc.egg-info/entry_points.txt
verbecc.egg-info/requires.txt
verbecc.egg-info/top_level.txt
verbecc/__pycache__/__init__.cpython-311.pyc
verbecc/data/models/dummy-file-because-github-doesnt-like-large-files.md
verbecc/data/xml/conjugations/conjugations-ca.xml
verbecc/data/xml/conjugations/conjugations-es.xml
verbecc/data/xml/conjugations/conjugations-fr.xml
verbecc/data/xml/conjugations/conjugations-it.xml
verbecc/data/xml/conjugations/conjugations-pt.xml
verbecc/data/xml/conjugations/conjugations-ro.xml
verbecc/data/xml/verbs/verbs-ca.xml
verbecc/data/xml/verbs/verbs-es.xml
verbecc/data/xml/verbs/verbs-fr.xml
verbecc/data/xml/verbs/verbs-it.xml
verbecc/data/xml/verbs/verbs-pt.xml
verbecc/data/xml/verbs/verbs-ro.xml
verbecc/src/__init__.py
verbecc/src/__pycache__/__init__.cpython-311.pyc
verbecc/src/conjugator/__init__.py
verbecc/src/conjugator/conjugation_object.py
verbecc/src/conjugator/conjugator.py
verbecc/src/conjugator/__pycache__/__init__.cpython-311.pyc
verbecc/src/conjugator/__pycache__/conjugation_object.cpython-311.pyc
verbecc/src/conjugator/__pycache__/conjugator.cpython-311.pyc
verbecc/src/defs/__init__.py
verbecc/src/defs/__pycache__/__init__.cpython-311.pyc
verbecc/src/defs/constants/__init__.py
verbecc/src/defs/constants/config.py
verbecc/src/defs/constants/grammar_defines.py
verbecc/src/defs/constants/localization.py
verbecc/src/defs/constants/__pycache__/__init__.cpython-311.pyc
verbecc/src/defs/constants/__pycache__/config.cpython-311.pyc
verbecc/src/defs/constants/__pycache__/grammar_defines.cpython-311.pyc
verbecc/src/defs/constants/__pycache__/localization.cpython-311.pyc
verbecc/src/defs/types/__init__.py
verbecc/src/defs/types/alternates_behavior.py
verbecc/src/defs/types/data_types.py
verbecc/src/defs/types/exceptions.py
verbecc/src/defs/types/__pycache__/__init__.cpython-311.pyc
verbecc/src/defs/types/__pycache__/alternates_behavior.cpython-311.pyc
verbecc/src/defs/types/__pycache__/data_types.cpython-311.pyc
verbecc/src/defs/types/__pycache__/exceptions.cpython-311.pyc
verbecc/src/inflectors/__init__.py
verbecc/src/inflectors/inflector.py
verbecc/src/inflectors/inflector_factory.py
verbecc/src/inflectors/__pycache__/__init__.cpython-311.pyc
verbecc/src/inflectors/__pycache__/inflector.cpython-311.pyc
verbecc/src/inflectors/__pycache__/inflector_factory.cpython-311.pyc
verbecc/src/inflectors/lang/__init__.py
verbecc/src/inflectors/lang/inflector_ca.py
verbecc/src/inflectors/lang/inflector_es.py
verbecc/src/inflectors/lang/inflector_fr.py
verbecc/src/inflectors/lang/inflector_it.py
verbecc/src/inflectors/lang/inflector_pt.py
verbecc/src/inflectors/lang/inflector_ro.py
verbecc/src/inflectors/lang/__pycache__/__init__.cpython-311.pyc
verbecc/src/inflectors/lang/__pycache__/inflector_ca.cpython-311.pyc
verbecc/src/inflectors/lang/__pycache__/inflector_es.cpython-311.pyc
verbecc/src/inflectors/lang/__pycache__/inflector_fr.cpython-311.pyc
verbecc/src/inflectors/lang/__pycache__/inflector_it.cpython-311.pyc
verbecc/src/inflectors/lang/__pycache__/inflector_pt.cpython-311.pyc
verbecc/src/inflectors/lang/__pycache__/inflector_ro.cpython-311.pyc
verbecc/src/mlconjug/__init__.py
verbecc/src/mlconjug/mlconjug.py
verbecc/src/mlconjug/__pycache__/__init__.cpython-311.pyc
verbecc/src/mlconjug/__pycache__/mlconjug.cpython-311.pyc
verbecc/src/parsers/__init__.py
verbecc/src/parsers/conjugation_template.py
verbecc/src/parsers/conjugations_parser.py
verbecc/src/parsers/mood.py
verbecc/src/parsers/person_ending.py
verbecc/src/parsers/tense_template.py
verbecc/src/parsers/verb.py
verbecc/src/parsers/verbs_parser.py
verbecc/src/parsers/__pycache__/__init__.cpython-311.pyc
verbecc/src/parsers/__pycache__/conjugation_template.cpython-311.pyc
verbecc/src/parsers/__pycache__/conjugations_parser.cpython-311.pyc
verbecc/src/parsers/__pycache__/mood.cpython-311.pyc
verbecc/src/parsers/__pycache__/person_ending.cpython-311.pyc
verbecc/src/parsers/__pycache__/tense_template.cpython-311.pyc
verbecc/src/parsers/__pycache__/verb.cpython-311.pyc
verbecc/src/parsers/__pycache__/verbs_parser.cpython-311.pyc
verbecc/src/utils/__init__.py
verbecc/src/utils/string_utils.py
verbecc/src/utils/utils.py
verbecc/src/utils/__pycache__/__init__.cpython-311.pyc
verbecc/src/utils/__pycache__/string_utils.cpython-311.pyc