Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jfjlaros/ordered-map

ordered-map: Ordered map parser and writer.
https://github.com/jfjlaros/ordered-map

arduino boards orderedmap yaml

Last synced: about 1 month ago
JSON representation

ordered-map: Ordered map parser and writer.

Awesome Lists containing this project

README

        

Ordered map parser and writer.
==============================

.. image:: https://img.shields.io/github/last-commit/jfjlaros/ordered-map.svg
:target: https://github.com/jfjlaros/ordered-map/graphs/commit-activity
.. image:: https://github.com/jfjlaros/ordered-map/actions/workflows/python-package.yml/badge.svg
:target: https://github.com/jfjlaros/ordered-map/actions/workflows/python-package.yml
.. image:: https://readthedocs.org/projects/ordered-map/badge/?version=latest
:target: https://ordered-map.readthedocs.io/en/latest
.. image:: https://img.shields.io/github/release-date/jfjlaros/ordered-map.svg
:target: https://github.com/jfjlaros/ordered-map/releases
.. image:: https://img.shields.io/github/release/jfjlaros/ordered-map.svg
:target: https://github.com/jfjlaros/ordered-map/releases
.. image:: https://img.shields.io/pypi/v/ordered-map.svg
:target: https://pypi.org/project/ordered-map/
.. image:: https://img.shields.io/github/languages/code-size/jfjlaros/ordered-map.svg
:target: https://github.com/jfjlaros/ordered-map
.. image:: https://img.shields.io/github/languages/count/jfjlaros/ordered-map.svg
:target: https://github.com/jfjlaros/ordered-map
.. image:: https://img.shields.io/github/languages/top/jfjlaros/ordered-map.svg
:target: https://github.com/jfjlaros/ordered-map
.. image:: https://img.shields.io/github/license/jfjlaros/ordered-map.svg
:target: https://raw.githubusercontent.com/jfjlaros/ordered-map/master/LICENSE.md

----

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.

.. _ReadTheDocs: https://ordered-map.readthedocs.io/en/latest/index.html
.. _configurations: https://arduino.github.io/arduino-cli/latest/platform-specification/#boardstxt