{ "info": { "author": "Dongliang Mu", "author_email": "mudongliangabcd@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "youdao-python\n=============\n\nyoudao dictionary implemented in python\n\nInstall\n-------\n\npip\n~~~\n\n::\n\n sudo pip install youdao_simple\n\npython setup.py\n~~~~~~~~~~~~~~~\n\n.. code:: sh\n\n $ git clone https://github.com/MintCN/youdao-python\n $ cd youdao-python\n $ sudo python setup.py install\n\nUsage\n-----\n\n.. code:: sh\n\n $ youdao\n No word to translate\n\n.. code:: sh\n\n $ youdao hello\n <----------------------------------------------->\n \u67e5\u8be2\u5355\u8bcd\uff1a hello\n \u6709\u9053\u7ffb\u8bd1\uff1a\u4f60\u597d\n\n \u6709\u9053\u8bcd\u5178-\u57fa\u672c\u8bcd\u5178\uff1a\n \u53d1\u97f3 [ h\u0259\u02c8l\u0259\u028a ]\n \u82f1\u5f0f\u53d1\u97f3 [ h\u0259\u02c8l\u0259\u028a ] \u7f8e\u5f0f\u53d1\u97f3 [ hel\u02c8\u014d ]\n n. \u8868\u793a\u95ee\u5019\uff0c \u60ca\u5947\u6216\u5524\u8d77\u6ce8\u610f\u65f6\u7684\u7528\u8bed\n int. \u5582\uff1b\u54c8\u7f57\n n. (Hello)\u4eba\u540d\uff1b(\u6cd5)\u57c3\u6d1b\n\n \u6709\u9053\u8bcd\u5178-\u7f51\u7edc\u91ca\u4e49\uff1a\n Hello : \u4f60\u597d \u60a8\u597d hello\n Hello Kitty : \u51ef\u8482\u732b \u6635\u79f0 \u533f\u79f0\n Hello Bebe : \u54c8\u4e50\u54c8\u4e50 \u4e50\u6263\u4e50\u6263\n <----------------------------------------------->\n\n.. code:: sh\n\n $ youdao hello world\n <----------------------------------------------->\n \u67e5\u8be2\u5355\u8bcd\uff1a hello\n \u6709\u9053\u7ffb\u8bd1\uff1a\u4f60\u597d\n\n \u6709\u9053\u8bcd\u5178-\u57fa\u672c\u8bcd\u5178\uff1a\n \u53d1\u97f3 [ h\u0259\u02c8l\u0259\u028a ]\n \u82f1\u5f0f\u53d1\u97f3 [ h\u0259\u02c8l\u0259\u028a ] \u7f8e\u5f0f\u53d1\u97f3 [ hel\u02c8\u014d ]\n n. \u8868\u793a\u95ee\u5019\uff0c \u60ca\u5947\u6216\u5524\u8d77\u6ce8\u610f\u65f6\u7684\u7528\u8bed\n int. \u5582\uff1b\u54c8\u7f57\n n. (Hello)\u4eba\u540d\uff1b(\u6cd5)\u57c3\u6d1b\n\n \u6709\u9053\u8bcd\u5178-\u7f51\u7edc\u91ca\u4e49\uff1a\n Hello : \u4f60\u597d \u60a8\u597d hello\n Hello Kitty : \u51ef\u8482\u732b \u6635\u79f0 \u533f\u79f0\n Hello Bebe : \u54c8\u4e50\u54c8\u4e50 \u4e50\u6263\u4e50\u6263\n <----------------------------------------------->\n <----------------------------------------------->\n \u67e5\u8be2\u5355\u8bcd\uff1a world\n \u6709\u9053\u7ffb\u8bd1\uff1a\u4e16\u754c\n\n \u6709\u9053\u8bcd\u5178-\u57fa\u672c\u8bcd\u5178\uff1a\n \u53d1\u97f3 [ w\u025c\u02d0ld ]\n \u82f1\u5f0f\u53d1\u97f3 [ w\u025c\u02d0ld ] \u7f8e\u5f0f\u53d1\u97f3 [ w\u025dld ]\n n. \u4e16\u754c\uff1b\u9886\u57df\uff1b\u4e16\u4fd7\uff1b\u5168\u4eba\u7c7b\uff1b\u7269\u8d28\u751f\u6d3b\n\n \u6709\u9053\u8bcd\u5178-\u7f51\u7edc\u91ca\u4e49\uff1a\n World : \u4e16\u754c \u4e16\u754c \u5929\u4e0b\n My World : \u6211\u7684\u5c0f\u5c0f\u4e16\u754c \u6211\u7684\u4e16\u754c \u81ea\u4e00\u65b9\n World Record : \u4e16\u754c\u7eaa\u5f55 \u4e16\u754c\u7eaa\u5f55 \u4e16\u754c\u4e4b\u6700\n <----------------------------------------------->\n\nUninstall\n---------\n\npip\n~~~\n\n::\n\n sudo pip uninstall youdao_simple\n\npython setup.py\n~~~~~~~~~~~~~~~\n\n.. code:: sh\n\n $ sudo python setup.py install --record=/tmp/filelist\n # this file will record all the \n\n $ cat /tmp/filelist | sudo xargs rm -rf\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/mudongliang/youdao-python", "keywords": "", "license": "GPL v3.0", "maintainer": "", "maintainer_email": "", "name": "youdao-simple", "package_url": "https://pypi.org/project/youdao-simple/", "platform": "", "project_url": "https://pypi.org/project/youdao-simple/", "project_urls": { "Homepage": "https://github.com/mudongliang/youdao-python" }, "release_url": "https://pypi.org/project/youdao-simple/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "Youdao Python", "version": "1.1.0" }, "last_serial": 5273855, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "ceb451ee95d6221ff0d50efcf07956c9", "sha256": "288c95474e1a2ef253b4c7e68d6e7a19e318431af9a386815db7d02f41d3956a" }, "downloads": -1, "filename": "youdao_simple-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ceb451ee95d6221ff0d50efcf07956c9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4416, "upload_time": "2017-08-27T21:38:24", "url": "https://files.pythonhosted.org/packages/f8/85/3759157a5dd27ac05437f74ad49110dd037e1812322d451044915b99d722/youdao_simple-1.0.1-py2.py3-none-any.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "83f80175d260a4d0272092ab41185f21", "sha256": "9ef36b7ad6219c1b90d499540918758af73fa61329adfc1a6c2d8124897ceaa7" }, "downloads": -1, "filename": "youdao_simple-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "83f80175d260a4d0272092ab41185f21", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4862, "upload_time": "2017-08-27T22:14:01", "url": "https://files.pythonhosted.org/packages/c4/19/73e63dd85b42ee130946ee5c34a2ed9061aa21e55873468f1c6668aaf6a6/youdao_simple-1.0.2-py2.py3-none-any.whl" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "0fd6186b87f6b73e160e7ceebba2af2d", "sha256": "20167675b1a2aee1cb51b4f3fcd6842905ccf638baa285276e288c58e2236f1b" }, "downloads": -1, "filename": "youdao_simple-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0fd6186b87f6b73e160e7ceebba2af2d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4956, "upload_time": "2017-08-29T00:23:07", "url": "https://files.pythonhosted.org/packages/41/6a/bba199fd46ba3cdaad19646bc4975b0897a5bff37d4cb646b2b114d8d772/youdao_simple-1.0.3-py2.py3-none-any.whl" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "d85936c736c8a90613f7d6ed62906010", "sha256": "058cdbeef9601d5fccc04df0c4aa8e71418faa57cb0c2fb6396795a1ac6c3553" }, "downloads": -1, "filename": "youdao_simple-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d85936c736c8a90613f7d6ed62906010", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5016, "upload_time": "2017-08-31T17:23:32", "url": "https://files.pythonhosted.org/packages/29/4c/b9499b8e7e76c98fb4618c87afca00a5bc92275cc9545012d4268d6d5b32/youdao_simple-1.0.4-py2.py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "de17ef8e78a126077782760f794b7c1c", "sha256": "b6751381df480e866ba168f084642176726213107447af32b84d98557dbc5503" }, "downloads": -1, "filename": "youdao_simple-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de17ef8e78a126077782760f794b7c1c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5554, "upload_time": "2018-03-16T01:11:00", "url": "https://files.pythonhosted.org/packages/59/de/748b6ae4baec69d4e7eb76295cfc5a9018e6a80204b15f9aeaad24b4582b/youdao_simple-1.1.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "de17ef8e78a126077782760f794b7c1c", "sha256": "b6751381df480e866ba168f084642176726213107447af32b84d98557dbc5503" }, "downloads": -1, "filename": "youdao_simple-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de17ef8e78a126077782760f794b7c1c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5554, "upload_time": "2018-03-16T01:11:00", "url": "https://files.pythonhosted.org/packages/59/de/748b6ae4baec69d4e7eb76295cfc5a9018e6a80204b15f9aeaad24b4582b/youdao_simple-1.1.0-py2.py3-none-any.whl" } ] }