{ "info": { "author": "ruoyuchen", "author_email": "smhsma@aliyun.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Text Processing :: Linguistic" ], "description": "# azkaban_client\nclient based on restful API\n\n\n\n\n#### Create a project\n\n```py\n\nfrom azkaban import *\n\nfetcher = CookiesFetcher(user, pwd)\nproject = Project('WillTest', 'first test', fetcher)\nproject.create_prj()\n\n```\n\n\n#### Upload zip file to the project\n\n```py\nproject.upload_zip('/tmp/xxx.zip')\n```\n\n#### Get all flows from a prject\n\n```py\nproject.fetch_flow()\n```\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ruoyuchen/azkaban_client", "keywords": "azkaban client", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "azkaban-client", "package_url": "https://pypi.org/project/azkaban-client/", "platform": "", "project_url": "https://pypi.org/project/azkaban-client/", "project_urls": { "Homepage": "http://github.com/ruoyuchen/azkaban_client" }, "release_url": "https://pypi.org/project/azkaban-client/0.0.7/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "azkaban_client based on azkaban restful apis", "version": "0.0.7" }, "last_serial": 3503337, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "e47adf9354c5e012b24a37e2b1aee599", "sha256": "251cde219a00f4d840e94a78dedc7e5ea27b88ffe608b3e446f5bf83b52176ee" }, "downloads": -1, "filename": "azkaban_client-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e47adf9354c5e012b24a37e2b1aee599", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5224, "upload_time": "2017-09-28T10:23:38", "url": "https://files.pythonhosted.org/packages/d6/46/bed4e6da72399c58337c1f67c4f24f613be867deba0f6af089581266708b/azkaban_client-0.0.5-py2.py3-none-any.whl" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "cae76fbdbc79dc11346f2d448f556817", "sha256": "26a3c9dca8f6f2e6593349a30280bf55c4b32c3f70d7ae1892fbfb4313be75a4" }, "downloads": -1, "filename": "azkaban_client-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cae76fbdbc79dc11346f2d448f556817", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5609, "upload_time": "2017-09-28T10:51:46", "url": "https://files.pythonhosted.org/packages/55/4b/3de63c98961f2a9bad49b580e46800e7bc5f868c10d655d5bfe2ef6b3af7/azkaban_client-0.0.6-py2.py3-none-any.whl" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "d94ca2322d04b20ebca2e58e6119b9a2", "sha256": "9fa360b540a6ccc2c0ac686e7f411be2a4e7773ee1b566082c82a9fd089073c0" }, "downloads": -1, "filename": "azkaban_client-0.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d94ca2322d04b20ebca2e58e6119b9a2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5599, "upload_time": "2018-01-19T02:52:48", "url": "https://files.pythonhosted.org/packages/81/8e/e2981232da6d0e02a762437b16f655ac35e1fbd431c7ee15710c1ffca3c6/azkaban_client-0.0.7-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d94ca2322d04b20ebca2e58e6119b9a2", "sha256": "9fa360b540a6ccc2c0ac686e7f411be2a4e7773ee1b566082c82a9fd089073c0" }, "downloads": -1, "filename": "azkaban_client-0.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d94ca2322d04b20ebca2e58e6119b9a2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5599, "upload_time": "2018-01-19T02:52:48", "url": "https://files.pythonhosted.org/packages/81/8e/e2981232da6d0e02a762437b16f655ac35e1fbd431c7ee15710c1ffca3c6/azkaban_client-0.0.7-py2.py3-none-any.whl" } ] }