{ "info": { "author": "Alexandru Arnautu", "author_email": "alex.arnautu96@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Pytopia \nPytopia is a library that allows you to interact with Cryptopia API.\n\n# Requirements\n- Python (3.6, 3.7)\n\n# Installation\n\nTo install this package, you need to make sure **pip** is installed:\n```bash\npip install pytopia\n```\n\n## Example\n\nLet's take a look over a simple example on how to use it:\n\n```python\nfrom pytopia import Pytopia\n\npytopia = Pytopia(PUBLIC_KEY, PRIVATE_KEY)\n\n# Get the last traded price for every trade pair\ntrade_pairs = pytopia.get_trade_pairs()\n\nfor trade_pair in trade_pairs:\n market_history = pytopia.get_market_history(trade_pairs[0]['Id'])\n last_traded_price = market_history[0]['Price']\n print(last_traded_price)\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/alexarnautu/pytopia/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pytopia", "package_url": "https://pypi.org/project/pytopia/", "platform": "", "project_url": "https://pypi.org/project/pytopia/", "project_urls": { "Homepage": "https://github.com/alexarnautu/pytopia/" }, "release_url": "https://pypi.org/project/pytopia/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Wrapper for Cryptopia API", "version": "1.0.0" }, "last_serial": 4504114, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "59618ec44232836ad715a7b0bbd88909", "sha256": "af4f9a04ad538a01bf718ee8bec777ae0b62b1a3c48e7efa2fb6f929bac9aec5" }, "downloads": -1, "filename": "pytopia-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "59618ec44232836ad715a7b0bbd88909", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7290, "upload_time": "2018-11-19T19:29:48", "url": "https://files.pythonhosted.org/packages/47/bb/ef57e9e7a836dae0553eb9edb4f2d918190b92d9a893618f191f59f44467/pytopia-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b3f3d3a06ee159d4c72f31d126ca0de1", "sha256": "facccb4e845fc17e51bb4cd17f37734018db858a323b3983678150149c49d154" }, "downloads": -1, "filename": "pytopia-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b3f3d3a06ee159d4c72f31d126ca0de1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2873, "upload_time": "2018-11-19T19:29:50", "url": "https://files.pythonhosted.org/packages/99/98/2c231e0f53faebeb810358c022aff116bdaee8227aba3c18790d98175e22/pytopia-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "59618ec44232836ad715a7b0bbd88909", "sha256": "af4f9a04ad538a01bf718ee8bec777ae0b62b1a3c48e7efa2fb6f929bac9aec5" }, "downloads": -1, "filename": "pytopia-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "59618ec44232836ad715a7b0bbd88909", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7290, "upload_time": "2018-11-19T19:29:48", "url": "https://files.pythonhosted.org/packages/47/bb/ef57e9e7a836dae0553eb9edb4f2d918190b92d9a893618f191f59f44467/pytopia-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b3f3d3a06ee159d4c72f31d126ca0de1", "sha256": "facccb4e845fc17e51bb4cd17f37734018db858a323b3983678150149c49d154" }, "downloads": -1, "filename": "pytopia-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b3f3d3a06ee159d4c72f31d126ca0de1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2873, "upload_time": "2018-11-19T19:29:50", "url": "https://files.pythonhosted.org/packages/99/98/2c231e0f53faebeb810358c022aff116bdaee8227aba3c18790d98175e22/pytopia-1.0.0.tar.gz" } ] }