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 details)
Built Distribution
File details
Details for the file easyyaml-0.0.4.1.tar.gz
.
File metadata
- Download URL: easyyaml-0.0.4.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fde71304a5855e1f36c528188acc74b523b7ee2ca3e0d18d6c15ca35d4e1e6d |
|
MD5 | d1fd5e0de389c2d957f2595ad57f9c6a |
|
BLAKE2b-256 | 76672ac45a1a685e28ceaca9e0d38bec47451dde22d3314cf455805ef15b62e8 |
File details
Details for the file easyyaml-0.0.4.1-py3-none-any.whl
.
File metadata
- Download URL: easyyaml-0.0.4.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb05dd10aca8bb4e33ca90fab1ca7e746a350ad6d606874766ed6d853616b9cf |
|
MD5 | 3cd668b865ded8e396eba7ac5b6e9b46 |
|
BLAKE2b-256 | 2d7cb15ee4e9a7f2e9f130325dc080d39d5bc84a8dc2a1befa44e70dbe468680 |