{"id":24113160,"url":"https://github.com/vishalnandagopal/splitwise","last_synced_at":"2025-09-05T21:32:36.276Z","repository":{"id":152062354,"uuid":"598719433","full_name":"vishalnandagopal/splitwise","owner":"vishalnandagopal","description":"implementing the logic for basic features of Splitwise in Python","archived":false,"fork":false,"pushed_at":"2023-11-22T20:27:06.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T14:46:15.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vishalnandagopal.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":"2023-02-07T17:16:18.000Z","updated_at":"2023-02-16T19:37:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"38726c57-2d2e-45cb-bb44-f4706e8f8645","html_url":"https://github.com/vishalnandagopal/splitwise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vishalnandagopal/splitwise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishalnandagopal%2Fsplitwise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishalnandagopal%2Fsplitwise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishalnandagopal%2Fsplitwise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishalnandagopal%2Fsplitwise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vishalnandagopal","download_url":"https://codeload.github.com/vishalnandagopal/splitwise/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishalnandagopal%2Fsplitwise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273826112,"owners_count":25175232,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-11T04:01:01.232Z","updated_at":"2025-09-05T21:32:36.252Z","avatar_url":"https://github.com/vishalnandagopal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Splitwise (Unofficial) implementation\n\nattempt at implementing the logic for basic features of [Splitwise](https://www.splitwise.com/) in Python, including settling transactions and [\"simplify debts\"](https://blog.splitwise.com/2012/09/14/debts-made-simple/) ([video](https://www.youtube.com/watch?v=R2CBrFq9KAI)).\n\n## Running the app\n\n1. Clone the repository\n\n```\n$ git clone https://github.com/vishalnandagopal/splitwise.git\n```\n\n2. Install Python and Pip.\n\n-   Download [Python](https://python.org/downlaods) and install it.\n-   Make sure both Python and Pip are installed using `python --version` / `python3 --version` and `pip --version` / `pip3 --version`\n\n3. Install pipenv\n\n```\n$ python -m pip install -U  pipenv\n```\n\n4. Let pipenv install from the Pipfile\n\n-   This will also automatically create a virtual environment and run it, if it does not exist.\n\n```\n$ pipenv install\n```\n\nThis project also uses [`mypy`](https://www.mypy-lang.org/) for type-checking in Python.\n\nInstall that using\n\n```\n$ python -m pip install -U mypy\n```\n\nand run your file (file.py) using `mypy file.py` or type check the classes module using `mypy classes`.\n\n### TODO:\n\n-   web UI using flask.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishalnandagopal%2Fsplitwise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishalnandagopal%2Fsplitwise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishalnandagopal%2Fsplitwise/lists"}