Description
Translate CSS selectors into XPath expressions for Python tools. It helps scrapers, test utilities, and document processors reuse familiar CSS selector syntax when working with XML or HTML trees.
This is a parser and translation library. Applications that process untrusted pages should still limit input size and avoid assuming selector results are safe or complete without validation.