AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/history.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
tests/test_select_trxml.py
tests/test_select_trxml_and_save.py
tests/test_select_xml.py
tests/test_select_xml_and_save.py
tests/test_selector.py
tests/test_xml_utils.py
tests/resource/simple.mtrxml
tests/resource/simple.mxml
tests/resource/gold/trxml_exp.tsv
tests/resource/gold/trxml_name.tsv
tests/resource/gold/trxml_name_address.tsv
tests/resource/gold/xml_name.tsv
tests/resource/gold/xml_name_address.tsv
tests/resource/trxmls/foo1.doc.trxml
tests/resource/trxmls/foo2.doc.trxml
tests/resource/trxmls/foo3.pdf.trxml
tests/resource/xmls/test_01.xml
tests/resource/xmls/test_02.xml
tests/resource/xmls/test_03.xml
tests/resource/xmls/test_false.xml
xml_miner/__init__.py
xml_miner/mine_trxml.py
xml_miner/mine_xml.py
xml_miner/miner.py
xml_miner.egg-info/PKG-INFO
xml_miner.egg-info/SOURCES.txt
xml_miner.egg-info/dependency_links.txt
xml_miner.egg-info/entry_points.txt
xml_miner.egg-info/not-zip-safe
xml_miner.egg-info/top_level.txt
xml_miner/data_utils/__init__.py
xml_miner/data_utils/asclient.py
xml_miner/data_utils/data_loader.py
xml_miner/data_utils/data_saver.py
xml_miner/selectors/__init__.py
xml_miner/selectors/selector_utils.py
xml_miner/selectors/trxml_selector.py
xml_miner/selectors/trxml_selectors.py
xml_miner/selectors/xml_selector.py
xml_miner/selectors/xml_selectors.py
xml_miner/xml/__init__.py
xml_miner/xml/base_xml.py
xml_miner/xml/tk_trxml.py
xml_miner/xml/tk_xml.py