README.md
setup.cfg
setup.py
alcazar/__init__.py
alcazar/bodytext.py
alcazar/catalogparser.py
alcazar/cli.py
alcazar/config.py
alcazar/crawler.py
alcazar/datastructures.py
alcazar/etree_parser.py
alcazar/exceptions.py
alcazar/fetcher.py
alcazar/forms.py
alcazar/scraper.py
alcazar/tally.py
alcazar/version.py
alcazar.egg-info/PKG-INFO
alcazar.egg-info/SOURCES.txt
alcazar.egg-info/dependency_links.txt
alcazar.egg-info/entry_points.txt
alcazar.egg-info/requires.txt
alcazar.egg-info/top_level.txt
alcazar/http/__init__.py
alcazar/http/cache.py
alcazar/http/client.py
alcazar/http/courtesy.py
alcazar/http/log.py
alcazar/husker/__init__.py
alcazar/husker/base.py
alcazar/husker/element.py
alcazar/husker/exceptions.py
alcazar/husker/jmespath.py
alcazar/skeleton/__init__.py
alcazar/skeleton/align.py
alcazar/skeleton/skeleton.py
alcazar/utils/__init__.py
alcazar/utils/compatibility.py
alcazar/utils/etree.py
alcazar/utils/html_shim.py
alcazar/utils/jsonutils.py
alcazar/utils/text.py
alcazar/utils/urls.py
tests/__init__.py
tests/test_misc.py
tests/test_requests.py
tests/bodytext/test_bodytext_command.py
tests/http_tests/__init__.py
tests/http_tests/plumbing.py
tests/http_tests/test_cache.py
tests/http_tests/test_chunked_transfer.py
tests/http_tests/test_content_encoding.py
tests/http_tests/test_courtesy_sleep.py
tests/http_tests/test_headers.py
tests/http_tests/test_misc.py
tests/http_tests/test_status_codes.py
tests/parser_tests/__init__.py
tests/parser_tests/plumbing.py
tests/parser_tests/test_element_husker.py
tests/parser_tests/test_forms.py
tests/parser_tests/test_html_parser.py
tests/parser_tests/test_jmespath_husker.py
tests/parser_tests/test_json_parser.py
tests/parser_tests/test_text_husker.py
tests/parser_tests/test_xml_parser.py