{"id":37083767,"url":"https://github.com/guilt/einsum","last_synced_at":"2026-01-14T10:13:46.515Z","repository":{"id":304699299,"uuid":"1017020721","full_name":"guilt/einsum","owner":"guilt","description":"Simple, readable Einstein Summation in Python.","archived":true,"fork":false,"pushed_at":"2025-07-19T05:24:39.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-12T10:53:12.106Z","etag":null,"topics":["einstein-summation","einsum","machine-learning","notation","reshape"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/python-einsum","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/guilt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2025-07-09T22:45:14.000Z","updated_at":"2025-09-04T23:01:27.000Z","dependencies_parsed_at":"2025-07-14T21:48:03.268Z","dependency_job_id":"f9832eba-dc77-4a8e-be7d-68be33e63f14","html_url":"https://github.com/guilt/einsum","commit_stats":null,"previous_names":["guilt/einsum"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guilt/einsum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Feinsum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Feinsum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Feinsum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Feinsum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guilt","download_url":"https://codeload.github.com/guilt/einsum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Feinsum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["einstein-summation","einsum","machine-learning","notation","reshape"],"created_at":"2026-01-14T10:13:45.815Z","updated_at":"2026-01-14T10:13:46.497Z","avatar_url":"https://github.com/guilt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Einsum\n\nSimple, readable [Einstein Summation](https://en.wikipedia.org/wiki/Einstein_notation) in Python.\n\n```bash\n# Install\npip install python-einsum\n```\n\n## Simple Example\n\n```python\nfrom einsum import Einsum\nimport numpy as np\n\ntensorAb = np.ones((2, 3))  # ab\ntensorBd = np.ones((3, 4))  # bd\ntensorDc = np.ones((4, 5))  # dc\neinsumOp = Einsum(\"(ab,(bd,dc-\u003ebc)-\u003eac)\", tensorAb, tensorBd, tensorDc)\n```\n\n## Features\n\n- Easy to Read and Understand\n- Supports a variety of Notations\n\n## Development\n\n```bash\n# Clone and install\ngit clone https://github.com/guilt/einsum\ncd einsum\npip install -e \".[dev]\"\n\n# Run tests\npython -m unittest discover tests/ -v\n```\n\n## License\n\nMIT License. See [License](LICENSE.md) for details.\n\n## Feedback\n\nMade with ❤️ by [Vibe coding](https://en.wikipedia.org/wiki/Vibe_coding).\n\n* Authors: [Grok 3.0](https://grok.com/), [Claude Sonnet 4](https://anthropic.com/) and [Karthik Kumar Viswanathan](https://github.com/guilt)\n* Web   : http://karthikkumar.org\n* Email : me@karthikkumar.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Feinsum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilt%2Feinsum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Feinsum/lists"}