{ "info": { "author": "Mitchell Cash", "author_email": "", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "=================\npython-paycoinrpc\n=================\n\nAuthServiceProxy is an improved version of python-jsonrpc.\n\nIt includes the following generic improvements:\n\n* HTTP connections persist for the life of the AuthServiceProxy object\n* sends protocol 'version', per JSON-RPC 1.1\n* sends proper, incrementing 'id'\n* uses standard Python json lib\n\nIt also includes the following paycoin-specific details:\n\n* sends Basic HTTP authentication headers\n* parses all JSON numbers that look like floats as Decimal\n\n\n\nInstallation\n============\n\n1. change the first line of setup.py to point to the directory of your installation of python 2.*\n2. run setup.py\n\nNote: This will only install paycoinrpc. If you also want to install jsonrpc to preserve\nbackwards compatibility, you have to replace 'paycoinrpc' with 'jsonrpc' in setup.py and run it again.\n\nOr simply install the library using pip::\n\n pip install python-paycoinrpc\n\n\n\nExample\n=======\n.. code:: python\n\n from paycoinrpc.authproxy import AuthServiceProxy\n access = AuthServiceProxy(\"http://user:password@127.0.0.1:8332\")\n access.getinfo()\n access.listreceivedbyaddress(6)\n access.sendtoaddress(\"P99rzy8MqEJLK62Ddz8xjjebg2xEmUsxDt\", 10)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mitchellcash/python-paycoinrpc", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "python-paycoinrpc", "package_url": "https://pypi.org/project/python-paycoinrpc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-paycoinrpc/", "project_urls": { "Homepage": "http://github.com/mitchellcash/python-paycoinrpc" }, "release_url": "https://pypi.org/project/python-paycoinrpc/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Enhanced version of python-jsonrpc for use with Paycoin", "version": "0.1.1" }, "last_serial": 1879290, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b5c21138ded8279fafc21cafef5a174d", "sha256": "0e8e1369bc26f4e8e2d46892658d5f3d49e1ca17aa6a27d9d34cdf24cc2ba37b" }, "downloads": -1, "filename": "python-paycoinrpc-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b5c21138ded8279fafc21cafef5a174d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5636, "upload_time": "2015-12-28T01:13:49", "url": "https://files.pythonhosted.org/packages/61/02/c17226c62aff5f1548bb125b9d225e6d72038ebb9a47154d87c71e09de4c/python-paycoinrpc-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b5c21138ded8279fafc21cafef5a174d", "sha256": "0e8e1369bc26f4e8e2d46892658d5f3d49e1ca17aa6a27d9d34cdf24cc2ba37b" }, "downloads": -1, "filename": "python-paycoinrpc-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b5c21138ded8279fafc21cafef5a174d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5636, "upload_time": "2015-12-28T01:13:49", "url": "https://files.pythonhosted.org/packages/61/02/c17226c62aff5f1548bb125b9d225e6d72038ebb9a47154d87c71e09de4c/python-paycoinrpc-0.1.1.tar.gz" } ] }