I am writing a Python package that provides a parser for, say, .xyz files. I am aware of PEP8, PEP423, and other questions here and there.
I am hesitating in naming my package xyzparse or xyzparser.
In other word, is it better to name a Python package as a noun or as a verb?