Add notes in README about attributes exposed.

This commit is contained in:
Jason R. Coombs 2016-09-03 15:03:02 -04:00
parent e1ae854faf
commit c2ce282a51

View File

@ -35,5 +35,9 @@ marked as 'primary' using ``Result.results``::
print(next(res.results).text)
All objects returned are dictionary subclasses, so to find out which attributes
Wolfram|Alpha has supplied, simply invoke ``.keys()`` on the object.
Attributes formed from XML attributes can be accessed with or without their
"@" prefix (added by xmltodict).
For more information, read the source.