{ "info": { "author": "Mike Marzigliano", "author_email": "marzig76@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Geminipy\nA library for the Gemini bitcoin exchange API\n\nEasily communicate with the Gemini Bitcoin exchange API without\nhaving to deal with HTTP requests.\n\n\nRequirements\n============\nPlease get an API key from [https://exchange.gemini.com/settings/api](https://exchange.gemini.com/settings/api)\n\n\nInstallation\n============\n\nshell\npip install geminipy\n\n\nExample\n=======\n\npython\nfrom geminipy import Geminipy\n\n# The connection defaults to the Gemini sandbox.\n# Add 'live=True' to use the live exchange\ncon = Geminipy(api_key='your API key', secret_key='your secret key', live=True)\n \n# public request\nsymbols = con.symbols()\n \n# a Requests response is returned.\n# So we can access the HTTP reponse code,\n# the raw response content, or a json object\nprint symbols.status_code\nprint symbols.content\nprint symbols.json()\n \n# authenticated request\norder = con.new_order(amount='1', price='200',side='buy')\n \nprint order.json()\n \n#send a heartbeat\ncon.heartbeat()\n\n\nThe required nonce is the current millisecond timestamp.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/geminipy/geminipy", "keywords": "", "license": "GNU GPL", "maintainer": "", "maintainer_email": "", "name": "geminipy", "package_url": "https://pypi.org/project/geminipy/", "platform": "", "project_url": "https://pypi.org/project/geminipy/", "project_urls": { "Homepage": "https://github.com/geminipy/geminipy" }, "release_url": "https://pypi.org/project/geminipy/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "API client for Gemini", "version": "0.0.4" }, "last_serial": 5914039, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0c2ce5f82547246106d25e2c3fe8b4c4", "sha256": "cd802e85523372cd21e5085f32d2988d661dc0975865e3a2a02d21cbc2c084d5" }, "downloads": -1, "filename": "geminipy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0c2ce5f82547246106d25e2c3fe8b4c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15241, "upload_time": "2017-08-11T20:39:22", "url": "https://files.pythonhosted.org/packages/2e/b5/c8c6e3ce7746a30cb71ede333e9ec5d92aeaa6f8522e193f0f8878e1e39c/geminipy-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2dc542b86ab08ceb413679076c28457d", "sha256": "3f94196d45d8490a8b93669f396ddf3d0fd11ed179e7074f3f1a5f216a710243" }, "downloads": -1, "filename": "geminipy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2dc542b86ab08ceb413679076c28457d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15376, "upload_time": "2017-10-24T22:17:52", "url": "https://files.pythonhosted.org/packages/a8/8b/73c3f99e5e906eb1d30b7968f96df08ad07f0098bd8f93f7ba52423f2d52/geminipy-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "19b977f18c0e9458ff5481b9426d681b", "sha256": "755628820481e897037e5ca37daaf069a59f5ab34dd0e417e53b0588c0ed1f0c" }, "downloads": -1, "filename": "geminipy-0.0.3.tar.gz", "has_sig": false, "md5_digest": "19b977f18c0e9458ff5481b9426d681b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15763, "upload_time": "2017-10-28T01:36:26", "url": "https://files.pythonhosted.org/packages/3c/b1/2da57b6db7cefed83a0b8630e6f97ceb710b52734792beb08568355aa117/geminipy-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "b6ad62db97215e0f29e9aa1d27917834", "sha256": "e8a65a54f6fd0e50051d63436888b601a038d9c8546bfb89ab948559c2298202" }, "downloads": -1, "filename": "geminipy-0.0.4.tar.gz", "has_sig": false, "md5_digest": "b6ad62db97215e0f29e9aa1d27917834", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15795, "upload_time": "2019-10-01T18:02:28", "url": "https://files.pythonhosted.org/packages/e0/dd/239b4cdf1230f5aff8fc04b0a8d0cad7e47190c6f61c88253ebf86422475/geminipy-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b6ad62db97215e0f29e9aa1d27917834", "sha256": "e8a65a54f6fd0e50051d63436888b601a038d9c8546bfb89ab948559c2298202" }, "downloads": -1, "filename": "geminipy-0.0.4.tar.gz", "has_sig": false, "md5_digest": "b6ad62db97215e0f29e9aa1d27917834", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15795, "upload_time": "2019-10-01T18:02:28", "url": "https://files.pythonhosted.org/packages/e0/dd/239b4cdf1230f5aff8fc04b0a8d0cad7e47190c6f61c88253ebf86422475/geminipy-0.0.4.tar.gz" } ] }