README.md
pyproject.toml
src/scrape_forvo/__init__.py
src/scrape_forvo/__main__.py
src/scrape_forvo/api.py
src/scrape_forvo/cli.py
src/scrape_forvo/download.py
src/scrape_forvo/errors.py
src/scrape_forvo/fetch.py
src/scrape_forvo/parse.py
src/scrape_forvo/types.py
src/scrape_forvo.egg-info/PKG-INFO
src/scrape_forvo.egg-info/SOURCES.txt
src/scrape_forvo.egg-info/dependency_links.txt
src/scrape_forvo.egg-info/entry_points.txt
src/scrape_forvo.egg-info/requires.txt
src/scrape_forvo.egg-info/top_level.txt
tests/test_api.py
tests/test_cli.py
tests/test_download.py
tests/test_fetch_requests.py
tests/test_parse.py