{ "info": { "author": "Paul N. Baker", "author_email": "paul.nelson.baker@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3.6" ], "description": "# Python QTest Library\n\nA client library to interact with the qTest API, which one can reference here: [api.qasymphony.com](https://api.qasymphony.com/)\n\n## Usage\n\n```python\nfrom qtest import qtest\n\nqtest = qtest.QTestClient(username=\"username@yourco.com\", password=\"password\", site_name=\"yourco\")\nall_projects = qtest.get_projects()\nproject_names = [project['name'] for project in all_projects]\nprint(project_names)\n```\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/paul-nelson-baker/python-qtest-library", "keywords": "qasymphony qtest quality-assurance qa", "license": "ISC", "maintainer": "", "maintainer_email": "", "name": "qasymphony-qtest-library", "package_url": "https://pypi.org/project/qasymphony-qtest-library/", "platform": "", "project_url": "https://pypi.org/project/qasymphony-qtest-library/", "project_urls": { "Homepage": "https://github.com/paul-nelson-baker/python-qtest-library" }, "release_url": "https://pypi.org/project/qasymphony-qtest-library/0.2.1/", "requires_dist": [ "requests (>=2.18.4)" ], "requires_python": "~=3.6", "summary": "", "version": "0.2.1" }, "last_serial": 3874484, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "0d71c2df7ca6fe6a6fff8a99deaf9b89", "sha256": "c9c4309e26aeabbe79f1a5a58b3b0d00101f06db1953ef8920c1deae1bc805b8" }, "downloads": -1, "filename": "qasymphony_qtest_library-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0d71c2df7ca6fe6a6fff8a99deaf9b89", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.6", "size": 5326, "upload_time": "2018-05-18T03:06:17", "url": "https://files.pythonhosted.org/packages/3c/a4/14e8474ab8019ea39cf5aaa9d22a2166a41c99f65028916c3ccc0b45b8d5/qasymphony_qtest_library-0.2.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d71c2df7ca6fe6a6fff8a99deaf9b89", "sha256": "c9c4309e26aeabbe79f1a5a58b3b0d00101f06db1953ef8920c1deae1bc805b8" }, "downloads": -1, "filename": "qasymphony_qtest_library-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0d71c2df7ca6fe6a6fff8a99deaf9b89", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.6", "size": 5326, "upload_time": "2018-05-18T03:06:17", "url": "https://files.pythonhosted.org/packages/3c/a4/14e8474ab8019ea39cf5aaa9d22a2166a41c99f65028916c3ccc0b45b8d5/qasymphony_qtest_library-0.2.1-py3-none-any.whl" } ] }