soupsavvy is flexible search engine for BeautifulSoup
, designed to provide more powerful capabilities, making more complex searches simple and web scraping tasks more efficient and manageable.
soupsavvy
introduces the concept of Selector
, a declarative search procedure designed with simple and readable syntax. It encapsulates search logic, making it reusable across different scenarios. The package offers various types of selectors that can be easily combined to perform more complex searches.
soupsavvy
is published on PyPi and can be installed via pip:
pip install soupsavvy
Full documentation can be found at documentation.
For more information about the package, its concepts and usage, read Demos
section of the documentation. It's step by step guide to the most important features of the package.
If you'd like to contribute to soupsavvy, feel free to check out the GitHub repository and submit pull requests into one of development branches. Any feedback, bug reports, or feature requests are welcome! In case of any doubts, follow Contribution Guidelines
soupsavvy
is licensed under , allowing for both personal and commercial use. See the LICENSE
file for more information.
soupsavvy
is built upon the foundation of excellent BeautifulSoup
. We extend our gratitude to the developers of this projects for their invaluable contributions to the Python community and making our life a lot easier!
Happy scraping! ✨