Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.98 KB

README.rst

File metadata and controls

41 lines (33 loc) · 1.98 KB

Ordered map parser and writer.

https://readthedocs.org/projects/ordered-map/badge/?version=latest

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.