Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

gambit-yaml

Read GAMBIT YAML files in Python. Why? GAMBIT YAML files contain lists as YAML keys and an !import keyword, that isn't supported out of the box by Python YAML libraries.

Install

pip install git+https://github.com/GambitBSM/gambit-yaml

Use

import gambit_yaml

with open("gambit_yaml.yaml") as f:
    data = gambit_yaml.load(f)

About

Read GAMBIT yaml files in Python

Resources

Stars

0 stars

Watchers

32 watching

Forks

Releases

Packages

Contributors

Languages