Metadata-Version: 2.1
Name: jaml-edit
Version: 1.0.1
Summary: Edit your YAML files as JSON - and vice versa!
Home-page: https://github.com/markrawls/jaml
Author: Mark Rawls
Author-email: markrawls96@gmail.com
License: WTFPL
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: PyYAML (>=5.1.0)

# jaml

Lets you edit JSON as YAML, and vice versa, with only one command!

 - Intelligently detects output settings based on the input file type
 - Respects your $EDITOR if it can, otherwise tries to find one it can use
 - Is made with love


## Installation
```
pip install jaml-edit
```

## Usage
```
$ jaml --help
usage: jaml [-h] [-i INDENT] [-t] file_name

Interchangeably edit YAML as JSON and vice versa

positional arguments:
  file_name             The file to edit

optional arguments:
  -h, --help            show this help message and exit
  -i INDENT, --indent INDENT
                        How indented the output data should be
  -t, --trailing-whitespace
                        Add trailing whitespace to the end of the output
```


