Added some objects for working with wolframalpha

This commit is contained in:
Jason R. Coombs
2012-10-03 18:44:06 -04:00
parent 772ce9b34d
commit c4ac852a68
2 changed files with 29 additions and 1 deletions
+2 -1
View File
@@ -5,4 +5,5 @@ app_id = 'Q59EW4-7K8AHE858R'
def test_basic():
client = wolframalpha.Client(app_id)
client.query('30 deg C in deg F')
res = client.query('30 deg C in deg F')
import pytest; pytest.set_trace()