This package provides a etymological dictionary of Swedish.
Although texts are in public domain, we must thank those who digitalised and normalized these texts.
$ pip install svety
from svety import reader, retriever
retriever.retrieve_dictionary()
root = reader.get_xml_root("hellqvist.xml")
word = reader.read_entry(root, "enkom")
And you got the "enkom" entry.