The Monzo API package allows you to interact with the API provided by Monzo bank.
Before using this package it is important to understand that the Monzo API should only be used for non-public projects hosted securely. Please do not use this on a public server and do not use it for accessing other users accounts.
The package can be installed as a standard pip project:
pip install monzo-api
Prior to using the API you need to obtain a few details from Monzo. Please read this document.
Please see the examples in the example directory.
Full documentation can be found on Read The Docs