Skip to content
/ yaml Public

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

License

Notifications You must be signed in to change notification settings

pymfony/yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages