LICENSE
MANIFEST.in
ReadMe.md
pyproject.toml
requirements.txt
ifetch/__init__.py
ifetch/__main__.py
ifetch/chunker.py
ifetch/cli.py
ifetch/downloader.py
ifetch/export_cli.py
ifetch/logger.py
ifetch/mirror.py
ifetch/mirror_cli.py
ifetch/models.py
ifetch/plugin.py
ifetch/profiles.py
ifetch/tracker.py
ifetch/utils.py
ifetch/versioning.py
ifetch.egg-info/PKG-INFO
ifetch.egg-info/SOURCES.txt
ifetch.egg-info/dependency_links.txt
ifetch.egg-info/entry_points.txt
ifetch.egg-info/requires.txt
ifetch.egg-info/top_level.txt
ifetch/exporters/__init__.py
ifetch/exporters/googledrive.py
ifetch/exporters/index_manager.py
tests/test_chunker.py
tests/test_cli_profiles_main.py
tests/test_downloader.py
tests/test_downloader_behavior.py
tests/test_downloader_full.py
tests/test_downloader_shared.py
tests/test_export_google.py
tests/test_index_manager.py
tests/test_mirror.py
tests/test_mirror_cli.py
tests/test_plugin_system.py
tests/test_tracker.py
tests/test_utils_models.py
tests/test_versioning.py