ports/textproc/py-untangle/distinfo
Po-Chuan Hsieh e79182aa84
textproc/py-untangle: Add py-untangle 1.2.1
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
2022-08-27 18:10:36 +08:00

3 lines
157 B
Text

TIMESTAMP = 1660576696
SHA256 (untangle-1.2.1.tar.gz) = ae76522472722b31b303d5100c3c6f8b7dd4952b7b6c9d31e6d7b4a56f1a6d30
SIZE (untangle-1.2.1.tar.gz) = 4809