Introduction

minestrone is an opinionated Python library that lets you search, modify, and parse messy HTML with ease.

Behind the scenes

minestrone utilizes selectolax and lexbor to do all the real work, but aims to provide a simple, consistent, and intuitive API to interact with an HTML document.