-
Notifications
You must be signed in to change notification settings - Fork 1
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
Config parser #6
Conversation
- Added ini-parser directory and python file. - Added two testing .ini files. - Added ability load .ini file into pythons script.
Returns a python dictionary that holds the key value pairs of a YAML file. Currently accepts command line arguments as filename and section heading.
- Added getAllHeadings, which returns each "section" in the yaml file. NOTE: Each section must have at least one key value pair in it, otherwise an error is handled that returns a statement saying that the specified section contains no values.
TODO: When the module loads the module, it can pass the parser object in to use for querying the YAML file. |
TODO: |
…nto config-parser
Created documentation folder for example ini and yaml files.
No description provided.