splitwise icon indicating copy to clipboard operation
splitwise copied to clipboard

Python SDK for Splitwise

Results 14 splitwise issues
Sort by recently updated
recently updated
newest added

[PEP 8](https://www.python.org/dev/peps/pep-0008/) > Function names should be lowercase, with words separated by underscores as necessary to improve readability. > Variable names follow the same convention as function names. > mixedCase...

hi there, tried to use the above function after doing all the necessary authorization, and got the following error: ``` File "...\venv\lib\site-packages\splitwise\__init__.py", line 942, in getNotifications notifications.append(Notification(n)) File "...\venv\lib\site-packages\splitwise\notification.py", line...

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies