AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
mfc_scraper/__init__.py
mfc_scraper/__main__.py
mfc_scraper/dumper.py
mfc_scraper/scraper.py
mfc_scraper.egg-info/PKG-INFO
mfc_scraper.egg-info/SOURCES.txt
mfc_scraper.egg-info/dependency_links.txt
mfc_scraper.egg-info/entry_points.txt
mfc_scraper.egg-info/not-zip-safe
mfc_scraper.egg-info/requires.txt
mfc_scraper.egg-info/top_level.txt
mfc_scraper/locators/__init__.py
mfc_scraper/locators/figure_collection_page_locators.py
mfc_scraper/locators/figure_locators.py
mfc_scraper/locators/figure_page_locators.py
mfc_scraper/pages/__init__.py
mfc_scraper/pages/figure_collection_page.py
mfc_scraper/pages/figure_page.py
mfc_scraper/parsers/__init__.py
mfc_scraper/parsers/figure.py
mfc_scraper/parsers/figure_data.py
tests/__init__.py
tests/test_mfc_scraper.py