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-2.2.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wolframalpha-2.2-py2.py3-none-any.whl (5.8 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for wolframalpha-2.2.tar.gz
Algorithm Hash digest
SHA256 3eadf14e2a87abd0b959d05feb9dccc492b554648b202546a4329581a3e1cc77
MD5 6c53835993bfc470dc864b8dc9138b85
BLAKE2b-256 711b8410426f30583c3cdf3e4d7a614361a194dfd6a10c7d0792e9a3d585fe55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wolframalpha-2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a0cad1ed7cb0d754b18f6357cf6ac0ecb838908eee624b28280a4be3264c6fdf
MD5 56eb0be183b529c8c7c20b304528a390
BLAKE2b-256 a1021e851c0c48655747bffa54e457a895848190b37074dc123a4ac30ac89d0f

See more details on using hashes here.

Supported by

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