python-xextract icon indicating copy to clipboard operation
python-xextract copied to clipboard

Extract structured data from HTML and XML documents like a boss.

Results 4 python-xextract issues
Sort by recently updated
recently updated
newest added

as every `Group` child needs to specify its name and `Group` returns a dict, it seems more convenient to specify children as dict rather than list, f.e: `Group(css='section#articles-list.block-articles', children={'url':Url(css='figure.headline-image a'),...

Addresses #10 @Mimino666 There's no documentation here yet (I wasn't going to add it until you're happy with what I've done) Handling `parse()` was an unexpected quirk: if we only...

While it's possible to use `Prefix` to narrow the scope of what you're parsing, that really only works if the shape of the data is predictable ahead of time. It...

There hasn't been a pypi release for some time (2 years) This caused me some confusion because `quant` was deprecated in favour of `count` 9 months ago -- I was...