{ "info": { "author": "Dimitrios Kouzis-Loukas", "author_email": "lookfwd@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Office/Business :: Financial" ], "description": "# BitWallet\n\nA python module that provides a wallet that can do P&L\n\n## Installation\n\nQuick install/upgrade with `pip install bitwallet`\n\n## Running\n\nYou can get your balances from any number of exchanges by doing:\n`bitwallet balances `. You should have a `.yaml` file\nwith the following format:\n\n```\n- name: \n key: \n secret: \n uid: \n alias: \n```\n\nAll the [ccxt exchanges](https://github.com/ccxt/ccxt/tree/master/python/ccxt)\nare supported.\n\n`bitwallet` creates temporary files to avoid hitting your exchanges at every\ncall. The temporary files are called `_balances.pkl`. Remove them\nevery time you make some transactions in order to reload them. Unless you do so\nthe only thing updated between subsequent calls is the coin-USD exchange rate.\n\n## Notes\n\nTo debug run: `clear && rm -f dkl_balances.pkl && PYTHONPATH=. bin/bitwallet\nbalances `\n\nLocal installation: `python setup.py install`\nTo run tests: `python setup.py test`\n\nTo release, increase version number in setup.py and then `rm -rf dist`, `python\nsetup.py sdist`, `twine upload dist/*`.\n\n\nClean install with updates: `pip install --no-cache-dir -U bitwallet`", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lookfwd/bitwallet", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "bitwallet", "package_url": "https://pypi.org/project/bitwallet/", "platform": "", "project_url": "https://pypi.org/project/bitwallet/", "project_urls": { "Homepage": "https://github.com/lookfwd/bitwallet" }, "release_url": "https://pypi.org/project/bitwallet/1.0.8/", "requires_dist": null, "requires_python": "", "summary": "Python Wallet that enables P&L", "version": "1.0.8" }, "last_serial": 3812981, "releases": { "1.0.6": [ { "comment_text": "", "digests": { "md5": "595dfabb5c63589caffa1895eb4426f0", "sha256": "2b7b0120d11f3479cc4e803973f38ee040fa0efdd43caf740a9fb161c37c45e2" }, "downloads": -1, "filename": "bitwallet-1.0.6.tar.gz", "has_sig": false, "md5_digest": "595dfabb5c63589caffa1895eb4426f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5162, "upload_time": "2018-01-21T03:24:12", "url": "https://files.pythonhosted.org/packages/dc/bb/97a8c8390f07d9db4fdf2e0ff777c65f4242401fcf6fda44945650bb1534/bitwallet-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "d8cbe5374597f598f8d4e763ffde3e3a", "sha256": "dfc6c37f9dccfdd49e1bbf489e70e30906daf93285422948adcd40391b0c29c0" }, "downloads": -1, "filename": "bitwallet-1.0.7.tar.gz", "has_sig": false, "md5_digest": "d8cbe5374597f598f8d4e763ffde3e3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4753, "upload_time": "2018-02-10T01:57:15", "url": "https://files.pythonhosted.org/packages/39/fa/9696a38299240964c4f61eee578d10b4d6834f8edb144e35d38372e173cf/bitwallet-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "1d1751581377c364ee4e4a97a6934080", "sha256": "cd618d1e69baa0e2a94f9a14b2f761324871723fee41dff537b705e6ae93b3a2" }, "downloads": -1, "filename": "bitwallet-1.0.8.tar.gz", "has_sig": false, "md5_digest": "1d1751581377c364ee4e4a97a6934080", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4899, "upload_time": "2018-04-27T06:10:59", "url": "https://files.pythonhosted.org/packages/e7/43/62b3e436232c4f29038b01ffba81e00bf836658f9f4759ebd03a9a64ef94/bitwallet-1.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1d1751581377c364ee4e4a97a6934080", "sha256": "cd618d1e69baa0e2a94f9a14b2f761324871723fee41dff537b705e6ae93b3a2" }, "downloads": -1, "filename": "bitwallet-1.0.8.tar.gz", "has_sig": false, "md5_digest": "1d1751581377c364ee4e4a97a6934080", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4899, "upload_time": "2018-04-27T06:10:59", "url": "https://files.pythonhosted.org/packages/e7/43/62b3e436232c4f29038b01ffba81e00bf836658f9f4759ebd03a9a64ef94/bitwallet-1.0.8.tar.gz" } ] }