peppy
peppy copied to clipboard
URL config files
I'd like to be able to do this:
import peppy
peppy.Project("https://raw.githubusercontent.com/pepkit/example_peps/master/example_basic/project_config.yaml")
what do you think?
Also, what about this?
pep_version: "2.0.0"
project_modifiers:
import:
- https://raw.githubusercontent.com/pepkit/example_peps/master/example_basic/project_config.yaml
peppy.Project("project_config.yaml")
External Project configuration does not exist: https://raw.githubusercontent.com/pepkit/example_peps/master/example_basic/project_config.yaml
done
In [1]: import peppy
In [2]: p=peppy.Project("https://raw.githubusercontent.com/pepkit/example_peps/master/example_basic/project_config.yaml")
In [3]: print(p)
Project 'example_basic' (https://raw.githubusercontent.com/pepkit/example_peps/master/example_basic/project_config.yaml)
2 samples: frog_1, frog_2
Sections: pep_version, sample_table
This issue was solved 0f3c371