{ "info": { "author": "tbl42", "author_email": "cyberworker@posteo.de", "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 :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Office/Business :: Financial" ], "description": "# python-ctapi\nPython interface for [CoinTracking.info API](https://cointracking.info/api/api.php).\n\nI am not associated to cointracking.info -- use at your own risk!\n\n# Requirements:\n* requests\n\n# Install\n`python setup.py install`\n`pip install python-ctapi`\n\n# How to Use\nThis is an example about how you can use the library\n\n```\n#!/usr/bin/env python2\n\nfrom ctapi import CTAPI\n\napi_key = \napi_secret = \n\n# api = CTAPI(api_key, api_secret, debug=True)\napi = CTAPI(api_key, api_secret)\ntrades = api.getTrades()\n\nif trades['success']:\n for t in trades['result']:\n print trades['result'][t]\nelse:\n print \"got no orders\"\n\nprint api.getBalance()\nprint api.getHistoricalSummary()\nprint api.getHistoricalCurrency()\nprint api.getGroupedBalance()\nprint api.getGains()\n```\n\n# Running Tests\n**be aware of the API requests limit of 20 req/h**\n`venv/bin/python -m unittest -v ctapi.test.ctapi_tests`\n\n# Contribute\nDo you have an idea or found a bug in python-ctapi? Please file an issue and make a PR! :)\n\n## Support Me\nIf you like the API and wanna support its developer, use the following referral link when registering at cointracking: https://cointracking.info?ref=T161519\n\n\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/tbl42/python-ctapi", "keywords": "cointracking info btc api", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python-ctapi", "package_url": "https://pypi.org/project/python-ctapi/", "platform": "", "project_url": "https://pypi.org/project/python-ctapi/", "project_urls": { "Homepage": "https://github.com/tbl42/python-ctapi" }, "release_url": "https://pypi.org/project/python-ctapi/0.3.0/", "requires_dist": [ "requests (==2.18.4)", "future (==0.16.0)", "PyYAML (==3.11)" ], "requires_python": "", "summary": "Python Interface for CoinTracking.info API", "version": "0.3.0" }, "last_serial": 3489177, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "626c749e21f5bf8c2ea97e8fb6888793", "sha256": "398ffc258c7983fc25885aad86fa6fc1f0780235f0abc86aa3667e70a905f1f9" }, "downloads": -1, "filename": "python_ctapi-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "626c749e21f5bf8c2ea97e8fb6888793", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5611, "upload_time": "2018-01-14T18:29:42", "url": "https://files.pythonhosted.org/packages/b1/54/c572a258f5b5b8a5f6b366f021c5cf415903213c7a306edfef7b8fd73806/python_ctapi-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8422bf8fea0b452b65ca30b6552d2427", "sha256": "7aee3599feceeef637b34f8c06a38a1dfbbf4418333bda6d234788a2575b2573" }, "downloads": -1, "filename": "python-ctapi-0.3.0.tar.gz", "has_sig": false, "md5_digest": "8422bf8fea0b452b65ca30b6552d2427", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3561, "upload_time": "2018-01-14T18:29:43", "url": "https://files.pythonhosted.org/packages/8a/69/474410c20e11bf5b4a0ed7b22bfffc4dc97e4bcdd7ca0427afbd61607ba5/python-ctapi-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "626c749e21f5bf8c2ea97e8fb6888793", "sha256": "398ffc258c7983fc25885aad86fa6fc1f0780235f0abc86aa3667e70a905f1f9" }, "downloads": -1, "filename": "python_ctapi-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "626c749e21f5bf8c2ea97e8fb6888793", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5611, "upload_time": "2018-01-14T18:29:42", "url": "https://files.pythonhosted.org/packages/b1/54/c572a258f5b5b8a5f6b366f021c5cf415903213c7a306edfef7b8fd73806/python_ctapi-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8422bf8fea0b452b65ca30b6552d2427", "sha256": "7aee3599feceeef637b34f8c06a38a1dfbbf4418333bda6d234788a2575b2573" }, "downloads": -1, "filename": "python-ctapi-0.3.0.tar.gz", "has_sig": false, "md5_digest": "8422bf8fea0b452b65ca30b6552d2427", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3561, "upload_time": "2018-01-14T18:29:43", "url": "https://files.pythonhosted.org/packages/8a/69/474410c20e11bf5b4a0ed7b22bfffc4dc97e4bcdd7ca0427afbd61607ba5/python-ctapi-0.3.0.tar.gz" } ] }