MANIFEST.in
README.md
pyproject.toml
setup.py
fetchyt/__init__.py
fetchyt/api.py
fetchyt/cli.py
fetchyt/config.py
fetchyt/downloader.py
fetchyt/models.py
fetchyt.egg-info/PKG-INFO
fetchyt.egg-info/SOURCES.txt
fetchyt.egg-info/dependency_links.txt
fetchyt.egg-info/entry_points.txt
fetchyt.egg-info/requires.txt
fetchyt.egg-info/top_level.txt
fetchyt/static/index.html
fetchyt/static/css/style.css
fetchyt/static/js/app.js
tests/test_api.py
tests/test_downloader.py