Metadata-Version: 2.0
Name: wagtail-streamfieldtools
Version: 0.1
Summary: A suite of tools that extends Wagtail's already-awesome StreamField to make it even more flexible/versatile/useful!
Home-page: http://github.com/WGBH/wagtail-streamfieldtools/
Author: Jonathan Ellenberger
Author-email: jonathan_ellenberger@wgbh.org
License: MIT License, see LICENSE
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 3 - Alpha
Requires-Dist: wagtail (>=1.2)

========================
wagtail-streamfieldtools
========================

A suite of tools that extends `Wagtail <https://wagtail.io/>`_'s already-awesome `StreamField <http://docs.wagtail.io/en/latest/topics/streamfield.html>`_ to make it even more flexible/versatile/useful!

Includes:

- A simple interface for displaying the individual blocks of a ``StreamField`` in any number of renditions.
- A 'block registry' (and its associated field, ``RegisteredBlockStreamField``) that makes blocks pluggable/re-usable across disparate models/apps/projects.

TODO:

- Docs (with useful, easy-to-follow examples)!
- Tests!


