Add notes in README about attributes exposed.

master
Jason R. Coombs 8 years ago
parent e1ae854faf
commit c2ce282a51
  1. 4
      README.rst

@ -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.

Loading…
Cancel
Save