Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/epicstuff/taml

YAML but with tabs
https://github.com/epicstuff/taml

tabs taml yaml

Last synced: 3 months ago
JSON representation

YAML but with tabs

Awesome Lists containing this project

README

        

# TAML

YAML but with tabs

## Installation

```bash
pip install taml
```

## Usage

see [ruamel.yaml](https://yaml.readthedocs.io/en/latest/) and replace

```python
from ruamel.yaml import YAML
yaml=YAML()
```

with

```python
from taml import taml
```