{ "info": { "author": "Ravin Kumar", "author_email": "mr.ravin_kumar@hotmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# collaborative-auction\nThis repository will contain the source codes for newly proposed auction systems in our proposed economics research paper. Targeted to update the repository before : 15th March 2019. github repository: https://github.com/mr-ravin/collaborative-auction\n\nAuthor: Ravin Kumar\n\n ### Steps for using the library\n```python\nimport coauction\n # total_candidates : total number of participants\n # bidding_sequence: arrary containing timeseries data in format [[candidate_id,candidate_offer],[candidate_id,candidate_offer] ....]\n # relation_list: array containing relationship in form of [[sender,receiver],..] here 1 represents the person who won the bidding, 2 repreents the second last bidding candidate etc.\n # alpha: it determine the discount ratio for each relationship present in relation_list\nresults=coauction.response(total_candidates,bidding_sequence,relation_list,alpha)\n# results[0] contains complete list of amount each candidate gets, and results[1] contains the amount in form of a dictionary,\n# with candidate_id as key, and amount as value.\n```\n\n### Installing module using PyPi:\n```python\npip install coauction\n```\nIn our system candidate_id begins with 1, in dictionary based response.\n\n#### Note: This work can be used only for academic research work after providing proper citation and deserved credits to this work. For Industrial, commercial or any other use, permission is required from the Author.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mr-ravin/collaborative-auction", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "coauction", "package_url": "https://pypi.org/project/coauction/", "platform": "", "project_url": "https://pypi.org/project/coauction/", "project_urls": { "Homepage": "https://github.com/mr-ravin/collaborative-auction" }, "release_url": "https://pypi.org/project/coauction/0.2/", "requires_dist": null, "requires_python": "", "summary": "This repository will contain the source codes for newly proposed auction systems in our proposed economics research paper. Targeted to update the repository before : 15th March 2019", "version": "0.2" }, "last_serial": 4799848, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "f9dc31c58382ecedc73849ca7a1796e2", "sha256": "ef5e92dd992e8be4e9946db5182678c5ec7205a97b518a4ccc85893204994c97" }, "downloads": -1, "filename": "coauction-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f9dc31c58382ecedc73849ca7a1796e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14764, "upload_time": "2019-02-09T17:38:32", "url": "https://files.pythonhosted.org/packages/bd/b3/8ffa448d1147c7ff180024055f617ea311805b56e2ccad8fb5db80b60644/coauction-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8133c4ec64676a4f2186612102ecad79", "sha256": "e8759ae6c7d11ddfa059b0ff7c2c06ef53e4749a4e4c0537cb939d442b6706df" }, "downloads": -1, "filename": "coauction-0.2.tar.gz", "has_sig": false, "md5_digest": "8133c4ec64676a4f2186612102ecad79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2042, "upload_time": "2019-02-09T17:38:35", "url": "https://files.pythonhosted.org/packages/12/3d/469a6cf88868e7bfb6f24c863073a2e942622d35158de31e6a3668e933e7/coauction-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f9dc31c58382ecedc73849ca7a1796e2", "sha256": "ef5e92dd992e8be4e9946db5182678c5ec7205a97b518a4ccc85893204994c97" }, "downloads": -1, "filename": "coauction-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f9dc31c58382ecedc73849ca7a1796e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14764, "upload_time": "2019-02-09T17:38:32", "url": "https://files.pythonhosted.org/packages/bd/b3/8ffa448d1147c7ff180024055f617ea311805b56e2ccad8fb5db80b60644/coauction-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8133c4ec64676a4f2186612102ecad79", "sha256": "e8759ae6c7d11ddfa059b0ff7c2c06ef53e4749a4e4c0537cb939d442b6706df" }, "downloads": -1, "filename": "coauction-0.2.tar.gz", "has_sig": false, "md5_digest": "8133c4ec64676a4f2186612102ecad79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2042, "upload_time": "2019-02-09T17:38:35", "url": "https://files.pythonhosted.org/packages/12/3d/469a6cf88868e7bfb6f24c863073a2e942622d35158de31e6a3668e933e7/coauction-0.2.tar.gz" } ] }