{"id":17216558,"url":"https://github.com/lorddarkula/polypy","last_synced_at":"2025-03-25T13:43:33.437Z","repository":{"id":67874756,"uuid":"71929445","full_name":"LordDarkula/polypy","owner":"LordDarkula","description":"Symbolic manipulation of mathematical expressions","archived":false,"fork":false,"pushed_at":"2017-06-26T19:37:56.000Z","size":24,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T12:46:29.981Z","etag":null,"topics":["mathematical-expressions","mathematical-functions","python","symbolic-manipulation"],"latest_commit_sha":null,"homepage":"","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/LordDarkula.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-25T19:00:40.000Z","updated_at":"2021-08-26T17:41:16.000Z","dependencies_parsed_at":"2023-02-22T00:15:19.830Z","dependency_job_id":null,"html_url":"https://github.com/LordDarkula/polypy","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/LordDarkula%2Fpolypy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LordDarkula%2Fpolypy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LordDarkula%2Fpolypy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LordDarkula%2Fpolypy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LordDarkula","download_url":"https://codeload.github.com/LordDarkula/polypy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245473998,"owners_count":20621330,"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":["mathematical-expressions","mathematical-functions","python","symbolic-manipulation"],"created_at":"2024-10-15T03:28:03.515Z","updated_at":"2025-03-25T13:43:33.429Z","avatar_url":"https://github.com/LordDarkula.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# polypy\nSymbolic manipulation of mathematical expressions\n\n## License\npolypy is available under the MIT license. See the LICENSE file for more info. Copyright © 2016 Aubhro Sengupta. \nAll rights reserved.\n\n## Introduction\nPolypy is a libbrary designed to store mathematical expressions symbolically, \nso they can be stored and evaluated as functions at any time. It is designed to\nlook and feel like real mathematical notation as much as possible.\n\n## Usage\n``` python\nfrom polypy.base import x\n```\nTo create basic functions \n``` python\n# Simple linear function\n\u003e\u003e\u003e f = 2*x\n\u003e\u003e\u003e f(3)\n6\n\n# Quadratic function\n\u003e\u003e\u003e f = 3*x**2 + 2*x + 3\n\u003e\u003e\u003e f(1)\n8\n\n```\nSimple functions can be chained together to create more complex \nfunctions.\n``` python\n# g = 2^2^x\n\u003e\u003e\u003e g = 2**2**x\n\u003e\u003e\u003e f = x + 3\n\n# h = 2^2^x + 3\n\u003e\u003e\u003e h = f(g)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florddarkula%2Fpolypy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florddarkula%2Fpolypy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florddarkula%2Fpolypy/lists"}