This package browser is in early development. Mind the rough edges.

python-poyo

Lightweight YAML Parser for Python

This package provides a lightweight YAML Parser for Python. It supports only a chosen subset of the YAML format that is required to parse cookiecutter user configuration files. It does not have support for serializing into YAML and is not compatible with JSON.

Installation

Install the latest version of python-poyo as follows:

guix install python-poyo

Or install a particular version:

guix install python-poyo@0.5.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.