{ "info": { "author": "Andrew Hawker", "author_email": "andrew@appthwack.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "appthwack-python\n================\n\nThe official [AppThwack](https://appthwack.com) python client.\n\nStatus\n======\n\nCurrently under active development.\n\nInstallation\n============\n\n### Source\n\n $ git clone git@github.com:appthwack/appthwack-python.git\n $ python setup.py install\n\n### Pip\n\n $ pip install appthwack\n\nUsage\n=====\n\nConfigure the AppThwack client:\n\n```python\nimport appthwack\n\nAPI_KEY = '...'\napi = appthwack.AppThwackApi(API_KEY)\n```\n\nSelect a project:\n\n```python\n#...\n\nproject = api.project(id=1234)\nproject = api.project(name='Mutt Cuts')\nprojects = api.projects()\n```\n\nSelect a device pool:\n\n```python\n#...\n\ndevice_pool = project.device_pool(id=42)\ndevice_pool = project.device_pool(name='72 Sheepdog')\ndevice_pools = project.device_pools()\n```\n\nUpload your app and test content:\n\n```python\n#...\n\napk = api.upload('/src/samsonite.apk')\ntests = api.upload('/src/gotworms.apk')\n```\n\nSchedule AppThwack AppExplorer test run:\n\n```python\n#...\n\nname = 'Seabass and the fellas'\nrun = project.schedule_app_explorer_run(apk, tests, name, device_pool))\n```\n\nSchedule Calabash test run:\n\n```python\n#...\n\nname = 'His head fell off!'\nrun = project.schedule_calabash_run(apk, tests, name, device_pool)\n```\n\nSchedule JUnit/Robotium test run:\n\n```python\n#...\n\nname = 'Totally redeem yourself!'\nrun = project.schedule_junit_run(apk, tests, name, device_pool)\n```\n\nGet run execution status:\n\n```python\n#...\n\nstatus = run.status() # new, queued, running, completed\n```\n\nGet run results:\n```python\n#...\n\nresults = run.results()\nprint results # [12345]: Run Hello World! by admin is 'completed' with result 'pass'.\n\n```\n\nDependencies\n============\n\nThis project was built on the shoulders of others:\n\n* [requests](http://docs.python-requests.org/en/latest/) by Kenneth Reitz\n\nDocumentation\n=============\n\nThe latest AppThwack API documentation can be found [here](https://appthwack.com/docs/api).\n\nContributing\n============\n\nIf you would like to contribute, simply fork the repository, push your changes and send a pull request.\n\nLicense\n=======\n\nMIT License. More information can be found [here](https://github.com/appthwack/appthwack-python/blob/master/LICENSE.md).", "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/appthwack/appthwack-python", "keywords": null, "license": "The MIT License (MIT)\n\nCopyright (c) 2013 AppThwack\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "appthwack", "package_url": "https://pypi.org/project/appthwack/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/appthwack/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/appthwack/appthwack-python" }, "release_url": "https://pypi.org/project/appthwack/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "AppThwack python client", "version": "1.0.0" }, "last_serial": 836742, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b48b1251b300c0ae3d5cad9c6c31c358", "sha256": "8e753e27043378ad30cc1a05074165bb83a8b93b38c012cfd84a7882487b4b86" }, "downloads": -1, "filename": "appthwack-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b48b1251b300c0ae3d5cad9c6c31c358", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6921, "upload_time": "2013-08-09T18:05:24", "url": "https://files.pythonhosted.org/packages/fd/45/2dd33222e27e003c83cab58a53172348f0f6ac4b41b30a146cf1a3c8e117/appthwack-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b48b1251b300c0ae3d5cad9c6c31c358", "sha256": "8e753e27043378ad30cc1a05074165bb83a8b93b38c012cfd84a7882487b4b86" }, "downloads": -1, "filename": "appthwack-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b48b1251b300c0ae3d5cad9c6c31c358", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6921, "upload_time": "2013-08-09T18:05:24", "url": "https://files.pythonhosted.org/packages/fd/45/2dd33222e27e003c83cab58a53172348f0f6ac4b41b30a146cf1a3c8e117/appthwack-1.0.0.tar.gz" } ] }