Skip to content

jfjlaros/ordered-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.