MANIFEST.in
README.rst
setup.py
examples/__init__.py
examples/stackoverflow_css_crawler.py
examples/stackoverflow_example_crawler.py
examples/stackoverflow_three_level_crawler.py
examples/stackoverflow_two_level_crawler.py
examples/wikimedia_fallback_list_example.py
examples/wikimedia_search_results_crawler.py
examples/wikipedia_fallback_list_example.py
examples/wikipedia_related_topics_crawler.py
xcrawler/__init__.py
xcrawler.egg-info/PKG-INFO
xcrawler.egg-info/SOURCES.txt
xcrawler.egg-info/dependency_links.txt
xcrawler.egg-info/requires.txt
xcrawler.egg-info/top_level.txt
xcrawler/collections/__init__.py
xcrawler/collections/fallback_list.py
xcrawler/core/__init__.py
xcrawler/core/config.py
xcrawler/core/page.py
xcrawler/core/page_scraper.py
xcrawler/core/xcrawler.py
xcrawler/files/__init__.py
xcrawler/files/item_writer.py
xcrawler/pythonutils/__init__.py
xcrawler/pythonutils/dict_utils.py
xcrawler/pythonutils/string_utils.py
xcrawler/pythonutils/type_utils.py
xcrawler/tests/__init__.py
xcrawler/tests/collections/__init__.py
xcrawler/tests/collections/test_fallback_list.py
xcrawler/tests/core/__init__.py
xcrawler/tests/core/test_page.py
xcrawler/tests/core/test_page_scraper.py
xcrawler/tests/core/test_xcrawler.py
xcrawler/tests/files/__init__.py
xcrawler/tests/files/test_item_writer.py
xcrawler/tests/mock/__init__.py
xcrawler/tests/mock/mock_factory.py
xcrawler/tests/suites/__init__.py
xcrawler/tests/suites/all_tests.py
xcrawler/tests/threads/__init__.py
xcrawler/tests/threads/test_item_processor.py
xcrawler/tests/threads/test_page_processor.py
xcrawler/tests/threads/test_work_executor.py
xcrawler/threads/__init__.py
xcrawler/threads/item_processor.py
xcrawler/threads/page_processor.py
xcrawler/threads/work_executor.py