{ "info": { "author": "Takahiro Yoshimura", "author_email": "altakey@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "PyRedPen: Client for Text Validator\n===================================\n\nCopyright (C) 2015 Takahiro Yoshimura altakey@gmail.com\n\nThis is a Python client for the `RedPen `__, a text\nvalidator.\n\n0. HOW TO USE\n=============\n\n::\n\n $ /path/to/python3/bin/pyvenv ~/ve/rp\n $ source ~/ve/rp\n (rp) $ python ./setup.py develop # assuming you are standing on the working copy you've just cloned\n (rp) $ pip install pyredpen # ... otherwise install from PyPI\n ...\n (rp) $ redpen-validate examples/sampledoc-en.txt\n Found errors (4)\n (rp) $ redpen-flymake examples/sampledoc-en.txt\n examples/sampledoc-en.txt:1:0: warning: The number of words (32) exceeds the maximum of 30. [WordNumber]\n examples/sampledoc-en.txt:1:128: warning: Found repeated word \"such\". [DoubledWord]\n examples/sampledoc-en.txt:1:133: warning: Found repeated word \"software\". [DoubledWord]\n ...\n (rp) $ redpen-flymake examples/sampledoc-ja.txt\n examples/sampledoc-ja.txt:1:0: warning: The length of the sentence (101) exceeds the maximum of 100. [SentenceLength]\n examples/sampledoc-ja.txt:1:83: warning: Found invalid symbol \"\uff0c\". [InvalidSymbol]\n examples/sampledoc-ja.txt:1:49: warning: Found repeated word \"\u5206\u6563\". [DoubledWord]\n examples/sampledoc-ja.txt:1:51: warning: Found repeated word \"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\". [DoubledWord]\n ...\n\n1. FEATURES\n===========\n\n- Python 3 safe\n- Simple-ish API\n\n2. BUGS\n=======\n\n- Blindly assuming input and output in UTF-8.\n- Insanely hackish.\n\n3. LICENSE\n==========\n\nThe MIT license. Please refer to the LICENSE.txt.", "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/taky/pyredpen", "keywords": "natural language processing japanese english correction", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyredpen", "package_url": "https://pypi.org/project/pyredpen/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyredpen/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/taky/pyredpen" }, "release_url": "https://pypi.org/project/pyredpen/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Client for RedPen, a text validator", "version": "0.0.5" }, "last_serial": 1562471, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fd27b2a6d6475fd4a1fcb4bdb3284307", "sha256": "190f42b4d1a2d7d2f3b9734744f6be1673e9811ca10468ed6c0defdbadf74643" }, "downloads": -1, "filename": "pyredpen-0.0.1.tar.gz", "has_sig": true, "md5_digest": "fd27b2a6d6475fd4a1fcb4bdb3284307", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3820, "upload_time": "2015-04-30T07:49:04", "url": "https://files.pythonhosted.org/packages/fd/c4/88398bbdc7694ee8880e586ff1a5aef453693a6869b47c5c0525429d542d/pyredpen-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "89970ddfdb73f66a7b3a041ebba39cf9", "sha256": "838f251c490f6288825a59500b5cb62230007c58bd83ffc5089ba319c799d1a3" }, "downloads": -1, "filename": "pyredpen-0.0.2.tar.gz", "has_sig": true, "md5_digest": "89970ddfdb73f66a7b3a041ebba39cf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4083, "upload_time": "2015-05-13T06:36:20", "url": "https://files.pythonhosted.org/packages/5f/6f/c1490bbb9b9eeed4f1f36622ba90661003fda0b2de26eb8746f939428aaa/pyredpen-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "6e68656be1aee94ddd28afe50849d503", "sha256": "bb9e2b6656db4644458468b9b9300c8efe7e9f9b7e67cf076a42fd6e61ddeebd" }, "downloads": -1, "filename": "pyredpen-0.0.3.tar.gz", "has_sig": true, "md5_digest": "6e68656be1aee94ddd28afe50849d503", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3991, "upload_time": "2015-05-22T03:32:03", "url": "https://files.pythonhosted.org/packages/91/af/3dfa5c8408421d6ab303d2beceaa95e2396c3400074de4178c36db2449a4/pyredpen-0.0.3.tar.gz" } ], "0.0.4": [], "0.0.5": [ { "comment_text": "", "digests": { "md5": "ba81a8aae753e8bdff63ce31788dc776", "sha256": "d1a75e031d3863c1e519d252c5424e48676d783e877703c1ba3066f76a49c6a0" }, "downloads": -1, "filename": "pyredpen-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba81a8aae753e8bdff63ce31788dc776", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5307, "upload_time": "2015-05-26T08:00:41", "url": "https://files.pythonhosted.org/packages/0a/41/a3d9f64fcfb764fad583aeed1b00a24513dccab6dd8a94953a32f78e1a7f/pyredpen-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5cb73e9a3584f4e36eea26dc0cdf08e0", "sha256": "53a8fc7ccea3dd7183722ebfa8d893afca0eb1dbb42983e77431efef1b30b809" }, "downloads": -1, "filename": "pyredpen-0.0.5.tar.gz", "has_sig": true, "md5_digest": "5cb73e9a3584f4e36eea26dc0cdf08e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4015, "upload_time": "2015-05-26T05:57:24", "url": "https://files.pythonhosted.org/packages/fd/25/30e2727e15c9b61c68d2625a430aefd892dcdf6f7962b902206f919a002a/pyredpen-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ba81a8aae753e8bdff63ce31788dc776", "sha256": "d1a75e031d3863c1e519d252c5424e48676d783e877703c1ba3066f76a49c6a0" }, "downloads": -1, "filename": "pyredpen-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba81a8aae753e8bdff63ce31788dc776", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5307, "upload_time": "2015-05-26T08:00:41", "url": "https://files.pythonhosted.org/packages/0a/41/a3d9f64fcfb764fad583aeed1b00a24513dccab6dd8a94953a32f78e1a7f/pyredpen-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5cb73e9a3584f4e36eea26dc0cdf08e0", "sha256": "53a8fc7ccea3dd7183722ebfa8d893afca0eb1dbb42983e77431efef1b30b809" }, "downloads": -1, "filename": "pyredpen-0.0.5.tar.gz", "has_sig": true, "md5_digest": "5cb73e9a3584f4e36eea26dc0cdf08e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4015, "upload_time": "2015-05-26T05:57:24", "url": "https://files.pythonhosted.org/packages/fd/25/30e2727e15c9b61c68d2625a430aefd892dcdf6f7962b902206f919a002a/pyredpen-0.0.5.tar.gz" } ] }