Skip to main content

Sane default for YAML dump

Project description

# yaml dump

https://img.shields.io/pypi/v/yaml_dump.svg https://img.shields.io/travis/fingul/yaml_dump.svg Documentation Status Updates

Sane default for YAML dump

Features

  • unicode as utf8

  • Keep order of OrderedDict

from yaml_dump import yaml_dump
print(yaml_dump(dict(a=1,b=[1,2,3],c="한글")))
a: 1
b:
- 1
- 2
- 3
c: 한글

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2017-01-11)

  • First release on PyPI.

Project details


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.1.0.tar.gz (11.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page