Skip to content

sewcio543/soupsavvy

Repository files navigation

SoupSavvy

Powerful and flexible engine for BeautifulSoup

PyPI Python Versions Codecov Docs link

Table of Contents

About

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.

Key Features

soupsavvy introduces the concept of a 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.

Installation

soupsavvy is published on PyPi and can be installed via pip:

pip install soupsavvy

Documentation

Full documentation can be found at documentation.

Demos

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.

Contributing

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

License

MIT License soupsavvy is licensed under the MIT License, allowing for both personal and commercial use. See the LICENSE file for more information.

Acknowledgements

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!


Let's soap this soup! Happy scraping!