Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.