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
tests/__init__.py
tests/collections/__init__.py
tests/collections/test_collection_factory.py
tests/collections/test_fallback_list.py
tests/compatibility/__init__.py
tests/compatibility/test_compatibility_factory.py
tests/compatibility/object_converter/__init__.py
tests/compatibility/object_converter/test_object_converter_python2.py
tests/compatibility/object_converter/test_object_converter_python3.py
tests/compatibility/write_opener/__init__.py
tests/compatibility/write_opener/test_write_opener_python2.py
tests/compatibility/write_opener/test_write_opener_python3.py
tests/core/__init__.py
tests/core/crawler/__init__.py
tests/core/crawler/test_crawler.py
tests/core/crawler/test_page.py
tests/core/crawler/test_page_scraper.py
tests/core/extractor/__init__.py
tests/core/extractor/test_css_selector.py
tests/core/extractor/test_extractor.py
tests/core/extractor/test_extractor_css.py
tests/core/extractor/test_extractor_factory.py
tests/core/extractor/test_extractor_xpath.py
tests/files/__init__.py
tests/files/filepaths/__init__.py
tests/files/filepaths/test_filepath_splitter.py
tests/files/openers/__init__.py
tests/files/openers/test_write_opener.py
tests/files/writers/__init__.py
tests/files/writers/test_csv_writer.py
tests/files/writers/test_item_writer.py
tests/files/writers/test_object_writer_csv.py
tests/files/writers/test_object_writer_factory.py
tests/http/__init__.py
tests/http/requests/__init__.py
tests/http/requests/test_html_parser.py
tests/http/requests/test_request.py
tests/http/requests/test_request_sender.py
tests/http/urls/__init__.py
tests/http/urls/test_url_formatter.py
tests/http/urls/test_url_info.py
tests/http/urls/test_url_joiner.py
tests/http/urls/test_url_splitter.py
tests/http/urls/test_url_validator.py
tests/mock/__init__.py
tests/mock/mock_factory.py
tests/pythonutils/__init__.py
tests/pythonutils/converters/__init__.py
tests/pythonutils/converters/test_object_converter.py
tests/pythonutils/converters/test_string_converter.py
tests/pythonutils/info/__init__.py
tests/pythonutils/info/test_python_info.py
tests/pythonutils/sorters/__init__.py
tests/pythonutils/sorters/test_dictionary_sorter.py
tests/pythonutils/sorters/test_variables_sorter.py
tests/pythonutils/types/__init__.py
tests/pythonutils/types/test_instance_resolver.py
tests/suites/__init__.py
tests/suites/all_tests.py
tests/threads/__init__.py
tests/threads/test_item_processor.py
tests/threads/test_page_processor.py
tests/threads/test_thread_factory.py
tests/threads/test_work_executor.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/collection_factory.py
xcrawler/collections/fallback_list.py
xcrawler/compatibility/__init__.py
xcrawler/compatibility/compatibility_factory.py
xcrawler/compatibility/object_converter/__init__.py
xcrawler/compatibility/object_converter/compatible_object_converter.py
xcrawler/compatibility/object_converter/object_converter_python2.py
xcrawler/compatibility/object_converter/object_converter_python3.py
xcrawler/compatibility/write_opener/__init__.py
xcrawler/compatibility/write_opener/compatible_write_opener.py
xcrawler/compatibility/write_opener/write_opener_python2.py
xcrawler/compatibility/write_opener/write_opener_python3.py
xcrawler/core/__init__.py
xcrawler/core/crawler/__init__.py
xcrawler/core/crawler/config.py
xcrawler/core/crawler/crawler.py
xcrawler/core/crawler/page.py
xcrawler/core/crawler/page_scraper.py
xcrawler/core/extractor/__init__.py
xcrawler/core/extractor/css_selector.py
xcrawler/core/extractor/extractor.py
xcrawler/core/extractor/extractor_css.py
xcrawler/core/extractor/extractor_factory.py
xcrawler/core/extractor/extractor_xpath.py
xcrawler/files/__init__.py
xcrawler/files/filepaths/__init__.py
xcrawler/files/filepaths/filepath_splitter.py
xcrawler/files/openers/__init__.py
xcrawler/files/openers/write_opener.py
xcrawler/files/writers/__init__.py
xcrawler/files/writers/csv_writer.py
xcrawler/files/writers/item_writer.py
xcrawler/files/writers/object_writer.py
xcrawler/files/writers/object_writer_csv.py
xcrawler/files/writers/object_writer_factory.py
xcrawler/http/__init__.py
xcrawler/http/requests/__init__.py
xcrawler/http/requests/html_parser.py
xcrawler/http/requests/request.py
xcrawler/http/requests/request_sender.py
xcrawler/http/urls/__init__.py
xcrawler/http/urls/url_formatter.py
xcrawler/http/urls/url_info.py
xcrawler/http/urls/url_joiner.py
xcrawler/http/urls/url_splitter.py
xcrawler/http/urls/url_validator.py
xcrawler/pythonutils/__init__.py
xcrawler/pythonutils/converters/__init__.py
xcrawler/pythonutils/converters/object_converter.py
xcrawler/pythonutils/converters/string_converter.py
xcrawler/pythonutils/info/__init__.py
xcrawler/pythonutils/info/python_info.py
xcrawler/pythonutils/sorters/__init__.py
xcrawler/pythonutils/sorters/dictionary_sorter.py
xcrawler/pythonutils/sorters/variables_sorter.py
xcrawler/pythonutils/types/__init__.py
xcrawler/pythonutils/types/instance_resolver.py
xcrawler/threads/__init__.py
xcrawler/threads/item_processor.py
xcrawler/threads/page_processor.py
xcrawler/threads/thread_factory.py
xcrawler/threads/work_executor.py