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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file monpyou-0.1.2.tar.gz
.
File metadata
- Download URL: monpyou-0.1.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5ae5a1c59ec27492d8892adeeacf4d00912f823f76a2cae4891cc9a587bdb83 |
|
MD5 | 2ff9e132e69eb27f01b437ed03e65dbb |
|
BLAKE2b-256 | d137d9c68980fb1d479ee5e6e149355e7f715c1de242c779ed358c9504ec52f9 |