{ "info": { "author": "Dirrot", "author_email": "dirrot@web.de", "bugtrack_url": null, "classifiers": [], "description": "python-dogechain-api\n=========================\n\nThis is a python wrapper class for the dogechain.info api.\n\n http://dogechain.info/chain/Dogecoin/q\n \n___________________________________________________\n \n_Methods_\n* addressbalance - amount ever received minus amount ever sent by a given address.\n* addresstohash - shows the public key hash encoded in an address.\n* checkaddress - checks an address for validity.\n* decode_address - shows the version prefix and hash encoded in an address.\n* getblockcount - shows the current block number.\n* getdifficulty - shows the last solved block's difficulty.\n* getreceivedbyaddress - shows the amount ever received by a given address.\n* getsentbyaddress - shows the amount ever sent from a given address.\n* hashtoaddress - shows the address with the given version prefix and hash.\n* nethash - shows statistics about difficulty and network power.\n* totalbc - shows the amount of currency ever mined.\n* transactions - shows the amount transactions of the last blocks.\n\n___________________________________________________\n\n_Install_\n```bash\nsudo pip install DogechainApi\n```\n\n___________________________________________________\n\nHere's an example:\n\n```python\nfrom DogechainInfoApi import API\n\nif __name__ == '__main__':\n \n address = 'YOUR WALLET ADDRESS'\n \n api = API()\n \n balance = api.addressbalance(address)\n print 'Balance: ', balance\n \n addresstohash = api.addresstohash(address)\n print 'AddressToHash: ', addresstohash\n \n checkaddress = api.checkaddress(address)\n print 'CheckAddress: ', checkaddress\n \n decodeaddress = api.decode_address(address)\n print 'DecodeAddress: ', decodeaddress\n \n blockcount = api.getblockcount()\n print 'BlockCount: ', blockcount\n \n difficulty = api.getdifficulty()\n print 'Difficulty: ', difficulty\n \n receivedbyaddress = api.getreceivedbyaddress(address)\n print 'ReceivedByAddress: ', receivedbyaddress\n \n sentbyaddress = api.getsentbyaddress(address)\n print 'SendByAddress: ', sentbyaddress\n \n hashtoaddress = api.hashtoaddress(api.addresstohash(address))\n print 'HashToAddress', hashtoaddress\n \n nethash = api.nethash()\n print 'Nethash: ', nethash\n \n totalbc = api.totalbc()\n print 'TotalBalance: ', totalbc\n \n transactions = api.transactions()\n print 'Transactions', transactions\n```\n\n___________________________________________________\n\n**Please donate to \"DQ6mBVyuboTGwS8JYW11oHwXtxsjNAzkzi\" [DOGECOIN]** \n\n![\"Dogecoin Donation QR-Code\"](http://github.com/Dirrot/python-dogechain.info-api/blob/master/img/donation-qr-code.png?raw=true)\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Dirrot/python-dogechain-api", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "DogechainApi", "package_url": "https://pypi.org/project/DogechainApi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/DogechainApi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Dirrot/python-dogechain-api" }, "release_url": "https://pypi.org/project/DogechainApi/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python API for www.dogechain.info", "version": "0.1" }, "last_serial": 1013655, "releases": { "0.0.1": [ { "comment_text": "built for Linux-3.11.0-17-generic-x86_64-with-glibc2.4", "digests": { "md5": "ec607a1647bb3aaea5d4ebcd41b4bdd5", "sha256": "5ef04eb0f27497ac02a693ebeeeea084d98ace4c8e066957df2a1614284c5cec" }, "downloads": -1, "filename": "DogechainApi-0.0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "ec607a1647bb3aaea5d4ebcd41b4bdd5", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 14299, "upload_time": "2014-02-26T22:20:07", "url": "https://files.pythonhosted.org/packages/0c/1e/d2d85b9e997475fd88accda08f962070b338238a974b4507db64f13ebd5e/DogechainApi-0.0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "228a8fe6af6ed6b04685f639990c3c55", "sha256": "baf6b0c0fd366f8bef3d8983e49e637686da7efeabd9304664445e215529290e" }, "downloads": -1, "filename": "DogechainApi-0.0.1.tar.gz", "has_sig": false, "md5_digest": "228a8fe6af6ed6b04685f639990c3c55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13291, "upload_time": "2014-02-26T22:20:03", "url": "https://files.pythonhosted.org/packages/18/07/a491e197abe95df807cd875ba30e8a9a5b0cdd13e867fce2fe176a41c9d1/DogechainApi-0.0.1.tar.gz" } ], "0.1": [ { "comment_text": "built for Linux-3.11.0-17-generic-x86_64-with-glibc2.4", "digests": { "md5": "902109791a865f52fe9bd4d721f77fec", "sha256": "26527f7c641b7ad6af2e35d06ff47d3a2aead860675dd69e0c95ce82c1a154eb" }, "downloads": -1, "filename": "DogechainApi-0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "902109791a865f52fe9bd4d721f77fec", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 14289, "upload_time": "2014-02-26T22:27:21", "url": "https://files.pythonhosted.org/packages/dd/53/9b9a7aebc72707ed6911b8f6bdcebdb554982ac2f6a93efbe5b6ea48d2ea/DogechainApi-0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "2b1bb91eec583401611538dae515ee3f", "sha256": "245164663391e2ccd22856e8f30a78b5286e8e716b4dd82648208b429bf653f7" }, "downloads": -1, "filename": "DogechainApi-0.1.tar.gz", "has_sig": false, "md5_digest": "2b1bb91eec583401611538dae515ee3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13293, "upload_time": "2014-02-26T22:27:17", "url": "https://files.pythonhosted.org/packages/d3/1c/d1ad8a043cb2ad82a88e2aee4388aab3b3ef58ef0949e4b86239d0b9df89/DogechainApi-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "built for Linux-3.11.0-17-generic-x86_64-with-glibc2.4", "digests": { "md5": "902109791a865f52fe9bd4d721f77fec", "sha256": "26527f7c641b7ad6af2e35d06ff47d3a2aead860675dd69e0c95ce82c1a154eb" }, "downloads": -1, "filename": "DogechainApi-0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "902109791a865f52fe9bd4d721f77fec", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 14289, "upload_time": "2014-02-26T22:27:21", "url": "https://files.pythonhosted.org/packages/dd/53/9b9a7aebc72707ed6911b8f6bdcebdb554982ac2f6a93efbe5b6ea48d2ea/DogechainApi-0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "2b1bb91eec583401611538dae515ee3f", "sha256": "245164663391e2ccd22856e8f30a78b5286e8e716b4dd82648208b429bf653f7" }, "downloads": -1, "filename": "DogechainApi-0.1.tar.gz", "has_sig": false, "md5_digest": "2b1bb91eec583401611538dae515ee3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13293, "upload_time": "2014-02-26T22:27:17", "url": "https://files.pythonhosted.org/packages/d3/1c/d1ad8a043cb2ad82a88e2aee4388aab3b3ef58ef0949e4b86239d0b9df89/DogechainApi-0.1.tar.gz" } ] }