{ "info": { "author": "Mikhail f. Shiryaev", "author_email": "mr.felixoid@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "## Python library for ZenMoney API\nThis library allows you to use [ZenMoney API](https://github.com/zenmoney/ZenPlugins/wiki/ZenMoney-API).\n\nThere is a simplest way to start:\n\n```python\nfrom zenmoney import *\n\noauth = OAuth2('consumer_key', 'consumer_secret', 'user_name', 'user_pass')\napi = Request(oauth.token)\ndiff = api.diff(Diff(**{'serverTimestamp': 1}))\n```\n\n\n", "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/Felixoid/python-zenmoney", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "zenmoney", "package_url": "https://pypi.org/project/zenmoney/", "platform": "", "project_url": "https://pypi.org/project/zenmoney/", "project_urls": { "Homepage": "https://github.com/Felixoid/python-zenmoney" }, "release_url": "https://pypi.org/project/zenmoney/0.9/", "requires_dist": [ "requests" ], "requires_python": ">=3", "summary": "Library for zenmoney.ru API", "version": "0.9" }, "last_serial": 5722716, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "8ffc319b3afa7ae5b7c9ee18b90146a2", "sha256": "9aca7a58431621d6539b7c5dd0dc16131a917e9a81659b07eeb2098146e8f8b0" }, "downloads": -1, "filename": "zenmoney-0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "8ffc319b3afa7ae5b7c9ee18b90146a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 14290, "upload_time": "2019-08-23T20:39:50", "url": "https://files.pythonhosted.org/packages/01/91/f1acb362dfebfebe790e0f0f6243118796bc29a1e24d2834d3f438350b12/zenmoney-0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b21b8a511492aa6458745e69dc1a1644", "sha256": "d310132626bcd3ec109481d3391a320519498cc48c35d0cf45cf3197f8c9b0fa" }, "downloads": -1, "filename": "zenmoney-0.9.tar.gz", "has_sig": false, "md5_digest": "b21b8a511492aa6458745e69dc1a1644", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 7561, "upload_time": "2019-08-23T20:39:53", "url": "https://files.pythonhosted.org/packages/29/5d/26fb98318accaa62fa6a74f002826408217e30e1f61f3195dfd4c97a82b9/zenmoney-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8ffc319b3afa7ae5b7c9ee18b90146a2", "sha256": "9aca7a58431621d6539b7c5dd0dc16131a917e9a81659b07eeb2098146e8f8b0" }, "downloads": -1, "filename": "zenmoney-0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "8ffc319b3afa7ae5b7c9ee18b90146a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 14290, "upload_time": "2019-08-23T20:39:50", "url": "https://files.pythonhosted.org/packages/01/91/f1acb362dfebfebe790e0f0f6243118796bc29a1e24d2834d3f438350b12/zenmoney-0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b21b8a511492aa6458745e69dc1a1644", "sha256": "d310132626bcd3ec109481d3391a320519498cc48c35d0cf45cf3197f8c9b0fa" }, "downloads": -1, "filename": "zenmoney-0.9.tar.gz", "has_sig": false, "md5_digest": "b21b8a511492aa6458745e69dc1a1644", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 7561, "upload_time": "2019-08-23T20:39:53", "url": "https://files.pythonhosted.org/packages/29/5d/26fb98318accaa62fa6a74f002826408217e30e1f61f3195dfd4c97a82b9/zenmoney-0.9.tar.gz" } ] }