mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
untangle is a tiny Python library which converts an XML document to a Python object. Features: - Siblings with similar names are grouped into a list. - Children can be accessed with parent.child, attributes with element['attribute']. - You can call the parse() method with a filename, an URL or an XML string. - Substitutes -, . and : with _ <foobar><foo-bar/></foobar> can be accessed with foobar.foo_bar, <foo.bar.baz/> can be accessed with foo_bar_baz and <foo:bar><foo:baz/></foo:bar> can be accessed with foo_bar.foo_baz WWW: https://github.com/stchris/untangle
3 lines
157 B
Text
3 lines
157 B
Text
TIMESTAMP = 1660576696
|
|
SHA256 (untangle-1.2.1.tar.gz) = ae76522472722b31b303d5100c3c6f8b7dd4952b7b6c9d31e6d7b4a56f1a6d30
|
|
SIZE (untangle-1.2.1.tar.gz) = 4809
|