Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jfjlaros/ordered-map
- Owner: jfjlaros
- License: mit
- Created: 2020-11-28T19:02:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T18:02:41.000Z (over 3 years ago)
- Last Synced: 2024-10-13T03:49:30.542Z (2 months ago)
- Topics: arduino, boards, orderedmap, yaml
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
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