Skip to main content

VCS-friendly documents in YAML

Project description

yamlwrap: VCS-friendly documents in YAML

This is a Python module for maintaining arbitrarily long Markdown documents in YAML mappings, under version control and subject to other text-based tools.

yamlwrap serves this purpose by adding YAML support to [punwrap](https://github.com/veikman/punwrap), a Rust extension for wrapping Markdown.

Audience

yamlwrap is for people who maintain the contents of statically built web sites as YAML and prefer off-line text editors over SQL and plutonian web-based administrative interfaces. It won’t do much good for configuration files.

Usage

This is primarily a function library. Its main interface is yamlwrap.transform, which takes and returns serialized YAML, along with keyword parameters for how to change that YAML. yamlwrap.unwrap, which takes a block of text as one string, is a suitable preprocessor for line-break-sensitive markup resolution.

The package also comes with a CLI that works on a file level and can produce diffs or new files from simple transformations.

Examples

Using the CLI as shown in the makefile, yamlwrap took this hand-made original and made this unwrapped version as well as this rewrapped version for VCS.

History

yamlwrap was originally part of django-yamldoc, when that project was called vedm. It became its own module (v1.0.0) in 2021. Later that year, internal logic based on Python regexes was stripped out in favour of punwrap, resulting in a more narrow focus (Markdown instead of arbitrary markup) and substantial behavioural changes (v2.0.0).

Legal

Copyright 2016–2021 Viktor Eikman

yamlwrap is licensed as detailed in the accompanying file LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yamlwrap-2.0.0.tar.gz (18.2 kB view hashes)

Uploaded Source

Built Distribution

yamlwrap-2.0.0-py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page