Skip to content

yeyuexia/toyyaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weclome to ToyYaml

ToyYaml is a yaml format reader.

##Usage:

import toyyaml

dict_data = toyyaml.load(open("config.yml", "r"))

or

import toyyaml

dict_data = toyyaml.loads(yaml_string)

About

simple yaml reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages