simple YAML format reader
Project description
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)
----------------------
Usage:
import toyyaml
dict_data = toyyaml.load(open("config.yml", "r"))
or:
import toyyaml
dict_data = toyyaml.loads(yaml_string)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
toyyaml-0.1.tar.gz
(6.8 kB
view details)
File details
Details for the file toyyaml-0.1.tar.gz.
File metadata
- Download URL: toyyaml-0.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c246540c58d15771927ee35e2de9016cbe3cf3cf586f479ef06fd211eee7488c
|
|
| MD5 |
19564b9401687ae830422b6f50293d83
|
|
| BLAKE2b-256 |
e0dc363159503cf4580f52ca221da932bee4c48017f775d911a83091ec650bfd
|