{ "info": { "author": "CryptoMarket", "author_email": "pablo@cryptomkt.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# CryptoMarket\nThe official Python library for the [CryptoMarket API v1](https://developers.cryptomkt.com).\n\n# Installation\nTo install Cryptomarket, simply use pip:\n```\npip install cryptomarket\n```\n# Documentation\n\nThe first things you'll need to do is [sign up with CryptoMarket](https://www.cryptomkt.com/account/register).\n\n## API Key + Secret\nIf you're writing code for your own CryptoMarket account, [enable an API key](https://www.cryptomkt.com/account2#api_tab).\n\nNext, create a Client object for interacting with the API:\n\n```\nfrom cryptomarket.exchange.client import Client\n\nclient = Client(api_key, api_secret)\n```\n\n# Usage\n\n## [Public endpoints](https://developers.cryptomkt.com/es/#endpoints-publicos)\n\n### Get markets\n```\nclient.get_markets()\n```\n\n### Get ticker\n```\nclient.get_ticker(market=\"ETHCLP\")\n```\n\n### Get book\n```\nclient.get_book(market=\"ETHCLP\", type=\"buy\")\nclient.get_book(market=\"ETHCLP\", type=\"sell\")\n```\n\n### Get trades\n```\nclient.get_trades(market=\"ETHCLP\")\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/cryptomkt/cryptomkt-python", "keywords": "api,cryptomkt,cryptomarket,bitcoin,client", "license": "", "maintainer": "", "maintainer_email": "", "name": "cryptomarket", "package_url": "https://pypi.org/project/cryptomarket/", "platform": "", "project_url": "https://pypi.org/project/cryptomarket/", "project_urls": { "Homepage": "https://github.com/cryptomkt/cryptomkt-python" }, "release_url": "https://pypi.org/project/cryptomarket/0.0.5/", "requires_dist": [ "certifi (==2017.7.27.1)", "chardet (==3.0.4)", "idna (==2.6)", "requests (==2.18.4)", "six (==1.11.0)", "urllib3 (==1.22)" ], "requires_python": "", "summary": "CryptoMarket API client library", "version": "0.0.5" }, "last_serial": 4895807, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d822718bf32b3b464a10fef8e6ce1514", "sha256": "03c7c7e6d9fbc1d5233e7ae25f7b9e2fce9afbae22615b81a5293d13e7547844" }, "downloads": -1, "filename": "cryptomarket-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d822718bf32b3b464a10fef8e6ce1514", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10105, "upload_time": "2018-06-29T23:01:17", "url": "https://files.pythonhosted.org/packages/dd/7d/f0c06489289eaf7b8871c4aa573319fceb1d7aa069464ca51a7029625668/cryptomarket-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5046237d623b6f5ae30f5665bd486cbf", "sha256": "256eda019cfc236386c2149eca34639eefcccdd1fa4f4165572a740a20d19ec4" }, "downloads": -1, "filename": "cryptomarket-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5046237d623b6f5ae30f5665bd486cbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6516, "upload_time": "2018-06-29T23:01:18", "url": "https://files.pythonhosted.org/packages/07/0b/3ff8ed39bcfa72a149a84241238cca4009729d15f56ae76f1b1d8de08c3f/cryptomarket-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "4b4513cca6452cc6bf66a3284a6b7ebc", "sha256": "c1cd1e150e8afa584c68e0446c4c39fed90c134319f2bcd535fad376271cae1e" }, "downloads": -1, "filename": "cryptomarket-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "4b4513cca6452cc6bf66a3284a6b7ebc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10235, "upload_time": "2018-08-16T16:59:02", "url": "https://files.pythonhosted.org/packages/1b/af/08baf5cc79016e879cc8efec6f0c90025c4b241175d48fc010a2f9512d14/cryptomarket-0.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d394b7d284ad17a9d4b3e937476e342e", "sha256": "64262bc684d75bdf2b95818ea21c4765f948c2a23d67822c3d647517f1001a6a" }, "downloads": -1, "filename": "cryptomarket-0.0.2.tar.gz", "has_sig": false, "md5_digest": "d394b7d284ad17a9d4b3e937476e342e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6699, "upload_time": "2018-08-16T16:59:04", "url": "https://files.pythonhosted.org/packages/5a/ef/dc37c0d67e63cfd67ab5533a29c9ae15c0362d907e570565266f8ffc06dc/cryptomarket-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e338825617d0e8f6c7fe9d4e47490c98", "sha256": "b15d379868cdca38246e5e641189c2ecafaea1e881109549e8c3b0c01566a0ff" }, "downloads": -1, "filename": "cryptomarket-0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "e338825617d0e8f6c7fe9d4e47490c98", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9576, "upload_time": "2018-08-24T21:01:17", "url": "https://files.pythonhosted.org/packages/d9/ff/0c3cf91dcab446c0829cac8ec28d8f2435559b1ada5762f294315e514093/cryptomarket-0.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d1722682a67ae66944cf716e7e464fdc", "sha256": "32bfe61f67339f58d7a7bdb45214e4068ef9cb3af3c9289646f8ab27fe8db676" }, "downloads": -1, "filename": "cryptomarket-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d1722682a67ae66944cf716e7e464fdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1760, "upload_time": "2018-08-24T21:01:20", "url": "https://files.pythonhosted.org/packages/60/c2/fad4e17069baa83847fbf68e58f5810e0385c5e498331faacbca76d3eece/cryptomarket-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "c8a9b48be44c2ffc51d477ca8713dad0", "sha256": "a69209fd802d9265c8b896cd496da2a3585fd7047c335eef329c4420303cc0ef" }, "downloads": -1, "filename": "cryptomarket-0.0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "c8a9b48be44c2ffc51d477ca8713dad0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16827, "upload_time": "2018-08-24T21:41:17", "url": "https://files.pythonhosted.org/packages/3c/75/2b38a8246aeae76bac80b92a954c955502120e98441644bbe0e9c809ea14/cryptomarket-0.0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7db3914ef05cd74b0fddf8dfa02a54aa", "sha256": "16e4ea4488e89e30a21035101931bd1604a9c2c0051f3f112fe245ebe96843b0" }, "downloads": -1, "filename": "cryptomarket-0.0.4.tar.gz", "has_sig": false, "md5_digest": "7db3914ef05cd74b0fddf8dfa02a54aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7134, "upload_time": "2018-08-24T21:41:20", "url": "https://files.pythonhosted.org/packages/28/94/869b4b09234c41b4dfc7984988b065ba2732e78d629a11605db6be107375/cryptomarket-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "cd9eb64ef39437ced0cb1849be618dd6", "sha256": "198e76672b5a7153a7ba1f6bc02b62c2fd0aec4bb71735341ceb45fc25cbf28a" }, "downloads": -1, "filename": "cryptomarket-0.0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "cd9eb64ef39437ced0cb1849be618dd6", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16933, "upload_time": "2019-03-04T19:00:32", "url": "https://files.pythonhosted.org/packages/8a/8d/79abf0ef243ca433400b9659ee4e615a93296a901e495c9b0fb1c3c9f1a2/cryptomarket-0.0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f21330153179889f544fe28753946a4", "sha256": "3e11f943b8110b415dba43f5ff581037970677ae774113a55cc12bad56d3661e" }, "downloads": -1, "filename": "cryptomarket-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "7f21330153179889f544fe28753946a4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17750, "upload_time": "2019-03-04T19:00:33", "url": "https://files.pythonhosted.org/packages/4a/c1/16a317ae10323d62884b314e2bd77a2877658b78b0a8eeb8ca891578b802/cryptomarket-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcf5634d5165cc2a184eb65a3a76989c", "sha256": "b0824a28431b1b3d7b3deef1f0e701897dd126a54a69312ed44a950d0d7fe1db" }, "downloads": -1, "filename": "cryptomarket-0.0.5.tar.gz", "has_sig": false, "md5_digest": "bcf5634d5165cc2a184eb65a3a76989c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7296, "upload_time": "2019-03-04T19:00:38", "url": "https://files.pythonhosted.org/packages/96/bb/474b3f9efc5583306032cfa49b78dda57e6578966f1370714b5dad80b1c6/cryptomarket-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cd9eb64ef39437ced0cb1849be618dd6", "sha256": "198e76672b5a7153a7ba1f6bc02b62c2fd0aec4bb71735341ceb45fc25cbf28a" }, "downloads": -1, "filename": "cryptomarket-0.0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "cd9eb64ef39437ced0cb1849be618dd6", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16933, "upload_time": "2019-03-04T19:00:32", "url": "https://files.pythonhosted.org/packages/8a/8d/79abf0ef243ca433400b9659ee4e615a93296a901e495c9b0fb1c3c9f1a2/cryptomarket-0.0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f21330153179889f544fe28753946a4", "sha256": "3e11f943b8110b415dba43f5ff581037970677ae774113a55cc12bad56d3661e" }, "downloads": -1, "filename": "cryptomarket-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "7f21330153179889f544fe28753946a4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17750, "upload_time": "2019-03-04T19:00:33", "url": "https://files.pythonhosted.org/packages/4a/c1/16a317ae10323d62884b314e2bd77a2877658b78b0a8eeb8ca891578b802/cryptomarket-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcf5634d5165cc2a184eb65a3a76989c", "sha256": "b0824a28431b1b3d7b3deef1f0e701897dd126a54a69312ed44a950d0d7fe1db" }, "downloads": -1, "filename": "cryptomarket-0.0.5.tar.gz", "has_sig": false, "md5_digest": "bcf5634d5165cc2a184eb65a3a76989c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7296, "upload_time": "2019-03-04T19:00:38", "url": "https://files.pythonhosted.org/packages/96/bb/474b3f9efc5583306032cfa49b78dda57e6578966f1370714b5dad80b1c6/cryptomarket-0.0.5.tar.gz" } ] }