Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use YAML for config input file #1

Closed
2 tasks done
orbeckst opened this issue Dec 12, 2015 · 7 comments
Closed
2 tasks done

use YAML for config input file #1

orbeckst opened this issue Dec 12, 2015 · 7 comments
Assignees

Comments

@orbeckst
Copy link
Member

The ini format used for cfg files is limiting. Switch to yaml.

  • implement yaml parsing
  • provide translator script to rewrite old cfg files as yml
@ianmkenney
Copy link
Member

I am looking into ways to get yaml parsing. Do we want to write our own or use something like pyyaml.org?

@orbeckst
Copy link
Member Author

Never roll your own if you can use a tested library!

It needs to be something that can be installed via pip.

Maybe @dotsdl has any suggestions.

On 11 Dec, 2015, at 21:47, Ian Kenney wrote:

I am looking into ways to get yaml parsing. Do we want to write our own or use something like pyyaml.org?


Reply to this email directly or view it on GitHub.

Oliver Beckstein * orbeckst@gmx.net
skype: orbeckst * orbeckst@gmail.com

@dotsdl
Copy link
Contributor

dotsdl commented Dec 15, 2015

Just use PyYAML.

@ianmkenney
Copy link
Member

Closing.

@orbeckst
Copy link
Member Author

Is this fixed in a commit? If so, add to the commit comment closes #1 and it will be automatically referenced here. Otherwise, give the SHA1 of the commit in your manual closing message.

@ianmkenney
Copy link
Member

closed with 13110a5

@ianmkenney ianmkenney reopened this Dec 31, 2015
@ianmkenney
Copy link
Member

Closing the reopened issue... sha1: 13110a5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants