CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
tox.ini
docs/changelog.rst
docs/conf.py
docs/high-level-api.rst
docs/index.rst
docs/low-level-api.rst
docs/requirements.txt
src/pypi_simple/__init__.py
src/pypi_simple/classes.py
src/pypi_simple/client.py
src/pypi_simple/filenames.py
src/pypi_simple/parse_old.py
src/pypi_simple/parse_repo.py
src/pypi_simple/parse_stream.py
src/pypi_simple/py.typed
src/pypi_simple/util.py
src/pypi_simple.egg-info/PKG-INFO
src/pypi_simple.egg-info/SOURCES.txt
src/pypi_simple.egg-info/dependency_links.txt
src/pypi_simple.egg-info/requires.txt
src/pypi_simple.egg-info/top_level.txt
test/test_client.py
test/test_distrib_pkg.py
test/test_parse_filename.py
test/test_parse_links_stream.py
test/test_parse_repo_index_page.py
test/test_parse_repo_links.py
test/test_parse_repo_project_page.py
test/data/aws-adfs-ebsco.html
test/data/devpi_devpi.html
test/data/qypi.html
test/data/qypi_base.html
test/data/qypi_mixed.html
test/data/qypi_repo_version.html
test/data/simple01.html
test/data/simple_base.html
test/data/simple_devpi.html
test/data/simple_repo_version.html
test/data/session01/in-place.html
test/data/session01/simple.html
test/deprecated/test_parse_links.py
test/deprecated/test_parse_project_page.py
test/deprecated/test_parse_simple_index.py
test/deprecated/test_pypisimple.py