{"id":24935200,"url":"https://github.com/mcbabo/webmath","last_synced_at":"2025-03-28T15:15:15.296Z","repository":{"id":62588503,"uuid":"424732064","full_name":"mcbabo/webmath","owner":"mcbabo","description":"Online Math API Wrapper","archived":false,"fork":false,"pushed_at":"2021-11-06T21:08:30.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T19:16:30.927Z","etag":null,"topics":["api","math","python","wrapper"],"latest_commit_sha":null,"homepage":"https://api.mathjs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcbabo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-04T20:31:19.000Z","updated_at":"2024-08-11T08:13:16.000Z","dependencies_parsed_at":"2022-11-04T07:33:50.864Z","dependency_job_id":null,"html_url":"https://github.com/mcbabo/webmath","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcbabo%2Fwebmath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcbabo%2Fwebmath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcbabo%2Fwebmath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcbabo%2Fwebmath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcbabo","download_url":"https://codeload.github.com/mcbabo/webmath/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246049631,"owners_count":20715511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","math","python","wrapper"],"created_at":"2025-02-02T15:21:54.767Z","updated_at":"2025-03-28T15:15:15.272Z","avatar_url":"https://github.com/mcbabo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WEBMATH #\n\nOnline Math Calculator\n\nShoutout to [BobDotCom#4428](https://github.com/BobDotCom \"Bob's Github\") for his help\n\n[My Discord](https://discordapp.com/users/731128007388823592/ \"Moritz⚜#6969\")\n\n[Bob's Discord](https://discordapp.com/users/690420846774321221/ \"BobDotCom#4428\")\n\n## Instructions ##\n\n### Install: ###\n\n```py\npip install web-math\n```\n\n### Information: ###\n\n```py\ncalculate() takes one required and one optional argument\ncalculate([TASK], [PRECISION])\nTASK = str\nPRECISION = int\n```\n\n### Run Program: ###\n\n```py\n# import webmath and asyncio\nimport asyncio\nfrom web_math import webmath\n\n# make def\nasync def bread():\n    output = await webmath.calculate(\"3+3*3-sqrt(pi)\", 4)\n    print(output)\n\n# run def\nasyncio.run(bread())\n```\n\n### OUTPUT: ###\n```py\n# with 4 digit precision\n10.23\n# without digit precision\n10.227546149094485\n```\n\n## Ride the space skyway home to 80s Miami ##\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcbabo%2Fwebmath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcbabo%2Fwebmath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcbabo%2Fwebmath/lists"}