{ "info": { "author": "Kevin Olivier", "author_email": "kevin.olivier@outlook.com", "bugtrack_url": null, "classifiers": [], "description": "Translate-term\n======\n\nCommand-line translator relying on [WordReference](http://wordreference.com)\nfor translation and coded in Python.\n\nAfter several years of being disappointed with google translate, I discovered\nthe website [WordReference](http://wordreference.com), which offers far better\ntranslations for about any word. What I particularly enjoy is the fact that it\ntries to translate all the variations in meaning, as words don't necessarily\nmatch perfectly. And it also works fairly well with expressions.\n\nSo, since I'm a sucker for everything related to terminals, I came up with this\nlittle tool. Nothing fancy, just good translation at the fingertip\n\nInstall\n------\n\nYou can install directly this package with pip:\n```\npip install translate-term\n```\n\nUsage\n------\n\nYou simply need to call it from a terminal with the `translate [dict] [word]`\nsyntax. \n\n- The `dict` argument is a 4 letter string, the first two letters being \nthe key corresponding to the initial language and the last 2 the key to the\nlanguage to translate to\n- The `word` argument is the word or expression to be translated. If the case\n of an expression, remember to put quotes around it.\n\nFor example, if you want to translate 'speak' from English to French, you need\nto type:\n```\ntranslate enfr speak\n```\n\nAnd if you want to translate an expression:\n```\ntranslate enfr \"speak out\"\n```\n\nIf you want the list of available dictionaries, just pass the `-l` or `--list`\nargument:\n```\ntranslate -l\ntranslate --list\n```\n\nAny doute, just call for `--help`!:\n```\ntranslate -h\ntranslate --help\n```\n\nNote\n------\n\nThis utility doesn't rely on any API, so there is practically no limit in the\nnumber of translations that you can perform.\n\nThere are a few strange characters that appear here and there. They come from\nthe html, and I'm too lazy to handle them.\n\nAlso you might notice that the returned table doesn't include all the results\nthat you would find on the website. That is completely intentional. The\nobjective of this utility is to present a large enough variations of a a word,\nwithout displaying the whole dictionary either. It also helps limiting the\nwidth of the table, which becomes a mess if it is too wide.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kevinolivier/translate-term", "keywords": "shell bash zsh terminal translate wordreference", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "translate-term", "package_url": "https://pypi.org/project/translate-term/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/translate-term/", "project_urls": { "Homepage": "https://github.com/kevinolivier/translate-term" }, "release_url": "https://pypi.org/project/translate-term/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "Command line translator pulling from wordreference.com and coded in Python", "version": "0.1.3" }, "last_serial": 1871384, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "212116fffadfbdcdfced67aa86b8f85a", "sha256": "33ecbba6ac4700efc1e6118e1133fedfc528a81bba2ab14e189a6d04b43187ba" }, "downloads": -1, "filename": "translate-term-0.1.0.tar.gz", "has_sig": false, "md5_digest": "212116fffadfbdcdfced67aa86b8f85a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4300, "upload_time": "2015-12-19T02:39:00", "url": "https://files.pythonhosted.org/packages/92/3c/fec57293155ef2cf5ac8a856f527a60fb03261ab1bd8f86a4815870cdcc0/translate-term-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a6ff04828ecf615ac871f4c760a2095a", "sha256": "f0cf4c4a4bd8b8583fd77bd642a136eb8b4dfc017a99f534e108e8254068cf45" }, "downloads": -1, "filename": "translate-term-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a6ff04828ecf615ac871f4c760a2095a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5249, "upload_time": "2015-12-19T02:58:51", "url": "https://files.pythonhosted.org/packages/1f/85/447152db08ae2c3b92f02323edadcd200bfb208abc25ab507b97ffeb0d82/translate-term-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "883447088ee26e0fe3cd8276393e5e6a", "sha256": "670938b9ead9087c3c7e60c7d4184477df02856ef7fcb03a455e181a451a4979" }, "downloads": -1, "filename": "translate-term-0.1.2.tar.gz", "has_sig": false, "md5_digest": "883447088ee26e0fe3cd8276393e5e6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5254, "upload_time": "2015-12-19T03:10:16", "url": "https://files.pythonhosted.org/packages/12/e6/33160ca42c1f0a066da38c65c456059d83f9e08943bb917dfcb1b0248e90/translate-term-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "2c96dc6bc84a2aceab2455a67d87886a", "sha256": "0311cecc34ec7eab2b454b18dfbbb2906048c25cbed94a6af19dfdc208573953" }, "downloads": -1, "filename": "translate-term-0.1.3.tar.gz", "has_sig": false, "md5_digest": "2c96dc6bc84a2aceab2455a67d87886a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5236, "upload_time": "2015-12-20T23:12:03", "url": "https://files.pythonhosted.org/packages/88/af/2a0103ab9e266b4c72815be3cd13e5598b513772824a68b777cfeff1a623/translate-term-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c96dc6bc84a2aceab2455a67d87886a", "sha256": "0311cecc34ec7eab2b454b18dfbbb2906048c25cbed94a6af19dfdc208573953" }, "downloads": -1, "filename": "translate-term-0.1.3.tar.gz", "has_sig": false, "md5_digest": "2c96dc6bc84a2aceab2455a67d87886a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5236, "upload_time": "2015-12-20T23:12:03", "url": "https://files.pythonhosted.org/packages/88/af/2a0103ab9e266b4c72815be3cd13e5598b513772824a68b777cfeff1a623/translate-term-0.1.3.tar.gz" } ] }