{ "info": { "author": "Dan Lou", "author_email": "loudan@protonmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Build Tools" ], "description": "# wolfram-alpha-api\n\nwolfram-alpha-api is a Python wrapper for the Wolfram|Alpha APIs, mainly for Spoken Result API and Short Answers API.\n\n\n## Installation\n\n\nWith pip::\n\n $ pip install wolfram-alpha-api\n\nor easy_install::\n\n $ easy_install wolfram-alpha-api\n\n\n## Dependencies\n\n\nwolfram-alpha-api requires the `requests `_ package.\n\n\n## Usage\n\n\nIn test.py, replace the key value with your Wolfram|Alpha API key, then run:\n\n\tpython test.py\n\nThis uses spoken_results method to get a text string from the Spoken Result API. If no result get, it will try the Short Answers API automatically. These APIs are free to use for up to 2,000 calls per month. For speech_recognition and full_results, you will need to upgrade your Wolfram|Alpha API Key.\n\n\nFor a complete overview of the APIs, please refer to the [Wolfram|alpha API Documentation](https://products.wolframalpha.com/spoken-results-api/documentation/)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fishbb/wolfram-alpha-api", "keywords": "wolfram alpha api wa", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wolfram-alpha-api", "package_url": "https://pypi.org/project/wolfram-alpha-api/", "platform": "", "project_url": "https://pypi.org/project/wolfram-alpha-api/", "project_urls": { "Homepage": "https://github.com/fishbb/wolfram-alpha-api" }, "release_url": "https://pypi.org/project/wolfram-alpha-api/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A Python wrapper for the Wolfram|Alpha APIs", "version": "0.1.0" }, "last_serial": 3135523, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "40653e51554b0cedff92f26302818c16", "sha256": "67238a187a53258655096ff59e2fe56d6116fc974f32a458e4ae45f5d35e547c" }, "downloads": -1, "filename": "wolfram-alpha-api-0.1.0.tar.gz", "has_sig": false, "md5_digest": "40653e51554b0cedff92f26302818c16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2732, "upload_time": "2017-08-30T18:24:50", "url": "https://files.pythonhosted.org/packages/ce/12/1be48dd1d823fd84384f4e5fdbafd3a5bb5f9dcc2cb778e7ebc64c9f1ee4/wolfram-alpha-api-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "40653e51554b0cedff92f26302818c16", "sha256": "67238a187a53258655096ff59e2fe56d6116fc974f32a458e4ae45f5d35e547c" }, "downloads": -1, "filename": "wolfram-alpha-api-0.1.0.tar.gz", "has_sig": false, "md5_digest": "40653e51554b0cedff92f26302818c16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2732, "upload_time": "2017-08-30T18:24:50", "url": "https://files.pythonhosted.org/packages/ce/12/1be48dd1d823fd84384f4e5fdbafd3a5bb5f9dcc2cb778e7ebc64c9f1ee4/wolfram-alpha-api-0.1.0.tar.gz" } ] }