Sane default for YAML dump
Project description
# yaml dump
Unicode as utf8
Keep order of OrderedDict
# INSTALL
pip install yaml_dump
# USAGE
from yaml_dump import yaml_dump print(yaml_dump(dict(a=1,b=[1,2,3],c=”한글”)))
# EXAMPLE OUTPUT
a: 1 b: - 1 - 2 - 3 c: 한글
History
0.1.0 (2017-01-11)
First release on PyPI.
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
yaml_dump-0.3.0.tar.gz
(11.7 kB
view details)
File details
Details for the file yaml_dump-0.3.0.tar.gz
.
File metadata
- Download URL: yaml_dump-0.3.0.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5bb141b03a8738fce2b862c674cca09124a43b684cf8c14de5d614193cc8e07a
|
|
MD5 |
e9a96a3c58a1017718b7daa502879784
|
|
BLAKE2b-256 |
79c1f9e8f1aef3f864e2a7d77f9fc35f63d34b4d349bda1fe33499072ee1f6c0
|