soupy 0.10.0

A library for querying tree-based formats, similar to BeautifulSoup.
Documentation
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <simple>Here's some text</simple>
    <complex id="hello">
        <nested>Nested text!</nested>
    </complex>
</root>