{"library":"splitwise","title":"Splitwise Python SDK","type":"library","description":"Unofficial Python SDK for the Splitwise API. Version 3.0.0 includes fixes for updateExpense and getExpenses. Release cadence is irregular.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install splitwise"],"cli":null},"imports":["from splitwise import Splitwise","from splitwise.expense import Expense"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://www.splitwise.com","github":"https://github.com/namaggarwal/splitwise","docs":"https://splitwise.readthedocs.io","changelog":null,"pypi":"https://pypi.org/project/splitwise/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from splitwise import Splitwise\n\nsplt = Splitwise(consumer_key='YOUR_KEY', consumer_secret='YOUR_SECRET')\n# For OAuth2, use access token\n# splt = Splitwise(consumer_key='YOUR_KEY', consumer_secret='YOUR_SECRET', access_token='ACCESS_TOKEN')\nprint(splt.getCurrentUser())","lang":"python","description":"Initialize the SDK and fetch the current user.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}