LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
scripts/conjugation_xml_filter.py
tests/test_conjugation_template.py
tests/test_conjugator.py
tests/test_inflector_ca.py
tests/test_inflector_es.py
tests/test_inflector_fr.py
tests/test_inflector_it.py
tests/test_inflector_pt.py
tests/test_inflector_ro.py
tests/test_localization.py
tests/test_mlconjug.py
tests/test_mood.py
tests/test_string_utils.py
tests/test_tense_and_person.py
tests/test_verbs_parser.py
verbecc/__init__.py
verbecc/config.py
verbecc/conjugation_template.py
verbecc/conjugations_parser.py
verbecc/conjugator.py
verbecc/exceptions.py
verbecc/grammar_defines.py
verbecc/inflector.py
verbecc/inflector_ca.py
verbecc/inflector_es.py
verbecc/inflector_fr.py
verbecc/inflector_it.py
verbecc/inflector_pt.py
verbecc/inflector_ro.py
verbecc/localization.py
verbecc/mlconjug.py
verbecc/mood.py
verbecc/person_ending.py
verbecc/string_utils.py
verbecc/tense_template.py
verbecc/utils.py
verbecc/verb.py
verbecc/verbs_parser.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/__pycache__/__init__.cpython-312.pyc
verbecc/__pycache__/config.cpython-311.pyc
verbecc/__pycache__/config.cpython-312.pyc
verbecc/__pycache__/conjugation_template.cpython-311.pyc
verbecc/__pycache__/conjugation_template.cpython-312.pyc
verbecc/__pycache__/conjugations_parser.cpython-311.pyc
verbecc/__pycache__/conjugations_parser.cpython-312.pyc
verbecc/__pycache__/conjugator.cpython-311.pyc
verbecc/__pycache__/conjugator.cpython-312.pyc
verbecc/__pycache__/exceptions.cpython-311.pyc
verbecc/__pycache__/exceptions.cpython-312.pyc
verbecc/__pycache__/grammar_defines.cpython-311.pyc
verbecc/__pycache__/grammar_defines.cpython-312.pyc
verbecc/__pycache__/inflector.cpython-311.pyc
verbecc/__pycache__/inflector.cpython-312.pyc
verbecc/__pycache__/inflector_ca.cpython-311.pyc
verbecc/__pycache__/inflector_ca.cpython-312.pyc
verbecc/__pycache__/inflector_es.cpython-311.pyc
verbecc/__pycache__/inflector_es.cpython-312.pyc
verbecc/__pycache__/inflector_fr.cpython-311.pyc
verbecc/__pycache__/inflector_fr.cpython-312.pyc
verbecc/__pycache__/inflector_it.cpython-311.pyc
verbecc/__pycache__/inflector_it.cpython-312.pyc
verbecc/__pycache__/inflector_pt.cpython-311.pyc
verbecc/__pycache__/inflector_pt.cpython-312.pyc
verbecc/__pycache__/inflector_ro.cpython-311.pyc
verbecc/__pycache__/inflector_ro.cpython-312.pyc
verbecc/__pycache__/localization.cpython-311.pyc
verbecc/__pycache__/localization.cpython-312.pyc
verbecc/__pycache__/mlconjug.cpython-311.pyc
verbecc/__pycache__/mlconjug.cpython-312.pyc
verbecc/__pycache__/mood.cpython-311.pyc
verbecc/__pycache__/mood.cpython-312.pyc
verbecc/__pycache__/person_ending.cpython-311.pyc
verbecc/__pycache__/person_ending.cpython-312.pyc
verbecc/__pycache__/string_utils.cpython-311.pyc
verbecc/__pycache__/string_utils.cpython-312.pyc
verbecc/__pycache__/tense_template.cpython-311.pyc
verbecc/__pycache__/tense_template.cpython-312.pyc
verbecc/__pycache__/verb.cpython-311.pyc
verbecc/__pycache__/verb.cpython-312.pyc
verbecc/__pycache__/verbs_parser.cpython-311.pyc
verbecc/__pycache__/verbs_parser.cpython-312.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