I have a large number of name value pair that I need to use in a program. What should be the best way to store the name value pair in a file so that I can easily parse them in my python program. For some reasons we are not using xml. Please suggest any good method to store them in a file and use them.
P.S -- The people writing the name value pairs in file need not be developers. They will be told to write certain values and they'll type. So i want to keep it as simple as possible.