This is a tiny library which provides a method called html_form_to_dict(). This method takes a string containing HTML and returns a dictionary of the values of the first form. This mean you can do ...
clear() Removes all elements from the dictionary. copy() Returns a copy of the dictionary. get(key, default) Returns the value (case-insensitively), of the item specified with the key. Falls back to ...