Metadata-Version: 2.1
Name: monzo-api
Version: 0.0.1
Summary: Package to interact with the API provided by Monzo bank
Home-page: https://github.com/petermcd/monzo-api
Author: Peter McDonald
Author-email: git@petermcdonald.co.uk
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/petermcd/monzo-api/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# Monzo API

The Monzo API package allows you to interact with the API provided by Monzo bank.

## DISCLAIMER

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.

## Installation

The package can be installed as a standard pip project:

```bash
pip install monzo-api
```

## Basic Usage

Prior to using the API you need to obtain a few details from Monzo. Please
read [this](SETUP.md) document.

Please see the examples in the example directory.


