MANIFEST.in
README.md
setup.cfg
setup.py
wagtail_content_import/__init__.py
wagtail_content_import/apps.py
wagtail_content_import/models.py
wagtail_content_import/urls.py
wagtail_content_import/utils.py
wagtail_content_import/wagtail_hooks.py
wagtail_content_import.egg-info/PKG-INFO
wagtail_content_import.egg-info/SOURCES.txt
wagtail_content_import.egg-info/dependency_links.txt
wagtail_content_import.egg-info/not-zip-safe
wagtail_content_import.egg-info/requires.txt
wagtail_content_import.egg-info/top_level.txt
wagtail_content_import/mappers/__init__.py
wagtail_content_import/mappers/base.py
wagtail_content_import/mappers/converters.py
wagtail_content_import/mappers/streamfield.py
wagtail_content_import/mappers/tests.py
wagtail_content_import/migrations/0001_initial.py
wagtail_content_import/migrations/0002_auto_20191009_1435.py
wagtail_content_import/migrations/__init__.py
wagtail_content_import/parsers/__init__.py
wagtail_content_import/parsers/base.py
wagtail_content_import/parsers/google.py
wagtail_content_import/parsers/microsoft.py
wagtail_content_import/parsers/tables.py
wagtail_content_import/parsers/test_document.json
wagtail_content_import/parsers/tests.py
wagtail_content_import/pickers/__init__.py
wagtail_content_import/pickers/google/__init__.py
wagtail_content_import/pickers/google/apps.py
wagtail_content_import/pickers/google/utils.py
wagtail_content_import/pickers/google/wagtail_hooks.py
wagtail_content_import/pickers/google/static/wagtail_content_import/google_picker.js
wagtail_content_import/pickers/google/templates/wagtail_content_import/google_doc_import_chooser.html
wagtail_content_import/pickers/google/templates/wagtail_content_import/google_doc_results.html
wagtail_content_import/pickers/local/__init__.py
wagtail_content_import/pickers/local/apps.py
wagtail_content_import/pickers/local/utils.py
wagtail_content_import/pickers/local/wagtail_hooks.py
wagtail_content_import/pickers/local/templates/wagtail_content_import/local_picker_js_init.html
wagtail_content_import/pickers/microsoft/__init__.py
wagtail_content_import/pickers/microsoft/apps.py
wagtail_content_import/pickers/microsoft/urls.py
wagtail_content_import/pickers/microsoft/utils.py
wagtail_content_import/pickers/microsoft/views.py
wagtail_content_import/pickers/microsoft/wagtail_hooks.py
wagtail_content_import/pickers/microsoft/static/wagtail_content_import/microsoft_picker.js
wagtail_content_import/pickers/microsoft/templates/wagtail_content_import/microsoft_picker_js_init.html
wagtail_content_import/static/wagtail_content_import/css/import-styles.css
wagtail_content_import/templates/wagtail_content_import/google_picker_js_init.html
wagtail_content_import/templates/wagtail_content_import/picker_buttons.html
wagtail_content_import/templates/wagtailadmin/pages/create.html
wagtail_content_import/templatetags/__init__.py
wagtail_content_import/templatetags/wagtailcontentimport_tags.py