{ "info": { "author": "Victor Klepikovskiy", "author_email": "vklepikovskiy@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: Log Analysis", "Topic :: Software Development :: Testing" ], "description": "python-jtl\n==========\n\npython-jtl provides a module called jtl which can be useful for parsing\nJMeter results (so called JTL files). JTL files can be either of XML or\nCSV (with or without the fieldnames) file format. jtl module supports\nboth XML and CSV (with and without the fieldnames) file formats.\n\nThe typical usage in general looks like this:\n\n::\n\n from jtl import create_parser\n\n parser = create_parser('test_results.xml')\n for sample in parser.itersamples():\n ...\n\nFeatures\n--------\n\n- Parses JMeter results (JTL) into the iterator of the results samples;\n\n- Supports both XML and CSV (with and without fieldnames) file formats;\n\n- Supports custom delimiter character (CSV only);\n\n- Stores results samples in named tuples;\n\n- Uses iterative XML parsing for better performance;\n\n- Automatically detects the file format (XML or CSV).", "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/vklepikovskiy/python-jtl", "keywords": "jmeter jtl testing performance", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "python-jtl", "package_url": "https://pypi.org/project/python-jtl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-jtl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/vklepikovskiy/python-jtl" }, "release_url": "https://pypi.org/project/python-jtl/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python module for parsing JMeter test results", "version": "0.1.1" }, "last_serial": 2115771, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "96781d15428f2e50d19a2e542778d38f", "sha256": "3e3feac712735817ac0233c0d10f46d9c11b382909ed5a00d127fe5695be0db0" }, "downloads": -1, "filename": "python-jtl-0.1.0.tar.gz", "has_sig": false, "md5_digest": "96781d15428f2e50d19a2e542778d38f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19387, "upload_time": "2012-11-30T00:45:32", "url": "https://files.pythonhosted.org/packages/79/1d/8e5cd0e91c1f98eeecb3b06db6a6713722c6e5d1ca53fb4c3c7bfbbaaf3a/python-jtl-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a319fe03f1f18913df42c21e033fced3", "sha256": "f84c2277e4f90a488a0bc874a9d25f8fa55cd36fd8014846fd57d8c2bb526a0d" }, "downloads": -1, "filename": "python-jtl-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a319fe03f1f18913df42c21e033fced3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71025, "upload_time": "2016-05-14T18:32:04", "url": "https://files.pythonhosted.org/packages/75/b2/b6043728d1e7855c6ef43cafc0df34984b7be146fcd247f67d943447c757/python-jtl-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a319fe03f1f18913df42c21e033fced3", "sha256": "f84c2277e4f90a488a0bc874a9d25f8fa55cd36fd8014846fd57d8c2bb526a0d" }, "downloads": -1, "filename": "python-jtl-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a319fe03f1f18913df42c21e033fced3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71025, "upload_time": "2016-05-14T18:32:04", "url": "https://files.pythonhosted.org/packages/75/b2/b6043728d1e7855c6ef43cafc0df34984b7be146fcd247f67d943447c757/python-jtl-0.1.1.tar.gz" } ] }