Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktbarrett/scdil
simple configuration and data interchange language
https://github.com/ktbarrett/scdil
configuration data json python yaml
Last synced: 18 days 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 (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-07T02:45:49.000Z (over 2 years ago)
- Last Synced: 2025-01-13T00:39:23.600Z (24 days 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
![Tests](https://github.com/ktbarrett/scdil/actions/workflows/tests.yaml/badge.svg)
[![codecov](https://codecov.io/gh/ktbarrett/scdil/branch/dev/graph/badge.svg?token=5TCD4LSP5F)](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.