{
"info": {
"author": "c0ding",
"author_email": "me@martinsimon.me",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable"
],
"description": "darkcoin is an APACHE licensed library written in Python designed to\r\nprovide a simple to use API for the Darkcoin cryptocurrency.\r\n\r\nMore about Darkcoin:\r\n--------------------\r\n\r\nDarkcoin was engineered to be a digital version of cash. Transactions\r\nare pooled together in the blockchain, making them anonymous from the\r\nwallet.\r\n\r\nYou can send Darkcoin to family or friends, or pay for goods or\r\nservices, anywhere in the world. The network is decentralized and free\r\nfrom middlemen. It's an anonymous payment system in your control.\r\nDarkcoin is a decentralized currency, meaning there are no banks to take\r\na cut of your money.\r\n\r\nInstallation:\r\n-------------\r\n\r\nFrom source use\r\n\r\n::\r\n\r\n $ python setup.py install\r\n\r\nor install from PyPi\r\n\r\n::\r\n\r\n $ pip install darkcoin\r\n\r\nAPI Documentation:\r\n------------------\r\n\r\nThis API can currently retrieve the following stats from\r\n`explorer.darkcoin.io `__ and\r\n`CryptoCoin `__:\r\n\r\nNetwork:\r\n~~~~~~~~\r\n\r\n- Difficulty:\r\n\r\n::\r\n\r\n >>> import darkcoin\r\n >>> darkcoin.get_difficulty()\r\n 1286234.254\r\n\r\n- Hashrate:\r\n\r\n::\r\n\r\n >>> darkcoin.hashrate()\r\n 14825354215\r\n\r\n- Block count:\r\n\r\n::\r\n\r\n >>> darkcoin.block_count()\r\n 73355.0\r\n\r\n- Total coins:\r\n\r\n::\r\n\r\n >>> darkcoin.total_coins()\r\n 4318521.0\r\n\r\nAddresses:\r\n~~~~~~~~~~\r\n\r\n- Address balance: [PARAMETER] is required and should be a DRK address.\r\n\r\n::\r\n\r\n >>> darkcoin.addressbalance(PARAMETER)\r\n 50.0\r\n\r\n- Address to hash: [PARAMETER] is required and should be a DRK address.\r\n\r\n::\r\n\r\n >>> darkcoin.addresstohash(PARAMETER)\r\n D73E63C04A6CBAD8D5DC94FDBEF5175D2364E32F\r\n\r\n- Check address: [PARAMETER] is required and can be any crypto address.\r\n\r\n::\r\n\r\n >>> darkcoin.checkaddress(PARAMETER)\r\n 6F\r\n\r\n- Get received by address: [PARAMETER] is required and should be a DRK\r\n address.\r\n\r\n::\r\n\r\n >>> darkcoin.getreceivedbyaddress(PARAMETER)\r\n 50.0\r\n\r\n- Get sent by address: [PARAMETER] is required and should be a DRK\r\n address.\r\n\r\n::\r\n\r\n >>> darkcoin.getsentbyaddress(PARAMETER)\r\n 0\r\n\r\n- PUBKEY hash: [PARAMETER] is required and should be a PUBKEY.\r\n\r\n::\r\n\r\n >>> darkcoin.hashpubkey(PARAMETER)\r\n 3687D874F0CC6D498290F3D789EEA20BDDD25020\r\n\r\n- Hash to address: [PARAMETER] is required and should be an address\r\n hash.\r\n\r\n::\r\n\r\n >>> darkcoin.hashtoaddress(PARAMETER)\r\n n194KCwPQJjti53z9gN6wh9wUChfVePEab\r\n\r\n- Translate address: [PARAMETER] is required and can be any crypto\r\n address.\r\n\r\n::\r\n\r\n >>> darkcoin.translate_address(PARAMETER)\r\n n194KCwPQJjti53z9gN6wh9wUChfVePEab\r\n\r\n- Address/private key generation :\r\n\r\n::\r\n\r\n >>> darkcoin.generate_address()\r\n {\r\n \"address\": \"mvtAbz75TgSuKe888vh76CczXD4pd8aqw3\", \r\n \"private_key\": \"cUba5Mx5iFye5TstsocsGX4YRncrTgzm1fQSRnWtcVqxVUVef2id\" \r\n }\r\n\r\nExchanges:\r\n~~~~~~~~~~\r\n\r\n- BTC:\r\n\r\n::\r\n\r\n >>> darkcoin.to_btc()\r\n {\r\n \"latest_trade\": \"2014-05-23 12:26:35\", \r\n \"volume_btc\": \"11432.46\", \r\n \"price\": \"0.02620001\", \r\n \"price_before_24h\": \"0.01938800\", \r\n \"volume_first\": \"496722.792057532\", \r\n \"best_market\": \"mintpal\", \r\n \"volume_second\": \"11432.4638341046\", \r\n \"id\": \"drk/btc\"\r\n }\r\n\r\n- LTC:\r\n\r\n::\r\n\r\n >>> darkcoin.to_ltc()\r\n {\r\n \"latest_trade\": \"2014-05-23 11:58:36\", \r\n \"volume_btc\": \"4.54\", \r\n \"price\": \"1.49999000\", \r\n \"price_before_24h\": \"0.00000000\", \r\n \"volume_first\": \"173.949761137366\", \r\n \"best_market\": \"mintpal\", \r\n \"volume_second\": \"206.622965976596\", \r\n \"id\": \"drk/ltc\"\r\n }\r\n\r\n- DOGE:\r\n\r\n::\r\n\r\n >>> darkcoin.to_doge()\r\n {\r\n \"latest_trade\": \"2014-05-09 19:36:06\", \r\n \"volume_btc\": \"0.00\", \r\n \"price\": \"250.00000001\", \r\n \"price_before_24h\": \"250.00000001\", \r\n \"volume_first\": \"0\", \r\n \"best_market\": \"allcrypt\", \r\n \"volume_second\": \"0\", \r\n \"id\": \"drk/doge\"\r\n }\r\n\r\n- USD:\r\n\r\n::\r\n\r\n >>> darkcoin.to_usd()\r\n {\r\n \"latest_trade\": \"2014-05-22 12:03:45\", \r\n \"volume_btc\": \"0.00\", \r\n \"price\": \"9.90000000\", \r\n \"price_before_24h\": \"9.90000000\", \r\n \"volume_first\": \"0.0355698296152695\", \r\n \"best_market\": \"exmoney\", \r\n \"volume_second\": \"0.373674205737188\", \r\n \"id\": \"drk/usd\"\r\n }\r\n\r\nLicense:\r\n--------\r\n\r\n::\r\n\r\n Apache v2.0 License\r\n Copyright 2014 Martin Simon\r\n\r\n Licensed under the Apache License, Version 2.0 (the \"License\");\r\n you may not use this file except in compliance with the License.\r\n You may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n Unless required by applicable law or agreed to in writing, software\r\n distributed under the License is distributed on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n See the License for the specific language governing permissions and\r\n limitations under the License.\r\n\r\nUseful links:\r\n-------------\r\n\r\n- `Darkcoin website `__\r\n- `Darkcoin Blockexplorer `__\r\n\r\nBuy me a coffee?\r\n----------------\r\n\r\nIf you feel like buying me a coffee (or a beer?), donations are welcome:\r\n\r\n::\r\n\r\n WDC : WbcWJzVD8yXt3yLnnkCZtwQo4YgSUdELkj\r\n HBN : F2Zs4igv8r4oJJzh4sh4bGmeqoUxLQHPki\r\n DOGE: DRBkryyau5CMxpBzVmrBAjK6dVdMZSBsuS",
"description_content_type": null,
"docs_url": null,
"download_url": "https://github.com/mrsmn/darkcoin-api/archive/master.zip",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/mrsmn/darkcoin-api",
"keywords": "DRK,Darkcoin,HBN,Hobonickels,LTC,Litecoin,BTC,Bitcoin,DOGE,Dogecoin,WDC,Worldcoin,cryptocurrency,API",
"license": "Apache v2.0 License",
"maintainer": "",
"maintainer_email": "",
"name": "darkcoin",
"package_url": "https://pypi.org/project/darkcoin/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/darkcoin/",
"project_urls": {
"Download": "https://github.com/mrsmn/darkcoin-api/archive/master.zip",
"Homepage": "https://github.com/mrsmn/darkcoin-api"
},
"release_url": "https://pypi.org/project/darkcoin/0.2/",
"requires_dist": null,
"requires_python": null,
"summary": "Python API for the Darkcoin cryptocurrency.",
"version": "0.2"
},
"last_serial": 3548593,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "a16453a74efd680aa1ceaf5ec9029aeb",
"sha256": "0229dd995866474523e1aa9b626959771955fa1b4bcb5066386e0100406d63ef"
},
"downloads": -1,
"filename": "darkcoin-0.1.tar.gz",
"has_sig": false,
"md5_digest": "a16453a74efd680aa1ceaf5ec9029aeb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7477,
"upload_time": "2014-05-23T12:55:03",
"url": "https://files.pythonhosted.org/packages/c5/e7/9ab68110ede748c55639d84b7dcba73a2035132429620c122b77dd1d4e6e/darkcoin-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "27dc6a8312882d8c2bb962aa3dc000da",
"sha256": "30b01cb62be201057adfcb5234b9193d93c452a9831623acdcb819429dc83e36"
},
"downloads": -1,
"filename": "darkcoin-0.2.tar.gz",
"has_sig": false,
"md5_digest": "27dc6a8312882d8c2bb962aa3dc000da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7545,
"upload_time": "2014-12-02T13:53:28",
"url": "https://files.pythonhosted.org/packages/05/f3/b06a325389dfbcd8adc0f5e5e3c685ebc07f8e958233b6db98c575d5334f/darkcoin-0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "27dc6a8312882d8c2bb962aa3dc000da",
"sha256": "30b01cb62be201057adfcb5234b9193d93c452a9831623acdcb819429dc83e36"
},
"downloads": -1,
"filename": "darkcoin-0.2.tar.gz",
"has_sig": false,
"md5_digest": "27dc6a8312882d8c2bb962aa3dc000da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7545,
"upload_time": "2014-12-02T13:53:28",
"url": "https://files.pythonhosted.org/packages/05/f3/b06a325389dfbcd8adc0f5e5e3c685ebc07f8e958233b6db98c575d5334f/darkcoin-0.2.tar.gz"
}
]
}