{ "info": { "author": "Big Fish Games, Inc.", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7" ], "description": "A Python Client for the GameBench API\n\n[![Build Status](https://travis-ci.com/bigfishgames/GameBenchAPI-PyClient.svg?branch=master)](https://travis-ci.com/bigfishgames/GameBenchAPI-PyClient)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=bigfishgames_GameBenchAPI&metric=coverage)](https://sonarcloud.io/dashboard?id=bigfishgames_GameBenchAPI)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=bigfishgames_GameBenchAPI&metric=alert_status)](https://sonarcloud.io/dashboard?id=bigfishgames_GameBenchAPI)\n[![BCH compliance](https://bettercodehub.com/edge/badge/bigfishgames/GameBenchAPI-PyClient?branch=master)](https://bettercodehub.com/)\n[![Gitter](https://badges.gitter.im/bigfishgames/GameBench-API-PyClient.svg)](https://gitter.im/bigfishgames/GameBench-API-PyClient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\n\nPlease check out our [ZenHub Board](https://app.zenhub.com/workspaces/gamebenchapi-pyclient-5cabf535a736c27636b0283d/board?repos=180245554) for open issues and feature\nrequests.\n\nRepository: [GitHub](https://github.com/bigfishgames/GameBenchAPI-PyClient)\n\nFor full documentation, go to the [ReadtheDocs](https://gamebenchapi-pyclient.readthedocs.io/) page.\n\n[PyPi](https://pypi.org/project/GameBenchAPI-PyClient-BigFish/#description)\n\n## Overview\nTo install, run `pip install GameBenchAPI-PyClient-BigFish`\n\nThe GameBench API Client library supplies a high-level object-oriented interface to the GameBench API. It is built in\nPython 3.7 and uses the Requests library and Pandas data frames to easily integrate into data analysis software.\n\nThe library has two main architectural components; the models and API packages. The API package is responsible for\nURL requests and dealing with the responses. The models are the objects representing the data returned. A mediator\nprovides the glue between the api and the models.\n\nAs a user of the library, you should only ever need to interact with the models creator class and the model objects\nit can return.\n\nRight now, the models are very thin. They only contain a property that has the data frame assigned. Over time we\nwould like to add common functionality, like aggregates, to these classes.\n\n## The Basics\nTo make a request, import the ModelCreator class.\nInstantiating the ModelCreator requires two arguments. The first is a CamelCase style 'model'\nnamed after the metric that you are looking for; the model is dynamically imported based on this\nname. The second argument is a dictionary that must include specific key/value pairs for\nquerying the GameBench API.\n\n```python\nfrom gamebench_api_client.models.creator.model_creator import ModelCreator\n\n\n\ntime_series_request = {\n 'session_id': '66d926f47ff5a7a5d853d1058c6305614e1ae6a5'\n}\n\ncreator = ModelCreator('Cpu', time_series_request)\ncpu_time_series = creator.get_model()\n\nresults = cpu_time_series.data\n\nprint(results)\n\n\"\"\"\n appUsage daemonUsage gbUsage timestamp totalCpuUsage\n0 1372571.375 0 12.658228 5257 39.688461\n\"\"\"\n\n```\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/bigfishgames/GameBenchAPI-PyClient", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "GameBenchAPI-PyClient-BigFish", "package_url": "https://pypi.org/project/GameBenchAPI-PyClient-BigFish/", "platform": "", "project_url": "https://pypi.org/project/GameBenchAPI-PyClient-BigFish/", "project_urls": { "Homepage": "https://github.com/bigfishgames/GameBenchAPI-PyClient" }, "release_url": "https://pypi.org/project/GameBenchAPI-PyClient-BigFish/1.0.3/", "requires_dist": [ "pandas (~=0.24.2)", "urllib3 (<1.25,>=1.24.2)", "requests (~=2.21.0)" ], "requires_python": ">=3.7", "summary": "A GameBench API Client Library.", "version": "1.0.3" }, "last_serial": 5339853, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "255a85bfb7baa2de662ded070ffb2986", "sha256": "b513a4e8c07421b64cb6cdd7fdf9258ca8281acbf3b0702c42385a3b13e2b10b" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_bigfish-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "255a85bfb7baa2de662ded070ffb2986", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 2443, "upload_time": "2019-04-25T00:27:06", "url": "https://files.pythonhosted.org/packages/52/19/62caeaa35f4a67da3d5b9ec84c81459c476200b2b4a96e2e4881a62cb13d/GameBenchAPI_PyClient_bigfish-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ce2d815b97885a06831841168cf7a4d", "sha256": "c95f53c700993087a4bc56f0dc610258305584782917c379abf8cdca278b3a88" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-bigfish-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8ce2d815b97885a06831841168cf7a4d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 2345, "upload_time": "2019-04-25T00:27:10", "url": "https://files.pythonhosted.org/packages/0f/62/b74904073bd2298e1b3d30a476e68585579bfdff8b42d4d711da12dd7a0a/GameBenchAPI-PyClient-bigfish-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e60f104c2e8fb5b45621d6864efbd7dd", "sha256": "f02f968739464adfbd6d2364cf31d1c0a10b1361424915f06a53eba6bf43dd4c" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e60f104c2e8fb5b45621d6864efbd7dd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 2443, "upload_time": "2019-04-25T00:34:34", "url": "https://files.pythonhosted.org/packages/3a/e1/9b2e0737c08e357954d715c267e7c1d15a71f8c61b9e737a0788029f0eec/GameBenchAPI_PyClient_BigFish-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e1865ce9a7dbeb938403ad21d933068", "sha256": "6c84c788e97e984b38faa9e0dc002929616a0d4fff5ce1ee62b3581090271c98" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6e1865ce9a7dbeb938403ad21d933068", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 2359, "upload_time": "2019-04-25T00:34:36", "url": "https://files.pythonhosted.org/packages/b3/4e/259e131ba46d3d93bca08504c568992e246e97817171c798e559c8192d44/GameBenchAPI-PyClient-BigFish-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "2df5750b7093b618b8274346395e58d6", "sha256": "03597c836db96568818125207380dbe8671d597c78ff4a4f3700d5435f807144" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.10-py3-none-any.whl", "has_sig": false, "md5_digest": "2df5750b7093b618b8274346395e58d6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 60979, "upload_time": "2019-05-10T15:00:51", "url": "https://files.pythonhosted.org/packages/21/56/4fcd99098bc30aebb96933f23de5896397f348c772d249ef6a792ef915f5/GameBenchAPI_PyClient_BigFish-0.1.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bc3430912324adfe71484a569e20cde", "sha256": "22b325d4f3694086ecd912270306481b8e760ebf72c3387279bbd0cfdc814b74" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.10.tar.gz", "has_sig": false, "md5_digest": "4bc3430912324adfe71484a569e20cde", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24497, "upload_time": "2019-05-10T15:00:54", "url": "https://files.pythonhosted.org/packages/92/59/fac5906c922a2b601912e4a2bbdddd5585584926810776450dfd4b3ee5cf/GameBenchAPI-PyClient-BigFish-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "751b1de2120b0e436558f82545891192", "sha256": "667ca25ad5c40b94f75bfb656d2a8f01a525222c4923ecab3f7c884d73993429" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.11-py3-none-any.whl", "has_sig": false, "md5_digest": "751b1de2120b0e436558f82545891192", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 60981, "upload_time": "2019-05-10T15:22:13", "url": "https://files.pythonhosted.org/packages/31/6a/c0eda626f7d51b6630f8703606d5c4713d2f44e0ab837de04cfb54fa2669/GameBenchAPI_PyClient_BigFish-0.1.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd916561e1ad2e1473a3a7e35888e044", "sha256": "07cdb762d410fc507eb5e88038795f4b5d2eab98acb8b6c8024e9a9656d6f478" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.11.tar.gz", "has_sig": false, "md5_digest": "cd916561e1ad2e1473a3a7e35888e044", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24499, "upload_time": "2019-05-10T15:22:16", "url": "https://files.pythonhosted.org/packages/f0/6f/9d71a5f7ab6ca0cd9f072887f235c2eb97d34d50bcbbb68a7f69250983ce/GameBenchAPI-PyClient-BigFish-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "7db8fa59adf03d6b21c8e87951564010", "sha256": "ef44a564509af62654b9b253fcca483ed5e946c58508aadde81f3c92de460bcf" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.12-py3-none-any.whl", "has_sig": false, "md5_digest": "7db8fa59adf03d6b21c8e87951564010", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 60980, "upload_time": "2019-05-10T15:25:56", "url": "https://files.pythonhosted.org/packages/bc/54/dcffd7aedfd53a2b641bca06fb36906db0ce51f2c261a4a0c6798df42780/GameBenchAPI_PyClient_BigFish-0.1.12-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1897adcdb06976012ca8952d87d6d95e", "sha256": "2e20ca2b536fe7284b8be6eadd2b570bf9c45b177c650e724ab1a51bfeb5b175" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.12.tar.gz", "has_sig": false, "md5_digest": "1897adcdb06976012ca8952d87d6d95e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24273, "upload_time": "2019-05-10T15:25:57", "url": "https://files.pythonhosted.org/packages/0d/07/b69f777e8853aefd92c8218b6bcf14675cd4815d769e592138fdab793475/GameBenchAPI-PyClient-BigFish-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "b778e538006ee2491d351c343b0e9ba7", "sha256": "ee7c33f9ceedb5bfe2e414e685daedd9d59f2e0d8f88ef0e7591840f12b43c18" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.13-py3-none-any.whl", "has_sig": false, "md5_digest": "b778e538006ee2491d351c343b0e9ba7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 60980, "upload_time": "2019-05-10T16:08:50", "url": "https://files.pythonhosted.org/packages/c6/79/5a0601fe817255aa5f9c612807115ff4acf712956ff5d6462b2e9395c5e9/GameBenchAPI_PyClient_BigFish-0.1.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8229e4c6e9fa3dcc20baf804de741f42", "sha256": "323372277808caf95e0719bf31f7d24857ae542ac2af9c716d9a4aeb81d34dcc" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.13.tar.gz", "has_sig": false, "md5_digest": "8229e4c6e9fa3dcc20baf804de741f42", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24276, "upload_time": "2019-05-10T16:08:51", "url": "https://files.pythonhosted.org/packages/c4/f4/15a18a6b406260fb8c533d8f9bebc6b48d4cae4b40c2c2de54cab97ed939/GameBenchAPI-PyClient-BigFish-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "c5a060913f10a67e28e64050a38288de", "sha256": "22c2adc4405da365095138f030032a19c02f0d1fa41a7dc06a11aba97bbfcaaf" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.14-py3-none-any.whl", "has_sig": false, "md5_digest": "c5a060913f10a67e28e64050a38288de", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 60983, "upload_time": "2019-05-10T17:19:51", "url": "https://files.pythonhosted.org/packages/2e/e6/d30d278851162893e7290e30b686cd18f40ae9022e29ab6af1e507ee85f9/GameBenchAPI_PyClient_BigFish-0.1.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7aeb7d17a9ccae95b3cd59e130fbc798", "sha256": "fa0fbea6dc3ea921c61d9c89d6e953e663a7a9481f73498768dd1c4aa58a993c" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.14.tar.gz", "has_sig": false, "md5_digest": "7aeb7d17a9ccae95b3cd59e130fbc798", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24268, "upload_time": "2019-05-10T17:19:52", "url": "https://files.pythonhosted.org/packages/08/58/235ccbd504ffa6cebae842cde5b46c5d116c0d095593f42a3c544913a470/GameBenchAPI-PyClient-BigFish-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "45b000d2f3200c63db8fa0aeefd3ad8b", "sha256": "9a682534c09396f123193e20a22d499a15782170bfeec49dc7d8d568b9fe775b" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.15-py3-none-any.whl", "has_sig": false, "md5_digest": "45b000d2f3200c63db8fa0aeefd3ad8b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53278, "upload_time": "2019-05-13T15:35:04", "url": "https://files.pythonhosted.org/packages/fd/1e/2014cc6f507f4bd737c47dc2c4be3a7f27614a75d5af0f39b26d3d6dfd85/GameBenchAPI_PyClient_BigFish-0.1.15-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15c5670a202567d06d80447bfef4bb25", "sha256": "b8a6b71af18ed0036c08df47e685276918ae1f93dee43f80a632c8eb0ce8dbcf" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.15.tar.gz", "has_sig": false, "md5_digest": "15c5670a202567d06d80447bfef4bb25", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24268, "upload_time": "2019-05-13T15:35:05", "url": "https://files.pythonhosted.org/packages/c9/c8/5cc693fb69ea89c3686761710dd9049f0a1a4a2b5b1a4dc286ebeaf255f3/GameBenchAPI-PyClient-BigFish-0.1.15.tar.gz" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "9bdfc2d785fdecd184875d263de23ba4", "sha256": "727ba71a4f5f0c4db227b696501e6031c0285fce17fa8bf4c172396dcc21bf75" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.16-py3-none-any.whl", "has_sig": false, "md5_digest": "9bdfc2d785fdecd184875d263de23ba4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53277, "upload_time": "2019-05-13T15:59:20", "url": "https://files.pythonhosted.org/packages/9d/ce/8a6ba3ce0ce08ed3018328933e2224bd5a722baedd1211e05e5b44d77a3c/GameBenchAPI_PyClient_BigFish-0.1.16-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4534445264e84511ef1f6a9b0aea842d", "sha256": "225b34fc99d6ee3c50a2484f5b938501d1ec833710f13f44e0fa963d99bd59a1" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.16.tar.gz", "has_sig": false, "md5_digest": "4534445264e84511ef1f6a9b0aea842d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24278, "upload_time": "2019-05-13T15:59:22", "url": "https://files.pythonhosted.org/packages/b7/80/0076b1251bafa577f667949e5db43a8f334e0c07e3455dd08e444ecef803/GameBenchAPI-PyClient-BigFish-0.1.16.tar.gz" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "29c8539b885b9ab51d0a5db1366742c1", "sha256": "d391f7efd413f150704b72317297afa11b25377b81ca708ad714e301aef895be" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.17-py3-none-any.whl", "has_sig": false, "md5_digest": "29c8539b885b9ab51d0a5db1366742c1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53278, "upload_time": "2019-05-13T17:45:23", "url": "https://files.pythonhosted.org/packages/2c/1f/6847941d8621418d59a6facd57a28a2fc64b599e87b6325c893882861fb0/GameBenchAPI_PyClient_BigFish-0.1.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f076b13535688070fb5345141d5387c1", "sha256": "56d7be32189f4b05cd815c7aab154161435a6e02aa86cde344799987e8a799c6" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.17.tar.gz", "has_sig": false, "md5_digest": "f076b13535688070fb5345141d5387c1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24273, "upload_time": "2019-05-13T17:45:24", "url": "https://files.pythonhosted.org/packages/73/28/b8e5ce06e0a67955a0a87db4ede0e6a1abd9262a1e97c249c39ef5f3a7bd/GameBenchAPI-PyClient-BigFish-0.1.17.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "598f7123b01527b4d489e2016231435a", "sha256": "223a8251b6157d79fd96ce7c0294266f614ab93215983d71c75efd0ed4962e28" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.18-py3-none-any.whl", "has_sig": false, "md5_digest": "598f7123b01527b4d489e2016231435a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53277, "upload_time": "2019-05-13T18:31:17", "url": "https://files.pythonhosted.org/packages/3b/d2/c926204f0ea1f82633e9662ded18796bd1b556243868c5b109aced61f687/GameBenchAPI_PyClient_BigFish-0.1.18-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2692bf8b70d9b18d4466b97e47f9a57c", "sha256": "0ab6e5815dbb6ed0f3b32a5e08879fab67be0250f153812ea7b9320ee63e89ef" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.18.tar.gz", "has_sig": false, "md5_digest": "2692bf8b70d9b18d4466b97e47f9a57c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24276, "upload_time": "2019-05-13T18:31:18", "url": "https://files.pythonhosted.org/packages/98/97/2634367ab478f9081aee332c514d5799431fa7606d781fc52af09a73c52b/GameBenchAPI-PyClient-BigFish-0.1.18.tar.gz" } ], "0.1.19": [ { "comment_text": "", "digests": { "md5": "6e545114006b27b2218fa483397e46cb", "sha256": "6f1e455536c7e2a00b27fb7680549ff13c57c281240c3b556d6e13f965c57d40" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.19-py3-none-any.whl", "has_sig": false, "md5_digest": "6e545114006b27b2218fa483397e46cb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53277, "upload_time": "2019-05-13T18:46:40", "url": "https://files.pythonhosted.org/packages/82/e4/6a2278e5cc8af4bf35c5b4e8772463a87b44d8790e2f6c857dca214be596/GameBenchAPI_PyClient_BigFish-0.1.19-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af985132c202030890ca964d6ec59f3c", "sha256": "1e7aefd6c7b8ba1144bf8eaf7d295def737620ab537f50909d58aeb594c9f181" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.19.tar.gz", "has_sig": false, "md5_digest": "af985132c202030890ca964d6ec59f3c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24271, "upload_time": "2019-05-13T18:46:42", "url": "https://files.pythonhosted.org/packages/99/10/d82e35dd826c5edaba721c4ddd4bc1f1ecb034b7bfaed4fed0e7f23e30b5/GameBenchAPI-PyClient-BigFish-0.1.19.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "3382de8e5e4bdc92b9544430fa85bb59", "sha256": "684b85601b3089b4f91253a7a57af5decbc1356616390bd4617f9d01a689dbb3" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3382de8e5e4bdc92b9544430fa85bb59", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 52729, "upload_time": "2019-04-26T17:20:42", "url": "https://files.pythonhosted.org/packages/96/34/f72ad298b7721a0e5a44dffc6f871008418b84d28617c9d8dcd0247dad43/GameBenchAPI_PyClient_BigFish-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "851426769582e0d0cc1664e1824a9951", "sha256": "49ef4b822c0b6fa053271702070be509aa68b6b38a55a8eb4cd02c8ba5077dcc" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.2.tar.gz", "has_sig": false, "md5_digest": "851426769582e0d0cc1664e1824a9951", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24012, "upload_time": "2019-04-26T17:20:45", "url": "https://files.pythonhosted.org/packages/7d/68/6cf1b326792be89fadf1abb6f6a9506a8c3b4470c192365dfeaa82531ad5/GameBenchAPI-PyClient-BigFish-0.1.2.tar.gz" } ], "0.1.20": [ { "comment_text": "", "digests": { "md5": "22910a6c6cbd2ac8661c3596377b91f5", "sha256": "232e9ef43b430b9be067fbb75163458d7d4d7b4d939273ce21c63627ebc3f98a" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.20-py3-none-any.whl", "has_sig": false, "md5_digest": "22910a6c6cbd2ac8661c3596377b91f5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53257, "upload_time": "2019-05-21T18:19:00", "url": "https://files.pythonhosted.org/packages/31/a7/d42d8297a6ef47686240920842dbea6fd991fedb562903bd0e8133829aae/GameBenchAPI_PyClient_BigFish-0.1.20-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "14c7609c420e16cf94dcdf827d023c62", "sha256": "b1e92a260a9fb26167ded972597466972f7573436b0a7f5e6ca696f9e3fb2e24" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.20.tar.gz", "has_sig": false, "md5_digest": "14c7609c420e16cf94dcdf827d023c62", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24286, "upload_time": "2019-05-21T18:19:02", "url": "https://files.pythonhosted.org/packages/ed/d9/b74e48d8659ec4a86cd612abf4e3507a4dedd6c25890dc0599a68434b0c2/GameBenchAPI-PyClient-BigFish-0.1.20.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "62575ad0fa018a0ef23c6e34251890ff", "sha256": "8647bbaa601501f5e903abe42deab8eada1c3794f1da01ba248538a60865bd97" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "62575ad0fa018a0ef23c6e34251890ff", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 52966, "upload_time": "2019-05-02T21:41:58", "url": "https://files.pythonhosted.org/packages/4f/f6/ee127b59b4a99d70aab4a47e912dca3af7167f21b71882d65131dc0efd46/GameBenchAPI_PyClient_BigFish-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "64f911d3ad5c60e9a3bdde3ca25a03cd", "sha256": "f114216e39d64601940ba872bdbb5696ddbdee124dec913556bacd06a0deaec0" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.3.tar.gz", "has_sig": false, "md5_digest": "64f911d3ad5c60e9a3bdde3ca25a03cd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24196, "upload_time": "2019-05-02T21:42:00", "url": "https://files.pythonhosted.org/packages/ed/19/e704cb12e9c550755c1d0d20227c8e8e545d3301bf295ea91464ddfd6d73/GameBenchAPI-PyClient-BigFish-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "2c1797a6711c79bb134f5d4dec21aef8", "sha256": "40cc30a29383161fe6d7648a8bc524abb302e9eea84bfe4e16112cb700286a9f" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "2c1797a6711c79bb134f5d4dec21aef8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 52959, "upload_time": "2019-05-03T16:31:15", "url": "https://files.pythonhosted.org/packages/12/79/047a4fac3281f13590c7c64c86ab91d8fc2d8056ef85b2b7fcb44398ea30/GameBenchAPI_PyClient_BigFish-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0f11d823832cbc4ad68f081cba0868bc", "sha256": "52a3ba1167cf71a55d1925e6ae393dc60f8c71d49fc55b4c7973b1dbb112755e" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.4.tar.gz", "has_sig": false, "md5_digest": "0f11d823832cbc4ad68f081cba0868bc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24186, "upload_time": "2019-05-03T16:31:18", "url": "https://files.pythonhosted.org/packages/26/66/677e30c3c6841e56537dc0ad8383f5cf07bc18c8ce0219354a41bcc980a1/GameBenchAPI-PyClient-BigFish-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "f63980589c7b54fa02829b6581a671c8", "sha256": "6562a7127476db03a7864566a1294e2778b2121ae9fdb93bee2605d349b24028" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "f63980589c7b54fa02829b6581a671c8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 52958, "upload_time": "2019-05-06T18:19:29", "url": "https://files.pythonhosted.org/packages/c4/4a/f762e55de1309ffc6992dfcfeb4bbee3d868a066ec9343725366866f02be/GameBenchAPI_PyClient_BigFish-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd8e7d218fa5970b38300309c097726d", "sha256": "3bef1871fe7a9fb6bb7b001e01ad08efe1b38dd774ebbf95352ae41b8122957b" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.5.tar.gz", "has_sig": false, "md5_digest": "bd8e7d218fa5970b38300309c097726d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24195, "upload_time": "2019-05-06T18:19:33", "url": "https://files.pythonhosted.org/packages/ab/e3/9a592d586ced70d3641c811d5d402c7f665d5fe0fcea4ab9ec62074bfc20/GameBenchAPI-PyClient-BigFish-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "f41e650993d9c4398aa2b446039d692f", "sha256": "116070357a6a87c23f2ce16ae6858a675becd1d6b5a5358e6308f2cca82dadf9" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "f41e650993d9c4398aa2b446039d692f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 52960, "upload_time": "2019-05-07T00:50:36", "url": "https://files.pythonhosted.org/packages/3a/ab/11340262b9cb0fbded15c52f3122eaf37572d596f69eadc0129f05edff5b/GameBenchAPI_PyClient_BigFish-0.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c94c97ddbd6c1d42ab0963a76bdae0e", "sha256": "b13a5b8f04de91b52d149309c41d45b9f37f3c1d7c05f8ce023d028a70aad939" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.6.tar.gz", "has_sig": false, "md5_digest": "7c94c97ddbd6c1d42ab0963a76bdae0e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 23996, "upload_time": "2019-05-07T00:50:38", "url": "https://files.pythonhosted.org/packages/d9/63/20c793e6bbf7e2b97adfe90bf03a87d73aaa867ec6e80074d47caff715b1/GameBenchAPI-PyClient-BigFish-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "decde21e0a0fbd006a66993472c9275b", "sha256": "b6148a9896e3ac8f313e762df0b732703f827d760c9dfaa8ea037d1528eeabda" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "decde21e0a0fbd006a66993472c9275b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53264, "upload_time": "2019-05-08T14:53:08", "url": "https://files.pythonhosted.org/packages/ab/b9/ee973bbdc64409dffc6188776ad0658ddc53690d749320e77f5af8055892/GameBenchAPI_PyClient_BigFish-0.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1ccf576d45ae66f85bc038cdad2142e", "sha256": "9f922c3b14a70415ac4f3dcdad5ecc2df886d6bf4a78675660b1338bdad10635" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.7.tar.gz", "has_sig": false, "md5_digest": "b1ccf576d45ae66f85bc038cdad2142e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24238, "upload_time": "2019-05-08T14:53:09", "url": "https://files.pythonhosted.org/packages/5d/9b/67e191a71a5c9d887846496f74f38b421bce244fc263a703f0e4e91d031a/GameBenchAPI-PyClient-BigFish-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "e237271188b3edb28490e2a09640d754", "sha256": "a30b9a02b46eba0a5c9690af14a7abda9dbe2dbef216f80ca85d5c6be16427d3" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "e237271188b3edb28490e2a09640d754", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 60968, "upload_time": "2019-05-09T16:24:26", "url": "https://files.pythonhosted.org/packages/b2/e0/b540a76136ae35887655afa3058724c97775b666a7bba33a826a9c485a50/GameBenchAPI_PyClient_BigFish-0.1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "caf571a27c0bee2b55adde8eb10471b8", "sha256": "b220acd78859139c44f34cc383508ea1f37d84231c89a682af1278e7f9c43ff5" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-0.1.8.tar.gz", "has_sig": false, "md5_digest": "caf571a27c0bee2b55adde8eb10471b8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24257, "upload_time": "2019-05-09T16:24:27", "url": "https://files.pythonhosted.org/packages/58/d4/a7026ab11797fa60ddb401c490de1774f8b5a016061f9d2544be537f9815/GameBenchAPI-PyClient-BigFish-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "0165c8b7ab6696a08293f46c3e4c8b79", "sha256": "1dd467963b19172a9d5f25a8b44336c2457d6ace313c1a44fb9ded47675947b9" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-0.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "0165c8b7ab6696a08293f46c3e4c8b79", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 60968, "upload_time": "2019-05-10T15:00:23", "url": "https://files.pythonhosted.org/packages/20/f0/dd821cfa5100e341c55c78f760ece2a5a74a8913736f988352bc086af90b/GameBenchAPI_PyClient_BigFish-0.1.9-py3-none-any.whl" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "8c7c60fc4f904ebabb3a3bfde2962b2e", "sha256": "25d138f7eaf27a3c2c8ea66e75ed0705b3dcc04e717c79585e1a96ad4cb53fd5" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8c7c60fc4f904ebabb3a3bfde2962b2e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53609, "upload_time": "2019-05-28T20:56:57", "url": "https://files.pythonhosted.org/packages/78/95/6757237db88f724b2f9443904f612b69de66653c781dc12c1563ff961110/GameBenchAPI_PyClient_BigFish-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b10d13941b9d58cb31e32e9b4349c6e", "sha256": "b1bc592669bf1e41dd26ed4360fd40d5b8f7fef9fe60cf2cd0277cfa2b2de5c2" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7b10d13941b9d58cb31e32e9b4349c6e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24648, "upload_time": "2019-05-28T20:56:58", "url": "https://files.pythonhosted.org/packages/78/2c/3385b51ed92f66fc90f77eb8b5838a7beca79e0c45f9ea4074771bbeaf75/GameBenchAPI-PyClient-BigFish-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d226389db7dfc7604b807881b2d908ca", "sha256": "630448ab8a1386e3ade732631d2b1cbcbff4c21f7494812afe202523d08b3b7f" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d226389db7dfc7604b807881b2d908ca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53609, "upload_time": "2019-05-28T21:56:13", "url": "https://files.pythonhosted.org/packages/32/32/7f2a01566dc757928a38c680284ebe0c2b8643c2714387b0e80e1857d626/GameBenchAPI_PyClient_BigFish-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22c5ea6ff670920b121de7155d1b3171", "sha256": "ea175b53091c727d1eabe0fb42d1d3d8beca65206c4258d88ebf180f5e4aaf3e" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-1.0.1.tar.gz", "has_sig": false, "md5_digest": "22c5ea6ff670920b121de7155d1b3171", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24645, "upload_time": "2019-05-28T21:56:15", "url": "https://files.pythonhosted.org/packages/fb/4d/e2d95742641960faf68b6b623f5721394b8b4130535c2577127f0fadddbb/GameBenchAPI-PyClient-BigFish-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "18c8b46c17292d2b2fe36c41fcc31d12", "sha256": "07b68ef492c15618a9a85cfb21567e8d1f36f5b10ddcfc02d41ab009d3e95f99" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "18c8b46c17292d2b2fe36c41fcc31d12", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53609, "upload_time": "2019-05-29T17:18:20", "url": "https://files.pythonhosted.org/packages/25/fb/dd8aacd9b8e5cfd08d5183407bd51d26c9985c8e8595386f42b16708ca66/GameBenchAPI_PyClient_BigFish-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4fce67d437d9ad83cb218a3e24ce6981", "sha256": "ee46b13a2c927d8b6a5e09553bf0263f21468a609e90fca2a670ab750bed01cd" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-1.0.2.tar.gz", "has_sig": false, "md5_digest": "4fce67d437d9ad83cb218a3e24ce6981", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24644, "upload_time": "2019-05-29T17:18:22", "url": "https://files.pythonhosted.org/packages/52/c8/8490815ae2d6f7fdafced8ebe5f90c7c135d08c12eeabefc27fe6e0dc02e/GameBenchAPI-PyClient-BigFish-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "a40ecff3f818f49364d45f3628c937c9", "sha256": "20b9ae75567ba1146535db76bbcac7628279793f5c79df26d9c06a7cfabcc592" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "a40ecff3f818f49364d45f3628c937c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53761, "upload_time": "2019-05-30T22:01:42", "url": "https://files.pythonhosted.org/packages/2f/57/05f02edafcae63a323d06d96db4aa162b99a3d397519cb6a5bedac33d259/GameBenchAPI_PyClient_BigFish-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ff3ffb1b8cde03a2a6585d847b40610", "sha256": "62b2d5f3ba41faf6cbb614600a50cc42c2777b8a971bf582b8d1e6c9a693f0ec" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-1.0.3.tar.gz", "has_sig": false, "md5_digest": "7ff3ffb1b8cde03a2a6585d847b40610", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24799, "upload_time": "2019-05-30T22:01:44", "url": "https://files.pythonhosted.org/packages/93/2f/150f8e2f76c28c0f8a2f28d4a0fb5004ec689a871a216c99df0ca52f2d00/GameBenchAPI-PyClient-BigFish-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a40ecff3f818f49364d45f3628c937c9", "sha256": "20b9ae75567ba1146535db76bbcac7628279793f5c79df26d9c06a7cfabcc592" }, "downloads": -1, "filename": "GameBenchAPI_PyClient_BigFish-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "a40ecff3f818f49364d45f3628c937c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53761, "upload_time": "2019-05-30T22:01:42", "url": "https://files.pythonhosted.org/packages/2f/57/05f02edafcae63a323d06d96db4aa162b99a3d397519cb6a5bedac33d259/GameBenchAPI_PyClient_BigFish-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ff3ffb1b8cde03a2a6585d847b40610", "sha256": "62b2d5f3ba41faf6cbb614600a50cc42c2777b8a971bf582b8d1e6c9a693f0ec" }, "downloads": -1, "filename": "GameBenchAPI-PyClient-BigFish-1.0.3.tar.gz", "has_sig": false, "md5_digest": "7ff3ffb1b8cde03a2a6585d847b40610", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 24799, "upload_time": "2019-05-30T22:01:44", "url": "https://files.pythonhosted.org/packages/93/2f/150f8e2f76c28c0f8a2f28d4a0fb5004ec689a871a216c99df0ca52f2d00/GameBenchAPI-PyClient-BigFish-1.0.3.tar.gz" } ] }