{ "info": { "author": "Dan Palmer", "author_email": "dan@danpalmer.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "description": "monzo-api-stub\n==============\n\nStub API for Monzo.\n\nNote about Monzo API deprecation\n--------------------------------\n\nThe Monzo API is essentially deprecated at this point. It has not been in active development since early 2016 (as far as I can tell), and will likely not be worked on until mid-2018, as the UK are introducing new regulations for open banking infrastructure which will influence the future of Monzo's API. I'll happily accept PRs to this repo, but given the state of the API's development I have ceased working with the Monzo API myself so will not be maintaining this until API development picks up again.\n\nInstallation\n------------\n\nThe package is available on PyPI::\n\n $ pip install monzo-api-stub\n\nUsage\n-----\n\nTo run a server::\n\n $ monzo-api\n\nYou can parse optional arguments to change the behaviour::\n\n $ monzo-api --help\n Usage: monzo-api [OPTIONS]\n\n Stub Monzo API\n\n Options:\n --host TEXT Address to bind to.\n --port INTEGER Port for the HTTP server.\n --num-accounts INTEGER Number of accounts to give the user\n --currency TEXT Currency to use, pass \"random\" to use random\n currencies\n --help Show this message and exit.\n\nNote: This is not guaranteed to be API compatible. It is a best-effort attempt\nto provide a useful tool for developers building for the Monzo API.\n\n\nFeatures\n--------\n\n- OAuth flow with immediate redirect, no need to enter an email address.\n- Test with pre-defined or random currencies.\n- Test as a user with multiple accounts.\n\n\nCompleteness\n------------\n\nSince this is a stub API, most \"business logic\" on the server side isn't\nimplemented, and likely won't be.\n\nThis should however be considered a work in progress, and any PRs that bring\nresponses/endpoints closer to those of the real API, or any that add entirely\nmissing endpoints, are very welcome.\n\nThings that are missing:\n\n- OAuth exchange is fake - I'd like to add this in a basic way to make it easier\n to test the OAuth flow.\n\n- No auth headers required - Would be good to have a basic (optional?) auth\n check.\n\n- Verbose request logging - to help see what your client application is sending.\n\n- Loading custom data - to allow testing of specific cases that your app\n wants to handle.\n\n- Webhooks.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/danpalmer/monzo-api-stub", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "monzo-api-stub", "package_url": "https://pypi.org/project/monzo-api-stub/", "platform": "", "project_url": "https://pypi.org/project/monzo-api-stub/", "project_urls": { "Homepage": "https://github.com/danpalmer/monzo-api-stub" }, "release_url": "https://pypi.org/project/monzo-api-stub/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "Stub API for Monzo", "version": "0.1.3" }, "last_serial": 3268884, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5c06f6143d51a72be874b29850641fa9", "sha256": "ea241398df26e637db8896dcf18405ea1d3c1cf54c1ad4e00886ca60b7bcc9ed" }, "downloads": -1, "filename": "monzo-api-stub-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5c06f6143d51a72be874b29850641fa9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3712, "upload_time": "2016-09-05T22:43:40", "url": "https://files.pythonhosted.org/packages/e1/c4/d6e9c7e35b75a721723e2b4a212ec47704fb55438d470c313708954e7e29/monzo-api-stub-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "917ede35491e7937ed5a12ceebd0fb17", "sha256": "c2e4ee7e7eefc94a198709905d6dbde0d399f2a7d269fd5e83d46b18bc5717f0" }, "downloads": -1, "filename": "monzo_api_stub-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "917ede35491e7937ed5a12ceebd0fb17", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9373, "upload_time": "2016-09-06T22:03:26", "url": "https://files.pythonhosted.org/packages/09/b7/79fdd29c66b5b0f4c4a25610e82f7a264ff171bdc057ef53f236fb6d0342/monzo_api_stub-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1a8d880da5034d379a0946f2fd0a3c2", "sha256": "8eb31f12f062b923881bdbf68788a50c89ef4436ebdbb2c11db9e90c2f2b5253" }, "downloads": -1, "filename": "monzo-api-stub-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e1a8d880da5034d379a0946f2fd0a3c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6388, "upload_time": "2016-09-06T22:03:23", "url": "https://files.pythonhosted.org/packages/2e/47/051ea57389f8ac192234d7586094f907bb170f11466cefa0d2850296bbb9/monzo-api-stub-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f4b6ddffba33a6bd370caa1b5fe76f1e", "sha256": "599259f926b3571b4e1d20471dc99b5084ba72a5e03b9c05232f2951603e3a63" }, "downloads": -1, "filename": "monzo_api_stub-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f4b6ddffba33a6bd370caa1b5fe76f1e", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9476, "upload_time": "2016-09-06T22:47:33", "url": "https://files.pythonhosted.org/packages/c4/e1/410e0f4c4700c5e214ca68309ba9e1eb6e4acd70ca7e1d2eddd1a3d8c53e/monzo_api_stub-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2a34e6407780ac75c22f1c5d9900d51", "sha256": "ef89b3cd51dab6403517f4e39aff8fd626f375cc6335b74f48052df0363336bd" }, "downloads": -1, "filename": "monzo-api-stub-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b2a34e6407780ac75c22f1c5d9900d51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6487, "upload_time": "2016-09-06T22:47:31", "url": "https://files.pythonhosted.org/packages/de/9b/21925bbbd22c04db4ddf09f2802368a3925170c78993cb1adeeacbc5ae70/monzo-api-stub-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "7a2e03fc7e0e3c8a1385f090545d6202", "sha256": "3823c63b7ef9413e4193ba5990f1f32da3fc595276160dcec1a4eb70712f7cff" }, "downloads": -1, "filename": "monzo_api_stub-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "7a2e03fc7e0e3c8a1385f090545d6202", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9482, "upload_time": "2017-10-21T20:58:38", "url": "https://files.pythonhosted.org/packages/9c/88/ea6b2b9974915e4e33e85bd42150e30da7b396c2debd0c58054e86245155/monzo_api_stub-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8e661d6fe4f6f53c5b69214db0b82cd", "sha256": "a936752fb328bbdefe1804a7753199a0ce86f7c9790d01d55c85ab1192a38f4c" }, "downloads": -1, "filename": "monzo-api-stub-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c8e661d6fe4f6f53c5b69214db0b82cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6479, "upload_time": "2017-10-21T20:58:36", "url": "https://files.pythonhosted.org/packages/5b/b8/e6ed4983a008fc12fabcc6b9c81a989faa6425ed787f9abab1503a03055a/monzo-api-stub-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "a573a87050a7784360036e7dc8fd5d71", "sha256": "990bdbee4844447f23863c4c609ce6eebec4b84cf8fb3d19fa23e7999ac0690e" }, "downloads": -1, "filename": "monzo_api_stub-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "a573a87050a7784360036e7dc8fd5d71", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10008, "upload_time": "2017-10-21T21:02:55", "url": "https://files.pythonhosted.org/packages/0d/6c/58bbfb5558d850cb85001d922eda166cb3785bec0f10f5718a331bdd156c/monzo_api_stub-0.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb277036f0a5873edccb2245281d2aa5", "sha256": "ea10f9a033829ef57e54a535631f4f509faacca128027a9fade65e520e4e5f93" }, "downloads": -1, "filename": "monzo-api-stub-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fb277036f0a5873edccb2245281d2aa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6746, "upload_time": "2017-10-21T21:02:53", "url": "https://files.pythonhosted.org/packages/c4/c1/9c8f2b03e02e0010a17322a181497838264c8f60db18cba2e54fa462f50e/monzo-api-stub-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a573a87050a7784360036e7dc8fd5d71", "sha256": "990bdbee4844447f23863c4c609ce6eebec4b84cf8fb3d19fa23e7999ac0690e" }, "downloads": -1, "filename": "monzo_api_stub-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "a573a87050a7784360036e7dc8fd5d71", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10008, "upload_time": "2017-10-21T21:02:55", "url": "https://files.pythonhosted.org/packages/0d/6c/58bbfb5558d850cb85001d922eda166cb3785bec0f10f5718a331bdd156c/monzo_api_stub-0.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb277036f0a5873edccb2245281d2aa5", "sha256": "ea10f9a033829ef57e54a535631f4f509faacca128027a9fade65e520e4e5f93" }, "downloads": -1, "filename": "monzo-api-stub-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fb277036f0a5873edccb2245281d2aa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6746, "upload_time": "2017-10-21T21:02:53", "url": "https://files.pythonhosted.org/packages/c4/c1/9c8f2b03e02e0010a17322a181497838264c8f60db18cba2e54fa462f50e/monzo-api-stub-0.1.3.tar.gz" } ] }