Metadata-Version: 1.1
Name: ordered-map
Version: 1.0.0
Summary: Ordered map parser and writer.
Home-page: https://github.com/jfjlaros/ordered-map
Author: Jeroen F.J. Laros
Author-email: jlaros@fixedpoint.nl
License: MIT
Description: 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
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
