Metadata-Version: 2.1
Name: scdil
Version: 0.1
Summary: simple configuration and data interchange language
Home-page: https://github.com/ktbarrett/scdil
Author: Kaleb Barrett
Author-email: dev.ktbarrett@gmail.com
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE

![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.
