{ "info": { "author": "Avinash Kak", "author_email": "kak@purdue.edu", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": " \n\n\nConsult the module API page at \n\n https://engineering.purdue.edu/kak/distCeroCoin/CeroCoinClient-2.0.1.html\n\nfor all information related to this module, including\ninformation regarding the latest changes to the code. The\npage at the URL shown above lists all of the module\nfunctionality you can invoke in your own code. That page\nalso explains how the module can be used in a classroom\nsetting to explain the following three fundamental concepts\nin crypto currencies: (1) What it means to mine a coin; (2)\nHow the ownership of a coin is transferred from one CeroCoin\nclient to another; and (3) How the notion of blockchain is\nused to prevent \"double-spending\".\n\n**Version 2.0.1** is a Python 3.x compliant version of the CeroCoinClient module. This\nversion should work with both Python 2.x and Python 3.x\n\n**Version 1.9.1** includes enhanced and cleaned-up documentation. The module\nimplementation code remains unchanged.\n\nTypical usage syntax for creating a CeroCoin client after you have installed the module:\n\n::\n\n ceronode = CeroCoinClient.CeroCoinClient(\n cerocoin_network = network,\n modulus_size = M,\n starting_pow_difficulty = N,\n num_transactions_in_block = K,\n max_iterations_debug_mode = 200,\n )\n ceronode.initialize_node_and_run()\n\n\n ", "description_content_type": "", "docs_url": null, "download_url": "https://engineering.purdue.edu/kak/distCeroCoin/CeroCoinClient-2.0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://engineering.purdue.edu/kak/distCeroCoin/CeroCoinClient-2.0.1.html", "keywords": "crypto currencies", "license": "Python Software Foundation License", "maintainer": "", "maintainer_email": "", "name": "CeroCoinClient", "package_url": "https://pypi.org/project/CeroCoinClient/", "platform": "All platforms", "project_url": "https://pypi.org/project/CeroCoinClient/", "project_urls": { "Download": "https://engineering.purdue.edu/kak/distCeroCoin/CeroCoinClient-2.0.1.tar.gz", "Homepage": "https://engineering.purdue.edu/kak/distCeroCoin/CeroCoinClient-2.0.1.html" }, "release_url": "https://pypi.org/project/CeroCoinClient/2.0.1/", "requires_dist": null, "requires_python": "", "summary": "A Python based educational platform for learning and teaching the basic concepts of crypto currencies", "version": "2.0.1" }, "last_serial": 3702257, "releases": { "1.9.0": [ { "comment_text": "", "digests": { "md5": "23befedeb42120d4f40a82d3586cc01d", "sha256": "6e30aac4d1445fffb9e2e5c4f2fac52fa3a34b3b1747159c59d50c085f1e6529" }, "downloads": -1, "filename": "CeroCoinClient-1.9.0.tar.gz", "has_sig": false, "md5_digest": "23befedeb42120d4f40a82d3586cc01d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68298, "upload_time": "2018-03-20T05:31:58", "url": "https://files.pythonhosted.org/packages/21/f0/7737ff0b9337f43d6b0903df17c90e1b41d644bd126c5d9564efb421c5af/CeroCoinClient-1.9.0.tar.gz" } ], "1.9.1": [ { "comment_text": "", "digests": { "md5": "0e708afc7234c4e5206616427ebb55c0", "sha256": "f0b29516e1c4b069610ffc7cd668c63499db7dea3a7fc385dcd432800ed5a599" }, "downloads": -1, "filename": "CeroCoinClient-1.9.1.tar.gz", "has_sig": false, "md5_digest": "0e708afc7234c4e5206616427ebb55c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112885, "upload_time": "2018-03-21T23:13:33", "url": "https://files.pythonhosted.org/packages/a7/4d/0e3c023906bc0be068756aca5552eda3def8396077aeb135ac461bf8f8be/CeroCoinClient-1.9.1.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "7cb7cd1dbf6257ab98b72f07bdf70bdd", "sha256": "77811abd9138932419fb55f1217d0af5a093ab1ba496f6ec03af879a9825381f" }, "downloads": -1, "filename": "CeroCoinClient-2.0.1.tar.gz", "has_sig": false, "md5_digest": "7cb7cd1dbf6257ab98b72f07bdf70bdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96811, "upload_time": "2018-03-24T20:19:25", "url": "https://files.pythonhosted.org/packages/2e/f7/fd861bb2d7630858e41c090abe1685b572ccb134fd95f8e06d6f0b2159d7/CeroCoinClient-2.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7cb7cd1dbf6257ab98b72f07bdf70bdd", "sha256": "77811abd9138932419fb55f1217d0af5a093ab1ba496f6ec03af879a9825381f" }, "downloads": -1, "filename": "CeroCoinClient-2.0.1.tar.gz", "has_sig": false, "md5_digest": "7cb7cd1dbf6257ab98b72f07bdf70bdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96811, "upload_time": "2018-03-24T20:19:25", "url": "https://files.pythonhosted.org/packages/2e/f7/fd861bb2d7630858e41c090abe1685b572ccb134fd95f8e06d6f0b2159d7/CeroCoinClient-2.0.1.tar.gz" } ] }