setup.cfg
setup.py
local_code/__init__.py
local_code/consume_ws.py
local_code/plugin_test.py
local_code/shex_dbpedia.py
local_code/shex_pdbm.py
local_code/shex_wikidata.py
shexer/__init__.py
shexer/consts.py
shexer/shaper.py
shexer.egg-info/PKG-INFO
shexer.egg-info/SOURCES.txt
shexer.egg-info/dependency_links.txt
shexer.egg-info/requires.txt
shexer.egg-info/top_level.txt
shexer/core/__init__.py
shexer/core/class_profiler.py
shexer/core/class_shexer.py
shexer/core/instances/__init__.py
shexer/core/instances/abstract_instance_tracker.py
shexer/core/instances/instance_tracker.py
shexer/core/instances/pconsts.py
shexer/core/instances/annotators/__init__.py
shexer/core/instances/annotators/annotator_func.py
shexer/core/instances/annotators/annotator_tracking_instances.py
shexer/core/instances/annotators/base_annotator.py
shexer/core/instances/annotators/strategy_mode/__init__.py
shexer/core/instances/annotators/strategy_mode/all_classes_mode.py
shexer/core/instances/annotators/strategy_mode/base_strategy_mode.py
shexer/core/instances/annotators/strategy_mode/compound_strategy_mode.py
shexer/core/instances/annotators/strategy_mode/shape_qualifiers_mode.py
shexer/core/instances/annotators/strategy_mode/target_classes_mode.py
shexer/core/instances/mappings/__init__.py
shexer/core/instances/mappings/shape_map_instance_tracker.py
shexer/core/instances/mix/__init__.py
shexer/core/instances/mix/mixed_instance_tracker.py
shexer/io/__init__.py
shexer/io/graph/__init__.py
shexer/io/graph/yielder/__init__.py
shexer/io/graph/yielder/base_triples_yielder.py
shexer/io/graph/yielder/multi_nt_triples_yielder.py
shexer/io/graph/yielder/multi_rdflib_triple_yielder.py
shexer/io/graph/yielder/multi_tsv_nt_triples_yielder.py
shexer/io/graph/yielder/multifile_base_triples_yielder.py
shexer/io/graph/yielder/nt_triples_yielder.py
shexer/io/graph/yielder/rdflib_triple_yielder.py
shexer/io/graph/yielder/tsv_nt_triples_yielder.py
shexer/io/graph/yielder/filter/__init__.py
shexer/io/graph/yielder/filter/filter_namespaces_triple_yielder.py
shexer/io/graph/yielder/remote/__init__.py
shexer/io/graph/yielder/remote/sgraph_from_selectors_triple_yielder.py
shexer/io/json/__init__.py
shexer/io/json/json_loader.py
shexer/io/line_reader/__init__.py
shexer/io/line_reader/file_line_reader.py
shexer/io/line_reader/raw_string_line_reader.py
shexer/io/profile/__init__.py
shexer/io/profile/formater/__init__.py
shexer/io/profile/formater/abstract_profile_serializer.py
shexer/io/shape_map/__init__.py
shexer/io/shape_map/shape_map_parser.py
shexer/io/shape_map/label/__init__.py
shexer/io/shape_map/label/shape_map_label_parser.py
shexer/io/shape_map/node_selector/__init__.py
shexer/io/shape_map/node_selector/node_selector_parser.py
shexer/io/shex/__init__.py
shexer/io/shex/formater/__init__.py
shexer/io/shex/formater/consts.py
shexer/io/shex/formater/shex_serializer.py
shexer/io/shex/formater/statement_serializers/__init__.py
shexer/io/shex/formater/statement_serializers/base_statement_serializer.py
shexer/io/shex/formater/statement_serializers/fixed_prop_choice_statement_serializer.py
shexer/io/sparql/__init__.py
shexer/io/sparql/query.py
shexer/local_code/__init__.py
shexer/local_code/test_htree.py
shexer/local_code/test_profiler.py
shexer/local_code/test_redflib_parser.py
shexer/local_code/test_shexer.py
shexer/model/IRI.py
shexer/model/Literal.py
shexer/model/Macro.py
shexer/model/__init__.py
shexer/model/bnode.py
shexer/model/const_elem_types.py
shexer/model/fixed_prop_choice_statement.py
shexer/model/hierarchy_tree.py
shexer/model/node_selector.py
shexer/model/property.py
shexer/model/shape.py
shexer/model/shape_map.py
shexer/model/statement.py
shexer/model/graph/__init__.py
shexer/model/graph/abstract_sgraph.py
shexer/model/graph/endpoint_sgraph.py
shexer/model/graph/rdflib_sgraph.py
shexer/utils/__init__.py
shexer/utils/dict.py
shexer/utils/file.py
shexer/utils/log.py
shexer/utils/obj_references.py
shexer/utils/shapes.py
shexer/utils/target_elements.py
shexer/utils/triple_yielders.py
shexer/utils/uri.py
shexer/utils/factories/__init__.py
shexer/utils/factories/class_profiler_factory.py
shexer/utils/factories/class_shexer_factory.py
shexer/utils/factories/h_tree.py
shexer/utils/factories/instance_tracker_factory.py
shexer/utils/factories/iri_factory.py
shexer/utils/factories/remote_graph_factory.py
shexer/utils/factories/shape_map_factory.py
shexer/utils/factories/shape_map_parser_factory.py
shexer/utils/factories/shape_serializer_factory.py
shexer/utils/factories/triple_yielders_factory.py
shexer/utils/translators/__init__.py
shexer/utils/translators/list_of_classes_to_shape_map.py
ws/__init__.py
ws/shexer_rest.py
ws/wsgi.py