{ "info": { "author": "Fabian Barkhau", "author_email": "f483@storj.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "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.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "################\nPicoPayments CLI\n################\n\n|BuildLink|_ |CoverageLink|_ |LicenseLink|_ |IssuesLink|_\n\n\n.. |BuildLink| image:: https://travis-ci.org/F483/picopayments-cli-python.svg\n.. _BuildLink: https://travis-ci.org/F483/picopayments-cli-python\n\n.. |CoverageLink| image:: https://coveralls.io/repos/F483/picopayments-cli-python/badge.svg\n.. _CoverageLink: https://coveralls.io/r/F483/picopayments-cli-python\n\n.. |LicenseLink| image:: https://img.shields.io/badge/license-MIT-blue.svg\n.. _LicenseLink: https://raw.githubusercontent.com/F483/picopayments-cli-python/master/LICENSE\n\n.. |IssuesLink| image:: https://img.shields.io/github/issues/F483/picopayments-cli-python.svg\n.. _IssuesLink: https://github.com/F483/picopayments-cli-python/issues\n\n\nMicropayment hub CLI interface for counterparty assets.\n\nCurrently Python 3 is the supported version.\n\n\nSetup\n#####\n\n.. code:: bash\n\n $ pip3 install picopayments-cli\n\n\nUsage\n#####\n\n.. code:: bash\n\n $ picopayments-cli [config arguments] [command arguments]\n\n\nUsage examples\n==============\n\n\n.. code:: bash\n\n # show help text\n $ picopayments-cli --help\n\n # show help text for command\n $ picopayments-cli --help\n\n # Show status of current connections\n $ picopayments-cli --testnet status\n\n # connect to hub\n $ picopayments-cli --testnet connect ASSET QUANTITY\n\n # queue payment\n $ picopayments-cli --testnet queuepayment SOURCEHANDLE DESTINATIONHANDLE QUANTITY\n\n # sync payments\n $ picopayments-cli --testnet sync\n\n # close payment channel\n $ picopayments-cli --testnet close HANDLE\n\n\nAPI Calls/Commands\n##################\n\n\nversion\n=======\n\nReturns current version of number.\n\n\nhubstatus\n=========\n\nGet current hub status.\n\n\nArguments\n---------\n\n * asset (str): Optionally limit output to given asset.\n\n\nReturns\n-------\n\n.. code::\n\n List of open connections, current terms, funding addresses\n and current liquidity for new connections.\n\n {\n \"connections\": {\n \"a0b1156206dedb1aa24084752b5693a9022349dc547fb9952aa510003e93\": {\n \"asset\": \"XCP\",\n \"balance\": 31338,\n \"status\": \"open\",\n \"ttl\": 401\n }\n },\n \"current_terms\": {\n \"XCP\": {\n \"deposit_max\": 0,\n \"deposit_min\": 0,\n \"deposit_ratio\": 1.0,\n \"expire_max\": 0,\n \"expire_min\": 0,\n \"sync_fee\": 1\n }\n },\n \"funding_addresses\": {\n \"BTC\": \"mhzPMMC3hkQUL9HUYY13s2NehEJXCA923Z\",\n \"XCP\": \"n1f73Cvxi7KFWK5p7W8F6JYbyQxV5djqUo\"\n },\n \"liquidity\": {\n \"addresses\": {\n \"XCP\": [\n {\n \"address\": \"mzEPqJet1LvZK5wjeDqmYx4udC3zx9oFwm\",\n \"balances\": {\n \"BTC\": 333600,\n \"XCP\": 399876544\n }\n }\n ]\n },\n \"total\": {\n \"BTC\": 807814,\n \"XCP\": 599845207\n }\n }\n }\n\n\nbalances\n========\n\nGet balances for address or current wallet.\n\n\nArguments\n---------\n\n * asset (str, default=None): Optionally filter for given asset.\n * address (str, default=None): Optionally provide address to check, uses wallet by default\n\n\nReturns\n-------\n\n.. code::\n\n Dict mapping asset to available quantity in satoshis,\n Unconfirmed assets are ignored.\n\n {\n \"BTC\": 926109330,\n \"XCP\": 140982404156\n }\n\n\nsearchrawtxs\n============\n\nGet raw transactions for given address.\n\nArguments\n---------\n\n * address (str): Address to get raw transactions for.\n * unconfirmed (bool, default=true): Include unconfirmed transactions.\n\nReturns\n-------\n\nA list of dicts with information about the transaction.\n\nExample\n-------\n\n.. code::\n\n $ picopayments-cli --testnet searchrawtxs n2s5WgXPZvgKjtApHLk294gCditcDEKGJS\n [\n {\n \"blockhash\": \"0000000000000a835cdd31ad68496bd41c240471a5cdff3c07924646d441bd78\",\n \"blocktime\": 1487152958,\n \"confirmations\": 31,\n \"hex\": \"010000000135a32ea67f349fcae4bd272285663eec97c37bb2b816303bc44b26992b551cd9010000006a47304402207a89d42e1e61c7abead529b09f039ba2d3c585db88ddb233f9bb360cccd5c07002204ae361cc83610beb406b690bc62fad5af13d79919e724f039675f555c01b2b670121035f57228dc3b9a3224f2d48a1e2f9886f8412a0e77afdec28fd94dab7c7513b56ffffffff0340420f00000000001976a914ea28fc5a328d7f43c4a88e7a2edf1e1d8a8d60ae88ac00000000000000001e6a1c594663b76ecc1e31edd16d3b1ec19b0f4f983a71a70bed9465caa1cd8afc7100000000001976a914e63fe6f12b3300f2fad00a1270b71529985d972d88ac00000000\",\n \"locktime\": 0,\n \"size\": 264,\n \"time\": 1487152958,\n \"txid\": \"caf1f644777ed7b2b3eb6b5870368efe678eef738ba9c269560ad4414b3d1ce5\",\n \"version\": 1,\n \"vin\": [\n {\n \"scriptSig\": {\n \"asm\": \"304402207a89d42e1e61c7abead529b09f039ba2d3c585db88ddb233f9bb360cccd5c07002204ae361cc83610beb406b690bc62fad5af13d79919e724f039675f555c01b2b67[ALL] 035f57228dc3b9a3224f2d48a1e2f9886f8412a0e77afdec28fd94dab7c7513b56\",\n \"hex\": \"47304402207a89d42e1e61c7abead529b09f039ba2d3c585db88ddb233f9bb360cccd5c07002204ae361cc83610beb406b690bc62fad5af13d79919e724f039675f555c01b2b670121035f57228dc3b9a3224f2d48a1e2f9886f8412a0e77afdec28fd94dab7c7513b56\"\n },\n \"sequence\": 4294967295,\n \"txid\": \"d91c552b99264bc43b3016b8b27bc397ec3e66852227bde4ca9f347fa62ea335\",\n \"vout\": 1\n }\n ],\n \"vout\": [\n {\n \"n\": 0,\n \"scriptPubKey\": {\n \"addresses\": [\n \"n2s5WgXPZvgKjtApHLk294gCditcDEKGJS\"\n ],\n \"asm\": \"OP_DUP OP_HASH160 ea28fc5a328d7f43c4a88e7a2edf1e1d8a8d60ae OP_EQUALVERIFY OP_CHECKSIG\",\n \"hex\": \"76a914ea28fc5a328d7f43c4a88e7a2edf1e1d8a8d60ae88ac\",\n \"reqSigs\": 1,\n \"type\": \"pubkeyhash\"\n },\n \"value\": 0.01\n },\n {\n \"n\": 1,\n \"scriptPubKey\": {\n \"asm\": \"OP_RETURN 594663b76ecc1e31edd16d3b1ec19b0f4f983a71a70bed9465caa1cd\",\n \"hex\": \"6a1c594663b76ecc1e31edd16d3b1ec19b0f4f983a71a70bed9465caa1cd\",\n \"type\": \"nulldata\"\n },\n \"value\": 0.0\n },\n {\n \"n\": 2,\n \"scriptPubKey\": {\n \"addresses\": [\n \"n2WQGAvnDS1vf7uXToLou6kLxJXRGFHo2b\"\n ],\n \"asm\": \"OP_DUP OP_HASH160 e63fe6f12b3300f2fad00a1270b71529985d972d OP_EQUALVERIFY OP_CHECKSIG\",\n \"hex\": \"76a914e63fe6f12b3300f2fad00a1270b71529985d972d88ac\",\n \"reqSigs\": 1,\n \"type\": \"pubkeyhash\"\n },\n \"value\": 0.07470218\n }\n ]\n }\n ]\n\n\nlistutxos\n=========\n\nGet utxos for given address.\n\nArguments\n---------\n\n * address (str): Address to get utxos for.\n * unconfirmed (bool, default=true): Include unconfirmed outputs.\n\nReturns\n-------\n\nA list of dicts with information the unspent transaction output.\n\nExample\n-------\n\n.. code::\n\n $ picopayments-cli --testnet listutxos n2s5WgXPZvgKjtApHLk294gCditcDEKGJS\n [\n {\n \"amount\": 0.01,\n \"confirmations\": 32,\n \"scriptPubKey\": \"76a914ea28fc5a328d7f43c4a88e7a2edf1e1d8a8d60ae88ac\",\n \"txid\": \"caf1f644777ed7b2b3eb6b5870368efe678eef738ba9c269560ad4414b3d1ce5\",\n \"vout\": 0\n }\n ]\n\n\ngetrawtx\n========\n\nGets raw data for a single transaction.\n\nArguments\n---------\n\n * txid (str): The transaction hash identifier.\n * verbose (bool, default=False): Include some additional information.\n\nReturns\n-------\n\nIf found, a raw transaction objects having the same format as the\nbitcoind getrawtransaction API call. If not found, None.\n\n\nblocksend\n=========\n\nSend funds using via blockchain transaction.\n\n\nArguments\n---------\n\n * asset (str): Asset to send.\n * destination (address): Address to receive the funds.\n * quantity (int): Quantity of the given asset to transfer.\n * extra_btc (int, default=0): Optional bitcoin to also be sent.\n\n\nReturns\n-------\n\n.. code::\n\n txid of published transaction.\n\n\nconnect\n=======\n\nCreate micropayment connection with hub.\n\n\nArguments\n---------\n\n * asset (str): Asset to exchange in connection.\n * quantity (str): Quantity to be bound in the deposit, this determins the maximum amount that can bet transferred.\n * expire_time (int, default=1024): Time in blocks after which the deposit expires and can be recovered.\n * delay_time (int, default=2): Blocks hub must wait before payout, protects against publish revoked commits.\n\n\nReturns\n-------\n\n.. code::\n\n {\n \"send_deposit_txid\": \"published bitcoin transaction id\",\n \"handle\": \"handle for created connection\"\n }\n\n\nqueuepayment\n============\n\nQueue micropayment channel send (sent on sync).\n\n\nArguments\n---------\n\n * source (str): Handle of connection to send funds from.\n * destination (str): Handle of connection to receive funds.\n * quantity (int): Quantity of channel asset to transfer.\n * token (str, default=None): Optional token payee will receive with the payment.\n\n\nReturns\n-------\n\n.. code::\n\n Provided token or generated token if None given.\n\n\nstatus\n======\n\nGet status of connections and wallet.\n\n\nArguments\n---------\n\n * handle (str, default=None): Optionally limit to given handle.\n * verbose (bool, default=False): Optionally show additional information.\n\n\nReturns\n-------\n\n.. code::\n\n {\n \"connections\": {\n \"a0b206d1f68edb1aa24084752b5693a9022349dc547fb9952aa510003e93\": {\n \"asset\": \"XCP\",\n \"balance\": 31337,\n \"status\": \"open\",\n \"ttl\": 404\n }\n },\n \"wallet\": {\n \"address\": \"n2WQGAvnDS1vf7uXToLou6kLxJXRGFHo2b\",\n \"balances\": {\n \"BTC\": 926109330,\n \"XCP\": 140982404156\n }\n }\n }\n\n\nsync\n====\n\nSync open and recover funds from closed connections.\n\nThis WILL cost a fee per channnel synced as defined in the hub terms.\n\n * Synchronize open connections to send/receive payments.\n * Recover funds of closed connections.\n\n\nArguments\n---------\n\n * handle (str, default=None): Optionally limit to given handle.\n\n\nReturns\n-------\n\n.. code::\n\n {\n \"connection handle\": {\n \"txids\": [\"of transactions publish while recovering funds\"],\n \"received_payments\": [\n {\n \"payer_handle\": \"sender handle\",\n \"amount\": 1337,\n \"token\": \"provided by sender\"\n }\n ]\n }\n }\n\n\nclose\n=====\n\nClose open connection and settle to blockchain.\n\n\nhistory\n=======\n\nShow history\n\nArguments\n---------\n\n * handle (str): Limit history to given channel.\n\nReturns\n-------\n\nList of previous actions made.\n\n\ncull\n====\n\nRemoves closed channels if all funds have been recovered.\n\nArguments\n---------\n\n * handle (str): Optional handle of specific connection to be cull.\n\nReturns\n-------\n\nList of with handles of culled connections.\n\n\ncancelpayment\n=============\n\nCancel queued but unsynced payment.\n\nArguments\n---------\n\n * token (str): Token of the queued payment to be canceled.\n\nReturns\n-------\n\ntrue if payment found and canceled, otherwise false.\n\n\nserve\n=====\n\nStart RPC-API Server.\n\nArguments\n---------\n\n * host (str): Network interface on which to host the service.\n * port (int): Network port on which to host the service.\n\n\nTesting guide\n#############\n\nPlease be liberal in opening an issue here on this github project with any\nproblems or questions you have, well repsond as soon as I can.\n\nPlease note that all testing is currently on testnet only using the\ncounterparty XCP asset.\n\n\n.. code:: bash\n\n # install the picopayments cli client (sorry no gui wallet just yet)\n $ pip3 install picopayments-cli\n \n # Show status of current connections and wallet\n $ picopayments-cli --testnet status\n # post the wallet address in https://community.storj.io/channel/micropayments-testing and you will be sent some funds for testing\n\n # connect to hub (prints the hex handle of the created channel)\n $ picopayments-cli --testnet connect XCP 1000000\n\n # you will have to wait until your deposit is confirmed, then the hub\n # will match your deposit so you can recieve funds. After the hub deposit\n # is confirmed the micropayment channel is open for use.\n\n # Show status of current connections and wallet\n $ picopayments-cli --testnet status\n \n # Show hub status: open connections, liquidity, terms and funding addresses\n $ picopayments-cli --testnet hubstatus\n\n # queue payment\n $ picopayments-cli --testnet queuepayment SOURCEHANDLE DESTINATIONHANDLE QUANTITY\n\n # do not send more then you have or the other party can receive or it\n # will mess up the channel (known issue I have to fix)\n\n # sync payments (cost 1 xcp fee)\n $ picopayments-cli --testnet sync\n \n # close payment channel and settle to blockchain\n $ picopayments-cli --testnet close HANDLE\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://storj.io", "keywords": "storj", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "picopayments-cli", "package_url": "https://pypi.org/project/picopayments-cli/", "platform": "", "project_url": "https://pypi.org/project/picopayments-cli/", "project_urls": { "Homepage": "http://storj.io" }, "release_url": "https://pypi.org/project/picopayments-cli/1.0.4/", "requires_dist": null, "requires_python": "", "summary": "Micropayment hub client for counterparty assets.", "version": "1.0.4" }, "last_serial": 2952299, "releases": { "0.0.16": [ { "comment_text": "", "digests": { "md5": "0a298c50ee2d9eb70d2ce9f2a3910821", "sha256": "c8a83cc7e6ebceded3d646aae9a35b110dbd74b2770f154928ed3e8a9d7d7fa8" }, "downloads": -1, "filename": "picopayments_cli-0.0.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0a298c50ee2d9eb70d2ce9f2a3910821", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 22372, "upload_time": "2016-12-16T18:12:52", "url": "https://files.pythonhosted.org/packages/16/6d/340a2efc71081209bdd6ad549a20414c93d5a01ec19dd70ce5ac59c50f9b/picopayments_cli-0.0.16-py2.py3-none-any.whl" } ], "0.0.19": [ { "comment_text": "", "digests": { "md5": "4eb30e9b9fc76667535228954677d4aa", "sha256": "5296d7a5a4ec9203fda3398902aaa565ecc4d4bbf2c14d394de3baa77a7906e1" }, "downloads": -1, "filename": "picopayments_cli-0.0.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4eb30e9b9fc76667535228954677d4aa", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 23023, "upload_time": "2016-12-21T22:18:24", "url": "https://files.pythonhosted.org/packages/18/f9/a5b8ce8e3e2b8fe8ee4f94e9796554cb5e44a0a56253bb189c9eca41ba0d/picopayments_cli-0.0.19-py2.py3-none-any.whl" } ], "0.0.20": [ { "comment_text": "", "digests": { "md5": "41faf77f65d35a962ff0e1710c44a1c7", "sha256": "4f48c7bac82401beece061432289de562def94db1601685c49921f1bc20eb054" }, "downloads": -1, "filename": "picopayments_cli-0.0.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "41faf77f65d35a962ff0e1710c44a1c7", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 24115, "upload_time": "2016-12-23T22:26:53", "url": "https://files.pythonhosted.org/packages/54/c9/96842a7bb70c52395cabf03166f24ad2c36b44501abab7b21daab1f7ed2d/picopayments_cli-0.0.20-py2.py3-none-any.whl" } ], "0.0.22": [ { "comment_text": "", "digests": { "md5": "a557f66fa60742d17e5191b4553e80f9", "sha256": "3d0f8136946619aa46a8416e6dd13e0094a8e17c5be74572265ebf8bd1d7be95" }, "downloads": -1, "filename": "picopayments_cli-0.0.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a557f66fa60742d17e5191b4553e80f9", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 24170, "upload_time": "2017-01-03T16:36:34", "url": "https://files.pythonhosted.org/packages/eb/5c/8ab80cdbea84e834d241431476e12ec5dce5debed356238abdc62a68cc18/picopayments_cli-0.0.22-py2.py3-none-any.whl" } ], "0.0.23": [ { "comment_text": "", "digests": { "md5": "b484c75f9bafe78072e8eaac3e03604d", "sha256": "889188b0c75bdc239e0c8bdc05831bc7143ec1389e0522f5c3cd0574e9dc8c4c" }, "downloads": -1, "filename": "picopayments_cli-0.0.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b484c75f9bafe78072e8eaac3e03604d", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 24239, "upload_time": "2017-01-03T16:53:55", "url": "https://files.pythonhosted.org/packages/d6/28/59551d53a7da467fa9a66e5fc57d42f0a803ee96b572c39e2ae5708720fa/picopayments_cli-0.0.23-py2.py3-none-any.whl" } ], "0.0.24": [ { "comment_text": "", "digests": { "md5": "63cb13e7abb44b836a8a81dcdff37d6d", "sha256": "e5eb85d16a83d8972f591bbc1f9e196217ea22c91e11f95b0edbdc05186f1523" }, "downloads": -1, "filename": "picopayments_cli-0.0.24-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "63cb13e7abb44b836a8a81dcdff37d6d", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 24307, "upload_time": "2017-01-04T20:56:06", "url": "https://files.pythonhosted.org/packages/68/a2/4f41ac6f82de26b39167b22aa4b764c09054ce0b426412dbbde813e6d328/picopayments_cli-0.0.24-py2.py3-none-any.whl" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "f1b52d21e2718fad42532856431e6277", "sha256": "f5fb6145a4931b6fa38d6599160f7ef7d6e0a101022189bd93332919ed8736eb" }, "downloads": -1, "filename": "picopayments_cli-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f1b52d21e2718fad42532856431e6277", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 25952, "upload_time": "2017-02-02T15:35:49", "url": "https://files.pythonhosted.org/packages/24/80/4aea056b9d1c1b731e94e80710d7b759f8045adf837fd7c75958221d6236/picopayments_cli-0.1.0-py2.py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0664fc634c8bf2bbf00b0cbd49c72678", "sha256": "ba90800a7f7d837d10abee393f21a4dcacea7a2d1e64ae44ec8db55d412fa7cd" }, "downloads": -1, "filename": "picopayments_cli-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0664fc634c8bf2bbf00b0cbd49c72678", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 26179, "upload_time": "2017-02-07T15:53:55", "url": "https://files.pythonhosted.org/packages/7f/6d/37658f4e103b796a652ea0e4934888350379f028b674170311c2892a75c3/picopayments_cli-0.1.1-py2.py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c90f91e99536dfde4bf4492da995f241", "sha256": "93a4a2360a4f7d9e1fe08b53f7d362b21590ec58662decbc33e175f73d4111f7" }, "downloads": -1, "filename": "picopayments_cli-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c90f91e99536dfde4bf4492da995f241", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 26181, "upload_time": "2017-02-09T11:14:05", "url": "https://files.pythonhosted.org/packages/6b/00/06baa785b0b319e8763969b03184e364bd6f7352607afe129a9b49bdad60/picopayments_cli-0.1.2-py2.py3-none-any.whl" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "23b25653cddbfc840de6ed4fe3a34098", "sha256": "d1b3766d6b5fa543c260ad3085654eacaf4d5618744390d7b593a593508176dd" }, "downloads": -1, "filename": "picopayments_cli-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "23b25653cddbfc840de6ed4fe3a34098", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 26621, "upload_time": "2017-02-12T17:37:14", "url": "https://files.pythonhosted.org/packages/9f/ba/936ed44e85bbe113e72df9da80adeef7c17df287e4e768b6fddfe822e2a5/picopayments_cli-0.2.0-py2.py3-none-any.whl" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "9d73cc4f172a2b32459474aa838c7456", "sha256": "3880ebdcbe11b475c0c666d3b201d12af796b4ed7a8dcbad4ddda81fd0af81d2" }, "downloads": -1, "filename": "picopayments_cli-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d73cc4f172a2b32459474aa838c7456", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 28906, "upload_time": "2017-02-15T15:32:18", "url": "https://files.pythonhosted.org/packages/db/fc/d07c3ea67459862be393092b93f726bfda0959399b2686779badd2b975bc/picopayments_cli-0.2.1-py2.py3-none-any.whl" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "c4b4789189fe42a3bca83ee231f1f7f1", "sha256": "bd018cf4573c9cdb144981d9783412d07d28c65fd036266555577dcc20020f82" }, "downloads": -1, "filename": "picopayments_cli-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c4b4789189fe42a3bca83ee231f1f7f1", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 29114, "upload_time": "2017-02-15T18:05:49", "url": "https://files.pythonhosted.org/packages/cd/b8/2ccb77d6d667cecbe78d4957812c2d8ea42031d0a773be392cff98d8c8da/picopayments_cli-0.3.0-py2.py3-none-any.whl" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "60c55c29451ffe79790987fce4d8a3f1", "sha256": "c3d1bc07e3df23c121b2bfebb57eaa8492e23977023499a4962b8fc3cd44e94e" }, "downloads": -1, "filename": "picopayments_cli-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "60c55c29451ffe79790987fce4d8a3f1", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 29762, "upload_time": "2017-02-16T13:27:01", "url": "https://files.pythonhosted.org/packages/db/f0/bd95583780ecab53fc979fd7e1dbde1e12747be93b1f0af02eb632f94776/picopayments_cli-0.4.0-py2.py3-none-any.whl" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "4a764d03d72ad48c58579022f31be6f7", "sha256": "63d43d0ab70abbdc3f030708c42830ff5c4b76dd1e78ed6ac96325e2e4c11677" }, "downloads": -1, "filename": "picopayments_cli-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4a764d03d72ad48c58579022f31be6f7", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30624, "upload_time": "2017-02-20T18:31:23", "url": "https://files.pythonhosted.org/packages/d8/ce/daccab1cffe14f52ad741757e11f10c342815e9c5ccf137fde2e51f46346/picopayments_cli-0.4.1-py2.py3-none-any.whl" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "c4db0b5242c2c51e65db7d0be1ae67bf", "sha256": "9af980acf473b88204c3025de8f735d845c55c9a8f24391aff6adc2d8e91f20f" }, "downloads": -1, "filename": "picopayments_cli-0.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c4db0b5242c2c51e65db7d0be1ae67bf", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30728, "upload_time": "2017-02-20T20:17:35", "url": "https://files.pythonhosted.org/packages/a8/9d/ef3e12660d39b7ec8fc989fc9ff38e048c54fe10f1a13d993199534b60a1/picopayments_cli-0.4.2-py2.py3-none-any.whl" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "845268bef4273732ee9e389bd3b42a25", "sha256": "0129b7c9677dff192c44574e49beaddb1e9cbd1ea77a6f6f62f9c37db769f4d3" }, "downloads": -1, "filename": "picopayments_cli-0.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "845268bef4273732ee9e389bd3b42a25", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30693, "upload_time": "2017-02-22T13:25:33", "url": "https://files.pythonhosted.org/packages/9b/ae/3f971f778fbebfc77cdefc91f2ef90f88f160bc2da6e1b6e7884967f6edb/picopayments_cli-0.4.3-py2.py3-none-any.whl" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "dbca1ad560fd6842d57f26940b9de114", "sha256": "5d77eb0e3fba96244cc6df159c2946272e592c1719bd0a8bbe76e1dc0c242127" }, "downloads": -1, "filename": "picopayments_cli-0.4.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dbca1ad560fd6842d57f26940b9de114", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30691, "upload_time": "2017-02-22T16:15:55", "url": "https://files.pythonhosted.org/packages/c9/17/2b77ac7beec16bc13cb6daf9c86a047150855dc28f6ae1b61115519e4459/picopayments_cli-0.4.4-py2.py3-none-any.whl" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "b02651985e962769c0859c352afac358", "sha256": "c4612759a9d172b1929d3932a6b305db2eb700087b79d60222365ea086175ee6" }, "downloads": -1, "filename": "picopayments_cli-0.4.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b02651985e962769c0859c352afac358", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30690, "upload_time": "2017-02-24T16:25:30", "url": "https://files.pythonhosted.org/packages/e6/f5/3833c3cd8144f5e5b3c21c35151bab5dc0c6472e312a0cd28be2dd5d2b7c/picopayments_cli-0.4.5-py2.py3-none-any.whl" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "63169526445fccac77cea6441ee69d3d", "sha256": "fa6604235c2b8d8596f3e4393dda37e4b487082afdb2cbb3fdec47c98f2194e4" }, "downloads": -1, "filename": "picopayments_cli-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "63169526445fccac77cea6441ee69d3d", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30736, "upload_time": "2017-02-28T13:20:21", "url": "https://files.pythonhosted.org/packages/33/e7/7b7b7498e5e89c9fe2a2197016fe9c10ec5b104425e380e875507856ab03/picopayments_cli-1.0.0-py2.py3-none-any.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "ed47c13f407e33981dfa7369f4318cfa", "sha256": "1ee063995ca95903aebd6d5c3deeeeec35d551da1e4c72b7050321c6286c1a34" }, "downloads": -1, "filename": "picopayments_cli-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ed47c13f407e33981dfa7369f4318cfa", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30811, "upload_time": "2017-03-12T20:06:16", "url": "https://files.pythonhosted.org/packages/1d/fa/f46b169587efa0541fb5c340d8a6b61574a3336cfcfe7401547598125fdb/picopayments_cli-1.0.1-py2.py3-none-any.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "ae9fab7b0a829902b28b331df6096ad3", "sha256": "827dea5819e255b756c97dcc4efdd97d228f63a54bf817e7fd986d54df7aafd1" }, "downloads": -1, "filename": "picopayments_cli-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ae9fab7b0a829902b28b331df6096ad3", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30818, "upload_time": "2017-03-14T11:44:13", "url": "https://files.pythonhosted.org/packages/9a/ba/455e9cc0362d29f342978f62a35d742e14c3986199495c65943e64f4f554/picopayments_cli-1.0.2-py2.py3-none-any.whl" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "341b47f6de09fe345b55f057a245c041", "sha256": "b3937d4db3657666effa0ab74129375bb62e7a3b6fa678f69acfd1d94c0e0cc5" }, "downloads": -1, "filename": "picopayments_cli-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "341b47f6de09fe345b55f057a245c041", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30988, "upload_time": "2017-03-15T18:05:25", "url": "https://files.pythonhosted.org/packages/51/64/639db6769816f30e2773d9fa877cf0276a5f6a078d93da3815b289fe2d22/picopayments_cli-1.0.3-py2.py3-none-any.whl" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "c3472659b449c2e6272d8356c69a6f63", "sha256": "6bc5e0b5fe6caa597b9e9e81638e50d9a7dafc811b2a1aaee3dddfdb3909f099" }, "downloads": -1, "filename": "picopayments_cli-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c3472659b449c2e6272d8356c69a6f63", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30994, "upload_time": "2017-03-16T16:55:47", "url": "https://files.pythonhosted.org/packages/80/28/fe94b19dc97bbedc98a0cd4aef1d0b89eda250203d8643aeecd8465a6e3b/picopayments_cli-1.0.4-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c3472659b449c2e6272d8356c69a6f63", "sha256": "6bc5e0b5fe6caa597b9e9e81638e50d9a7dafc811b2a1aaee3dddfdb3909f099" }, "downloads": -1, "filename": "picopayments_cli-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c3472659b449c2e6272d8356c69a6f63", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 30994, "upload_time": "2017-03-16T16:55:47", "url": "https://files.pythonhosted.org/packages/80/28/fe94b19dc97bbedc98a0cd4aef1d0b89eda250203d8643aeecd8465a6e3b/picopayments_cli-1.0.4-py2.py3-none-any.whl" } ] }