Ordered map parser and writer.ΒΆ

https://img.shields.io/github/last-commit/jfjlaros/ordered-map.svg https://github.com/jfjlaros/ordered-map/actions/workflows/python-package.yml/badge.svg https://readthedocs.org/projects/ordered-map/badge/?version=latest https://img.shields.io/github/release-date/jfjlaros/ordered-map.svg https://img.shields.io/github/release/jfjlaros/ordered-map.svg https://img.shields.io/pypi/v/ordered-map.svg https://img.shields.io/github/languages/code-size/jfjlaros/ordered-map.svg https://img.shields.io/github/languages/count/jfjlaros/ordered-map.svg https://img.shields.io/github/languages/top/jfjlaros/ordered-map.svg https://img.shields.io/github/license/jfjlaros/ordered-map.svg

This package provides:

  • A library for reading and writing ordered maps.

  • A command line interface for converting an ordered map to YAML and vice versa.

Ordered maps are used in the Arduino platform software to handle configurations made of key/value pairs stored in files with an INI like syntax.

Please see ReadTheDocs for the latest documentation.