/working-with-yaml

A sample YAML file structure and sample Python script to read YAML files.

Primary LanguagePython

Working with YAML as config files in your repo

This will serve as an example repo that utilises YAML as a config file and ways on how to read it.

This repo contains:

  • Structure of a sample YAML file
  • How to read a YAML file using Python

Inspiration to create this repo is from Dr. Varshita Sher's article here