Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oschulz/propdicts.jl
Property dictionaries with support for deep merging
https://github.com/oschulz/propdicts.jl
deep-merge dictionaries julia merging properties
Last synced: 3 months ago
JSON representation
Property dictionaries with support for deep merging
- Host: GitHub
- URL: https://github.com/oschulz/propdicts.jl
- Owner: oschulz
- License: other
- Created: 2017-06-28T00:58:21.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T21:46:24.000Z (9 months ago)
- Last Synced: 2024-10-13T23:33:22.510Z (3 months ago)
- Topics: deep-merge, dictionaries, julia, merging, properties
- Language: Julia
- Homepage:
- Size: 304 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PropDicts.jl
[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/PropDicts.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/PropDicts.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/oschulz/PropDicts.jl/workflows/CI/badge.svg?branch=main)](https://github.com/oschulz/PropDicts.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/oschulz/PropDicts.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/oschulz/PropDicts.jl)## Documentation
PropDicts implements dictionaries that handle hierarchical property/value
data, e.g. configuration data, with support for deep merging and
variable substitution.* [Documentation for stable version](https://oschulz.github.io/PropDicts.jl/stable)
* [Documentation for development version](https://oschulz.github.io/PropDicts.jl/dev)