Skip to main content

Python library to read account information from moneyou bank.

Project description

monpyou

Python library to read account information from the moneyou bank.

Right now the library only supports reading the balance of an account.

Usage

A simple usage example:

from monpyou import MonpYou

mpy = MonpYou(username, password)
mpy.update_accounts()
for account in mpy.accounts:
    print("{} ({}): {} {}".format(account.name, account.iban, account.balance, account.currency))

See also monpyou_demo.

License

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Disclaimer

This project is not supported in any way by moneyou. Use it at your own risk!

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

monpyou-0.1.2.tar.gz (4.1 kB view hashes)

Uploaded Source

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