{ "info": { "author": "Seena Burns", "author_email": "hello@ethanbird.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Tungsten\n--------\n\nTungsten is a dead simple Wolfram Alpha API wrapper built for python, with all the power and none of the hassle. Check it out:\n\n::\n\n import tungsten\n\n client = tungsten.Tungsten('appid')\n result = client.query('pi')\n\n for pod in pods:\n print pod.scanner\n\nOf course, that stuff is pretty simple. Tungsten can handle a lot more.\n\n::\n\n # Query parameters\n params = {'format': ['plaintext', 'image', 'minput', 'moutput'],\n 'scanner': 'numeric',\n 'parsetimeout': 10}\n result = client.query('rref {{1,2},{3,4}}', params)\n\n # Various formats\n mathematica_input = result.pods[1].format['minput']\n image = result.pods[1].format['img']\n\n # Piping queries\n piped_result = client.query(mathematica_input)\n\nBSD licensed. Hosted on `Github `_ and available on PyPI. Documentation on `Read The Docs `_.\n\nInstallation: ::\n\n pip install tungsten\n\n\n\nHistory\n-------\n\n0.1.1 (2012-11-15)\n------------------\n- Bug fixes\n- README.md update\n\n0.1.0 (2012-11-15)\n------------------\n- Initial Release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/seenaburns/Tungsten", "keywords": null, "license": "Copyright (c) 2012, Seena Burns\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the nor the\n names of its contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "Tungsten", "package_url": "https://pypi.org/project/Tungsten/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Tungsten/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/seenaburns/Tungsten" }, "release_url": "https://pypi.org/project/Tungsten/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Wolfram Alpha API built for Python.", "version": "0.1.1" }, "last_serial": 750949, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "257a350419eac36d8f8d60d672b94a8a", "sha256": "110b66fb9b3513ce0608681200a75108f70b20b0544d967f8481f5f26a1977a8" }, "downloads": -1, "filename": "Tungsten-0.1.0.tar.gz", "has_sig": false, "md5_digest": "257a350419eac36d8f8d60d672b94a8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3457, "upload_time": "2012-11-16T08:31:41", "url": "https://files.pythonhosted.org/packages/ac/f1/7c73d4a0672156b8abed89d50614b361127b60ab818c9e012b3dfabd7926/Tungsten-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ec8bf4a35c3ad464909fefc8e90298be", "sha256": "4f1db7574bb2a1b01fd8978e492ec2dd734d7915a7985c4a03ba2e25f81c779d" }, "downloads": -1, "filename": "Tungsten-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ec8bf4a35c3ad464909fefc8e90298be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3893, "upload_time": "2012-11-17T18:43:36", "url": "https://files.pythonhosted.org/packages/50/df/02e483734a6487290da297b08df09da8c40c77f00c762e360b1536336a82/Tungsten-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec8bf4a35c3ad464909fefc8e90298be", "sha256": "4f1db7574bb2a1b01fd8978e492ec2dd734d7915a7985c4a03ba2e25f81c779d" }, "downloads": -1, "filename": "Tungsten-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ec8bf4a35c3ad464909fefc8e90298be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3893, "upload_time": "2012-11-17T18:43:36", "url": "https://files.pythonhosted.org/packages/50/df/02e483734a6487290da297b08df09da8c40c77f00c762e360b1536336a82/Tungsten-0.1.1.tar.gz" } ] }