Metadata-Version: 2.1
Name: wagtail-content-import
Version: 0.2.3
Summary: A module for Wagtail that provides functionality for importing page content from third-party sources.
Home-page: https://github.com/torchbox/wagtail-content-import
Author: Samir Shah, Jacob Topp-Mugglestone, Karl Hobley, Matthew Westcott
Author-email: jacobtm@torchbox.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Wagtail :: 2
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Description-Content-Type: text/markdown
Requires-Dist: wagtail (>=2.2)
Requires-Dist: python-docx (>=0.8.10)
Provides-Extra: test
Requires-Dist: mock (>=1.0.0) ; extra == 'test'
Requires-Dist: coverage (>=3.7.0) ; extra == 'test'
Requires-Dist: flake8 (>=2.2.0) ; extra == 'test'
Requires-Dist: tox (==3.9.0) ; extra == 'test'

![Wagtail Content Import](docs/img/wagtail_content_import_logo_with_text.svg)

Wagtail Content Import is a module for importing page content into Wagtail from third-party sources. 
Page content is imported into a StreamField, using a set of customisable mappings.
Currently supports:

### As sources:
- Google Docs
- OneDrive/SharePoint

### As files:
- Google Docs documents with:
    - Rich text
    - Tables
    - Images
    - Headings
- Docx files with:
    - Text with bold and italics
    - Headings

### Requirements:
* Django 2.2
* Wagtail 2.2

For the full documentation, see: https://torchbox.github.io/wagtail-content-import/


