Skip to main content

Wolfram|Alpha 2.0 API client

Project description

wolframalpha

Python Client built against the Wolfram|Alpha v2.0 API. This project is hosted on bitbucket.

Installation

This library is released to PyPI, so the easiest way to install it is to use easy_install:

easy_install wolframalpha

or pip:

pip install wolframalpha

If you don’t have these tools or you prefer not to use setuptools, you may also simply extract the ‘wolframalpha’ directory an appropriate location in your Python path.

Usage

Basic usage is pretty simple. Create the client with your App ID (request from Wolfram Alpha):

import wolframalpha
client = wolframalpha.Client(app_id)

Then, you can send queries, which return Result objects:

res = client.query('temperature in Washington, DC on October 3, 2012')

Result objects have pods attribute (a Pod is an answer from Wolfram Alpha):

for pod in res.pods:
    do_something_with(pod)

You may also query for simply the pods which have ‘Result’ titles:

print(next(res.results).text)

For more information, read the source.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wolframalpha-1.3.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

wolframalpha-1.3-py2.py3-none-any.whl (5.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file wolframalpha-1.3.tar.gz.

File metadata

  • Download URL: wolframalpha-1.3.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wolframalpha-1.3.tar.gz
Algorithm Hash digest
SHA256 c4fc7b801318f66856d2a0a63d0a5e2b932e9c8c4f0388394a43322154d0830b
MD5 23581e5656eb143553a0ed970baa4229
BLAKE2b-256 f887c28482826a1dca2676224402e79075092e1656dbb72dbe33bda7f9beebdf

See more details on using hashes here.

Provenance

File details

Details for the file wolframalpha-1.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for wolframalpha-1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 21644de3f2abbc21100a1dc2f0a03cbb676ea8ba957f1d21e5268291f68d87df
MD5 0cdabbdef2d2cdaa813c69c8928ca6e1
BLAKE2b-256 2c64ac0a48f50f337c59e411ec5472935c1ce11fee2438f3920bd6d4be12652b

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page