{"library":"openedx-calc","title":"Open edX Calc","description":"A helper library for mathematical calculations and symbolic mathematics, used by Open edX. Current version 5.0.0, requires Python >=3.12. Release cadence is irregular, tied to Open edX releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install openedx-calc"],"cli":null},"imports":["from openedx_calc import calculator","from openedx_calc import evaluator"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from openedx_calc import calculator\nexpr = \"2 + 2\"\nresult = calculator(expr)\nprint(result)  # 4","lang":"python","description":"Simple arithmetic evaluation using the calculator function.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}