Created attachment 189973 [details] Shar file for a new port A new port to convert xml data from a file into a defaultdict from the python default lib collections.
A commit references this bug: Author: dbaio Date: Sat Jan 27 12:54:09 UTC 2018 New revision: 460120 URL: https://svnweb.freebsd.org/changeset/ports/460120 Log: Add textproc/py-xml-default-dict: Python scripts to convert xml data into a defaultdict Simple lib to convert xml file into a defaultdict from python collections lib, making more easy use the dict to accesses some tags of xml data. WWW: https://github.com/kanazux/xml-default-dict PR: 225382 Submitted by: Silvio Ap Silva <contato@kanazuchi.com> Changes: head/textproc/Makefile head/textproc/py-xml-default-dict/ head/textproc/py-xml-default-dict/Makefile head/textproc/py-xml-default-dict/distinfo head/textproc/py-xml-default-dict/pkg-descr
Committed, thanks!