MANIFEST.in
README.rst
requirements.txt
setup.py
test/__init__.py
test/test_fetcherManager.py
test/test_page_parse.py
webgather/__init__.py
webgather/fetcher_manager.py
webgather/page_list_url_checker.py
webgather/page_parse.py
webgather/webgather.py
webgather.egg-info/PKG-INFO
webgather.egg-info/SOURCES.txt
webgather.egg-info/dependency_links.txt
webgather.egg-info/requires.txt
webgather.egg-info/top_level.txt
webgather/atlproc/__init__.py
webgather/atlproc/cleaner.py
webgather/atlproc/engine.py
webgather/atlproc/newspaper_engine.py
webgather/atlproc/detector/__init__.py
webgather/atlproc/detector/discuz_detector.py
webgather/atlproc/detector/discuz_feature.py
webgather/atlproc/parser/__init__.py
webgather/atlproc/parser/arbitrary_article_parser.py
webgather/atlproc/parser/bid_parser.py
webgather/atlproc/parser/discuz_parser.py
webgather/atlproc/parser/models.py
webgather/atlproc/parser/readability_parser.py
webgather/gather/__init__.py
webgather/gather/webgather_base.py
webgather/gather/webgather_div.py
webgather/gather/webgather_json_pick.py
webgather/gather/webgather_pick.py
webgather/gather/webgather_table.py
webgather/utils/__init__.py
webgather/utils/response.py
webgather/utils/uncurl.py
webgather/utils/utils.py