https://github.com/ktbarrett/scdil
simple configuration and data interchange language
https://github.com/ktbarrett/scdil
configuration data json python yaml
Last synced: 2 months ago
JSON representation
simple configuration and data interchange language
- Host: GitHub
- URL: https://github.com/ktbarrett/scdil
- Owner: ktbarrett
- License: lgpl-2.1
- Created: 2022-01-01T19:49:19.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-07T02:45:49.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T09:48:45.392Z (over 1 year ago)
- Topics: configuration, data, json, python, yaml
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://codecov.io/gh/ktbarrett/scdil)
# `scdil` - Simple Configuration and Data Interchange Language
A simple data interchange language that is effective at both human-to-program and program-to-program data interchange.
It is simpler than YAML, and more readible and writable than JSON. scdil is a superset of JSON.
This repo contains the [scdil specification document](spec.md) as well as a reference implementation in Python.