Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for other structures #206

Closed
sewcio543 opened this issue Oct 26, 2024 · 0 comments · Fixed by #207
Closed

Support for other structures #206

sewcio543 opened this issue Oct 26, 2024 · 0 comments · Fixed by #207
Labels
package This has impact on pypi package

Comments

@sewcio543
Copy link
Owner

Abstraction over implementation!
At the moment, soupsavvy is search engine for specific bs4 implementation.
When interface is extracted and used in the library, different implementation can be used as input to selectors.
With adapters following the same interface, the same operations will be available for lxml or selenium elements.
This change will make library more versatile.
As much backward compatibility as possible is advised, but major release can be considered for that, as first step into new direction.

@sewcio543 sewcio543 added the package This has impact on pypi package label Oct 26, 2024
@sewcio543 sewcio543 linked a pull request Dec 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package This has impact on pypi package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant