* ADD function, get_dict(), to get a dict containing data member values from the NIHiCiteEntry
* DEPRECATED:
* Use entry.get_dict() instead of accessing the dict data member directly.
The dict data member is deprecated and will be replaced with a namedtuple.
* UPDATE apikey: Separate apikey into its own variable in its own module
* UPDATE src/pmidcite/eutils/cmds/base.py: If rsp is not json, text, asn.1, return dict from xml format
* UPDATE README.md to make first text more concise