Skip to main content

Wolfram Alpha API built for Python.

Project description

Tungsten

Tungsten is a dead simple Wolfram Alpha API wrapper built for python, with all the power and none of the hassle. Check it out:

import tungsten

client = tungsten.Tungsten('appid')
result = client.query('pi')

for pod in pods:
    print pod.scanner

Of course, that stuff is pretty simple. Tungsten can handle a lot more.

# Query parameters
params = {'format': ['plaintext', 'image', 'minput', 'moutput'],
          'scanner': 'numeric',
          'parsetimeout': 10}
result = client.query('rref {{1,2},{3,4}}', params)

# Various formats
mathematica_input = result.pods[1].format['minput']
image = result.pods[1].format['img']

# Piping queries
piped_result = client.query(mathematica_input)

BSD licensed. Hosted on Github and available on PyPI. Documentation on Read The Docs.

Installation:

pip install tungsten

History

0.1.1 (2012-11-15)

  • Bug fixes

  • README.md update

0.1.0 (2012-11-15)

  • Initial Release

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

Tungsten-0.1.1.tar.gz (3.9 kB view hashes)

Uploaded Source

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