YAML Parser
Description
The YAML parser parses YAML markup (see http://yaml.org/ ).
Currently, it is highly experimental and implementation rather unstable - not even its applications are clear yet.
It does 2 things currently:
parse yaml markup and store the resulting data into moin's cache (see MoinMoin.caching).
- render the data (or markup) somehow:
- raw: show markup "as is"
- pprint: show cached data using pprint stdlib library
- group: show list elements as a unordered list
- dict: show dictionary entries as a definition list
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.7 |
Installation
For general installation instructions, see ParserMarket/InstallingParsers.
This parser requires PyYAML being installed.
Usage
To use this parser, simply put #!text_yaml after the beginning of the code block (alternatively, use #format yaml for the whole page).
Example
{{{#!text_yaml group - foo - bar }}}
Copyright/License
See source.
Discussion
What could it be used for?
...