13 releases (7 breaking)
0.8.3 | Jul 17, 2024 |
---|---|
0.7.2 | Jul 17, 2024 |
0.1.1 | Dec 22, 2023 |
0.1.0 | Oct 23, 2023 |
#2647 in Parser implementations
192 downloads per month
59KB
1.5K
SLoC
Soupy
soupy
is a library for querying tree-based formats, similar to BeautifulSoup.
Cargo Features
html
: Support for HTML. Enabled by default.html-lenient
: Error-tolerant HTML parser. Slow. Enabled by default.html-strict
: Simple, fast HTML parser. Enabled by default.
xml
: Support for XML. Enabled by default.regex
: Support for regex matching in queries. Enabled by default.
License
soupy
is dual-licensed under MIT and Apache-2.0.
Dependencies
~2–8.5MB
~71K SLoC