{ "info": { "author": "Alexey Palazhchenko", "author_email": "alexey.palazhchenko@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Topic :: Software Development :: Testing", "Topic :: System :: Benchmark" ], "description": "================\ncodespeed-client\n================\n\nLibrary and command-line tool to push benchmark data to CodeSpeed.\n\nTested with Python 2.6, 2.7 and 3.2. Versions < 2.6 will not work, 3.x may work but not tested.\n\nUsage as library: ::\n\n from codespeed_client import Client\n\n # kwargs list: environment, project, benchmark, branch, commitid, revision_date, executable,\n # result_date, result_value, max, min, std_dev\n\n # kwargs passed to constructor are defaults\n client = Client('http://codespeed.example.net', environment='Test Environment', project='Project')\n\n # kwargs passed to add_result overwrite defaults\n client.add_result(commitid=1278, benchmark='primes', result_value=42.0)\n client.add_result(commitid=1278, benchmark='ai', result_value=7)\n\n # upload all results in one request\n client.upload_results()\n\nAs command-line tool: ::\n\n codespeed-client --help\n codespeed-client --environment='Test Environment' --project=Project --commitid=1278 \\\n --benchmark=primes --result-value=42.0\n codespeed-client --environment='Test Environment' --project=Project --commitid=1278 \\\n --benchmark=ai --result-value=7", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AlekSi/codespeed-client", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "codespeed-client", "package_url": "https://pypi.org/project/codespeed-client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/codespeed-client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/AlekSi/codespeed-client" }, "release_url": "https://pypi.org/project/codespeed-client/0.3.3/", "requires_dist": null, "requires_python": null, "summary": "Library and command-line tool to push benchmark data to CodeSpeed.", "version": "0.3.3" }, "last_serial": 722789, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "47f90013d6e8f3ed596b6053a0e0a1b3", "sha256": "034c58ce08e0ed946a9c0166c6b5e5f73f9a1c9b762554cd09dcf283a8e96302" }, "downloads": -1, "filename": "codespeed-client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "47f90013d6e8f3ed596b6053a0e0a1b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2752, "upload_time": "2011-08-01T09:55:59", "url": "https://files.pythonhosted.org/packages/d6/d7/ae84e40fd0390862e8bdb2d3350b3ea4edc3c9012e8baff6a956e66cfc19/codespeed-client-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "93c2fde8bcfd9a99d95edee5c75b960f", "sha256": "6a7dbbc1d06c7346cd66a1e346fecaba71dcdb8b51b7e2037d86bc5ecd017f18" }, "downloads": -1, "filename": "codespeed-client-0.1.1.tar.gz", "has_sig": false, "md5_digest": "93c2fde8bcfd9a99d95edee5c75b960f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2761, "upload_time": "2011-08-01T09:59:13", "url": "https://files.pythonhosted.org/packages/c7/00/9e5c32ae2d12d966a984f10585ac1b8d0300fe68200f0d042e776b3e5177/codespeed-client-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0eb845908b3f035ba3ca18051937a998", "sha256": "583d9f3461895093c1fdf0eb2860dbbfb3c1f461e97746cba2ef037e805e1b62" }, "downloads": -1, "filename": "codespeed-client-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0eb845908b3f035ba3ca18051937a998", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3307, "upload_time": "2011-08-06T16:22:22", "url": "https://files.pythonhosted.org/packages/de/d3/ce6b3c862bfe4f26d1fcc0f50c410edcf2151dd7ca5072d797d0b821847a/codespeed-client-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "0fdb5d3307403a752a62230e67bf0be9", "sha256": "2e0bfa827bb700a2237f852c6d94723e5c710a038b29bd5172770d0a9932bdb0" }, "downloads": -1, "filename": "codespeed-client-0.3.0.tar.gz", "has_sig": false, "md5_digest": "0fdb5d3307403a752a62230e67bf0be9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3386, "upload_time": "2011-08-06T19:40:17", "url": "https://files.pythonhosted.org/packages/0c/4d/d4728813ea164cc26df5fa4c35d771dfd9e1868238eecc2e791ab9c19170/codespeed-client-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "71bf67a991057212ca2a202b3c2d77dc", "sha256": "fa500b4fd12d89a64df53d47cbf18e5224261ed446d266b1323906823449f93b" }, "downloads": -1, "filename": "codespeed-client-0.3.1.tar.gz", "has_sig": false, "md5_digest": "71bf67a991057212ca2a202b3c2d77dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3623, "upload_time": "2011-08-22T08:27:56", "url": "https://files.pythonhosted.org/packages/71/ff/a2155ac1cff7b93fb8c50a74f54a8620cbd4e7373f96da450b07bd91312b/codespeed-client-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "df5f75a9726d6020023ae096fc4e4b65", "sha256": "32da1d18cf6a37832d8d33a74f6871645f2a2b803a3d27693fa814bd8b8acef4" }, "downloads": -1, "filename": "codespeed-client-0.3.2.tar.gz", "has_sig": false, "md5_digest": "df5f75a9726d6020023ae096fc4e4b65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3705, "upload_time": "2011-09-06T17:26:45", "url": "https://files.pythonhosted.org/packages/d6/bd/b6e4b149a285df895be2b8e4c815696567eb8fb0c29be97014c24e9b32b8/codespeed-client-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "4eb46bab6dfb41b306db5183e5a762f3", "sha256": "7ad38866d817197d032a0f6541c4ff36661a62d6a7e1447bb7ea5bd171f6bd47" }, "downloads": -1, "filename": "codespeed-client-0.3.3.tar.gz", "has_sig": false, "md5_digest": "4eb46bab6dfb41b306db5183e5a762f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3685, "upload_time": "2012-01-18T16:31:44", "url": "https://files.pythonhosted.org/packages/f7/d2/3a98311c19f1b9649a3194389427bf679d23ea48b803635831568db34995/codespeed-client-0.3.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4eb46bab6dfb41b306db5183e5a762f3", "sha256": "7ad38866d817197d032a0f6541c4ff36661a62d6a7e1447bb7ea5bd171f6bd47" }, "downloads": -1, "filename": "codespeed-client-0.3.3.tar.gz", "has_sig": false, "md5_digest": "4eb46bab6dfb41b306db5183e5a762f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3685, "upload_time": "2012-01-18T16:31:44", "url": "https://files.pythonhosted.org/packages/f7/d2/3a98311c19f1b9649a3194389427bf679d23ea48b803635831568db34995/codespeed-client-0.3.3.tar.gz" } ] }