swh-lister/swh/lister/pypi
Antoine Lambert 2461c97bbb pypi: Use BeautifulSoup for parsing HTML instead of xmltodict
xmltodict now raises an error while trying to parse the HTML content
of https://pypi.org/simple/ page.

So use BeautifulSoup HTML parser instead as it is aleady a requirement
of swh-lister and it does not fail parsing the PyPI HTML page.

Also drop no longer used xmltodict in requirements.
2021-02-05 14:23:11 +01:00
..
tests Make stateless lister constructors compatible with credentials 2021-01-28 14:42:56 +01:00
__init__.py Remove no longer used models field in dict returned by register 2021-02-02 16:33:52 +01:00
lister.py pypi: Use BeautifulSoup for parsing HTML instead of xmltodict 2021-02-05 14:23:11 +01:00
tasks.py Reimplement PyPI lister using new Lister API 2021-01-20 15:45:16 +01:00