Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yaml Component

YAML implements most of the YAML 1.2 specification.

from pymfony.component.yaml import Yaml;

array = Yaml.parse(filename);

print(Yaml.dump(array));

Resources

You can run the unit tests with the following command:

$ cd path/to/pymfony/component/yaml/
$ curl -O https://raw.github.com/pypa/virtualenv/master/virtualenv.py
$ python virtualenv.py vendor
$ vendor/bin/pip install -r requirements.txt -e . nose
$ vendor/bin/nosetests

About

[READ-ONLY] Subtree split of the Pymfony YAML Component -- clone into pymfony/component/ (master at alquerci/pymfony)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages