Skip to main content

Python wrapper for Mondo public API

Project description

Build Status PyPI Version Python Versions License

Python library that nicely wraps Monzo public API and allows you to use it directly from your Python project.

To use the library you have to provide it with you Monzo access token. You can either do that by exporting it as an environment variable ($ export MONZO_ACCESS_TOKEN="YOUR_ACTUAL_ACCESS_TOKEN") or by passing it explicitly to MonzoAPI().

The library currently does not implement feed items, webhooks and attachments endpoints - I plan to add them in the future, but they were’t essential to my current needs and they could be completely different in the future - per docs: > The Monzo API is under active development. Breaking changes should be expected.

The major addition I do want to add is better authentication support - currently access tokens can be taken directly from the developer playground and only last a couple of hours which is really annoying.

Installation

>From PyPI:

$ pip install pymonzo

API

There’s no documentation as of now, but the code is commented and should be pretty straightforward to use.

But feel free to ask me via mail or GitHub issues if anything is unclear.

Tests

Package was tested with pytest and tox on Python 2.7, 3.4 and 3.5 (see tox.ini).

To run tests yourself you need to set environment variables with access token before running tox inside the repository:

$ export MONZO_ACCESS_TOKEN="YOUR_ACTUAL_ACCESS_TOKEN"
$ tox

Contributions

Package source code is available at GitHub.

Feel free to use, ask, fork, star, report bugs, fix them, suggest enhancements and point out any mistakes.

Authors

Developed and maintained by Paweł Adamczak.

Released under [MIT License][license].

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymonzo-0.1.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

pymonzo-0.1.0-py2.py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page