Skip to main content

Easy yaml parser and editer

Project description

EasyYaml

Introduction

This is an easy library for loading, editing and saving yaml objects.

Installation

You can install this project by a simple command.

    pip install easyyaml

QuickStart

It is quite simple to manipulate the yaml object.

>>> yd = eyaml.load(eyaml.__test_yaml_file__)
>>> for _ in range(4):
        yd.list.pop()
>>> yd.name = "this_is_a_simple_example_of_eyaml"
>>> eyaml.save(eyaml.__temp_yaml_file__, yd)

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

easyyaml-0.0.4.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

easyyaml-0.0.4.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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