{ "info": { "author": "Christian K\u00fchnel", "author_email": "christian.kuehnel@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "# monpyou\nPython library to read account information from the [moneyou](https://www.moneyou.de/) bank.\n\nRight now the library only supports reading the balance of an account.\n\n# Usage\nA simple usage example:\n\n```python\nfrom monpyou import MonpYou\n\nmpy = MonpYou(username, password)\nmpy.update_accounts()\nfor account in mpy.accounts:\n print(\"{} ({}): {} {}\".format(account.name, account.iban, account.balance, account.currency))\n```\nSee also [monpyou_demo](monpyou_demo).\n\n# License\nLicensed under the Apache License, Version 2.0 (the \"License\");\n\nyou may not use this project except in compliance with the License.\nYou may obtain a copy of the License at \nhttp://www.apache.org/licenses/LICENSE-2.0\n\n# Disclaimer\nThis project is not supported in any way by moneyou. Use it at your own risk!", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/christian.kuehnel/monpyou", "keywords": "Moneyou banking", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "monpyou", "package_url": "https://pypi.org/project/monpyou/", "platform": "", "project_url": "https://pypi.org/project/monpyou/", "project_urls": { "Homepage": "https://github.com/christian.kuehnel/monpyou" }, "release_url": "https://pypi.org/project/monpyou/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Python library to read account information from moneyou bank.", "version": "0.1.2" }, "last_serial": 3971484, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "eaf55909f45c98f9b4b87a82b97ca1e2", "sha256": "2fce572fa6bfb8ee2d2b0a38278d28a949b5e6b9c2087a12162f5bdb38e47699" }, "downloads": -1, "filename": "monpyou-0.1.0.tar.gz", "has_sig": false, "md5_digest": "eaf55909f45c98f9b4b87a82b97ca1e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4092, "upload_time": "2018-05-29T19:35:31", "url": "https://files.pythonhosted.org/packages/17/73/06587cbdf62092471105ad3addcbc922f6e7f0ea58bb7716bd6ab1a48260/monpyou-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d07dc437387a02ba6e50e4843b0c7b1c", "sha256": "d80f96b7a5467654d3c1cf7a4787b57335444de6756df6a749fdf7d4d3c81220" }, "downloads": -1, "filename": "monpyou-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d07dc437387a02ba6e50e4843b0c7b1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4116, "upload_time": "2018-06-17T17:23:22", "url": "https://files.pythonhosted.org/packages/29/17/429557c13018e6bac28a14a9cd630a5812fe773797b81f9d37d07a1fec27/monpyou-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2ff9e132e69eb27f01b437ed03e65dbb", "sha256": "d5ae5a1c59ec27492d8892adeeacf4d00912f823f76a2cae4891cc9a587bdb83" }, "downloads": -1, "filename": "monpyou-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2ff9e132e69eb27f01b437ed03e65dbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4113, "upload_time": "2018-06-17T17:51:27", "url": "https://files.pythonhosted.org/packages/d1/37/d9c68980fb1d479ee5e6e149355e7f715c1de242c779ed358c9504ec52f9/monpyou-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2ff9e132e69eb27f01b437ed03e65dbb", "sha256": "d5ae5a1c59ec27492d8892adeeacf4d00912f823f76a2cae4891cc9a587bdb83" }, "downloads": -1, "filename": "monpyou-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2ff9e132e69eb27f01b437ed03e65dbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4113, "upload_time": "2018-06-17T17:51:27", "url": "https://files.pythonhosted.org/packages/d1/37/d9c68980fb1d479ee5e6e149355e7f715c1de242c779ed358c9504ec52f9/monpyou-0.1.2.tar.gz" } ] }