LICENSE
MANIFEST.in
setup.py
hq/__init__.py
hq/__main__.py
hq/config.py
hq/hq.py
hq/output.py
hq/soup_util.py
hq/string_util.py
hq/verbosity.py
hq.egg-info/PKG-INFO
hq.egg-info/SOURCES.txt
hq.egg-info/dependency_links.txt
hq.egg-info/entry_points.txt
hq.egg-info/requires.txt
hq.egg-info/top_level.txt
hq/hquery/__init__.py
hq/hquery/axis.py
hq/hquery/equality_operators.py
hq/hquery/evaluation_error.py
hq/hquery/evaluation_in_context.py
hq/hquery/expression_context.py
hq/hquery/flwor.py
hq/hquery/function_support.py
hq/hquery/hquery_processor.py
hq/hquery/location_path.py
hq/hquery/node_test.py
hq/hquery/object_type.py
hq/hquery/relational_operators.py
hq/hquery/string_interpolation.py
hq/hquery/syntax_error.py
hq/hquery/tokens.py
hq/hquery/variables.py
hq/hquery/computed_constructors/__init__.py
hq/hquery/computed_constructors/hash_key_value.py
hq/hquery/computed_constructors/html_attribute.py
hq/hquery/computed_constructors/html_element.py
hq/hquery/computed_constructors/json_array.py
hq/hquery/computed_constructors/json_hash.py
hq/hquery/functions/__init__.py
hq/hquery/functions/core_boolean.py
hq/hquery/functions/core_node_set.py
hq/hquery/functions/core_number.py
hq/hquery/functions/core_string.py
hq/hquery/functions/extend_node_set.py
hq/hquery/functions/extend_string.py
test/test_cli.py
test/test_unicode_support.py
test/hquery/__init__.py
test/hquery/hquery_test_util.py
test/hquery/test_arithmetic_operators.py
test/hquery/test_axes.py
test/hquery/test_computed_html_construction.py
test/hquery/test_computed_json_construction.py
test/hquery/test_core_functions.py
test/hquery/test_equality_operators.py
test/hquery/test_expressions.py
test/hquery/test_extended_functions.py
test/hquery/test_flwor.py
test/hquery/test_if_then_else.py
test/hquery/test_interpolated_strings.py
test/hquery/test_location_paths.py
test/hquery/test_name_tests.py
test/hquery/test_node_tests.py
test/hquery/test_relational_operators.py
test/hquery/test_sequences_and_ranges.py
test/hquery/test_strings.py
test/hquery/test_xpath1_abbreviated_samples.py
test/hquery/test_xpath1_unabbreviated_samples.py