LICENSE
README.md
setup.py
bin/scrape-tvtropes
tropescraper/__init__.py
tropescraper.egg-info/PKG-INFO
tropescraper.egg-info/SOURCES.txt
tropescraper.egg-info/dependency_links.txt
tropescraper.egg-info/not-zip-safe
tropescraper.egg-info/requires.txt
tropescraper.egg-info/top_level.txt
tropescraper/adaptors/__init__.py
tropescraper/adaptors/file_cache.py
tropescraper/adaptors/file_store.py
tropescraper/adaptors/web_page_retriever.py
tropescraper/common/__init__.py
tropescraper/common/object_factory.py
tropescraper/entities/__init__.py
tropescraper/entities/cache_information_entity.py
tropescraper/interfaces/__init__.py
tropescraper/interfaces/cache_interface.py
tropescraper/interfaces/page_parser_interface.py
tropescraper/interfaces/tropes_store_interface.py
tropescraper/interfaces/web_page_retriever_interface.py
tropescraper/use_cases/__init__.py
tropescraper/use_cases/scrape_tropes_use_case.py
tropescraper/use_cases/parsers/__init__.py
tropescraper/use_cases/parsers/tvtropes_parser.py