Metadata-Version: 2.1
Name: wagtail_content_import
Version: 0.1.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
Description: # Wagtail Content Import
        
        A module for Wagtail that provides functionality for importing page content from third-party sources.
        Currently supports only Google Docs. 
        
        ### Getting Started
        
        ### Basic Usage
        
        ### The Content Import Flow
        
        The Wagtail Content Import app provides:
        * **Pickers** - which select and import raw document data 
        * **Parsers** - which parse the raw document data into a standard intermediate form
        * **Mappers** - which convert this intermediate form into a final output (typically a Wagtail StreamField)
        
        The typical flow is as follows, for a Page model with ContentImportMixin:
        
        1. The Create view in the Wagtail Admin provides a button, which calls a picker.
        
        2. The picker enables a document to be selected
        
        ### Customising Content Import
        
        ### Reference
        
        
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
Provides-Extra: test
