{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"}],"enrichment":{"capability":"Provides a Python client for querying the Wolfram|Alpha v2.0 API, allowing you to send questions and retrieve structured computational answers.","skillfed_tags":["api-client","computational-knowledge","external-service"],"use_cases":["Embed computational queries into a chatbot or assistant application that needs real-time answers.","Build a data pipeline that enriches datasets with Wolfram|Alpha calculations or knowledge lookups.","Create a command-line tool that queries Wolfram|Alpha without opening a browser.","Integrate mathematical problem-solving into an educational or tutoring application.","Automate fact-checking or knowledge verification tasks in a larger workflow."],"what_it_does":"This is a straightforward wrapper around the Wolfram|Alpha v2.0 REST API that lets you send computational queries from Python and get back structured results. It handles the HTTP communication, XML parsing (via xmltodict), and result formatting so you don't have to deal with raw API responses. The package depends on httpx for HTTP requests and several utility libraries (more-itertools, jaraco.context, multidict) for data handling.\n\nYou'll use it when you need to integrate Wolfram|Alpha's computational knowledge into a Python application\u2014asking questions like 'what is the weather in London' or 'solve x^2 + 3x + 2' and getting back parsed, usable answers. It's been in active development since 2012 and maintains compatibility with modern Python versions (3.8+).","worth_installing":"Yes. The package has low install friction, active maintenance, a permissive MIT license, no known vulnerabilities, and a clear use case for anyone needing programmatic access to Wolfram|Alpha. The main prerequisite is obtaining an API key, which is straightforward. Install it if you need to query Wolfram|Alpha from Python."},"id":"wolframalpha","links":{"html":"https://skillfed.io/packages/wolframalpha","md":"https://skillfed.io/packages/wolframalpha.md","pypi":"https://pypi.org/project/wolframalpha/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-06-01","license_spdx":null,"license_treatment":"permissive","name":"wolframalpha","python_support":"supports_current","summary":"Wolfram|Alpha 2.0 API client"},"popularity":{"monthly_downloads":302377,"position":7823,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"5.1.3"}
