Situation
This is just an idea and reminder.
We might come into a situation were we have to parse HTML. Although there are BeautifulSoup, it may have some issues (it's slow and doesn't completely cover HTML5).
Use Case
- They claim 100% test coverage
- Pure Python, zero dependencies
Possible Implementation
- Add it as a dependency to
pyproject.toml
Additional information
https://github.com/EmilStenstrom/justhtml
Situation
This is just an idea and reminder.
We might come into a situation were we have to parse HTML. Although there are BeautifulSoup, it may have some issues (it's slow and doesn't completely cover HTML5).
Use Case
Possible Implementation
pyproject.tomlAdditional information
https://github.com/EmilStenstrom/justhtml