{ "info": { "author": "Michael Hirsch, Ph.D.", "author_email": "scivision@noreply.users.github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: End Users/Desktop", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Utilities" ], "description": "[![Build Status](https://travis-ci.com/scivision/textutils3.svg?branch=master)](https://travis-ci.com/scivision/textutils3)\n[![PyPi version](https://img.shields.io/pypi/pyversions/textutils3.svg)](https://pypi.python.org/pypi/textutils3)\n[![PyPi Download stats](http://pepy.tech/badge/textutils3)](http://pepy.tech/project/textutils3)\n\n\n# Recursive Spellcheck in Python\n\nRecursively spellcheck files using aspell or other backend.\nOptional grammar highlighting via `diction` is also provided.\n\n\n## Install\n\n1. install aspell (optionally, install `diction` the same way)\n\n * Mac: `brew install aspell`\n * Linux: `apt install aspell`\n * Windows: See Windows section below.\n2. Install Python script\n\n ```sh\n pip install textutils3\n ```\n3. usage: from Terminal:\n\n ```sh\n spellcheck\n ```\n\nfor help:\n```sh\nspellcheck -h\n```\n\n## Windows\n\n[Aspell on Windows](http://aspell.net/win32/)\nis provided by the Aspell authors, since Aspell is currently built using Autotools.\nYou will also have to manually install the dictionary for the desired language.\nThere are two bugs with Aspell 0.5 on Windows:\n\n1. the spell checker changes the line endings to CRLF, even if no explict changes were specified\n2. the spell checker shows a blank screen until a key is pressed (this is true even when Aspell.exe is run directly in Command Prompt).\n\nThus it is probably better to use Aspell via Windows Subsystem for Linux until this bug is fixed by the Aspell authors.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/scivision/textutils3", "keywords": "spellcheck", "license": "", "maintainer": "", "maintainer_email": "", "name": "textutils3", "package_url": "https://pypi.org/project/textutils3/", "platform": "", "project_url": "https://pypi.org/project/textutils3/", "project_urls": { "Homepage": "https://github.com/scivision/textutils3" }, "release_url": "https://pypi.org/project/textutils3/1.0.0/", "requires_dist": null, "requires_python": ">= 3.6", "summary": "Recursively check spelling and grammer and other tasks with text documents.", "version": "1.0.0" }, "last_serial": 5199427, "releases": { "0.8.0": [ { "comment_text": "", "digests": { "md5": "2032de8b1d463396abdc5088e2d3a25d", "sha256": "6a911f586902fd2f07da887038879c21b441141c835700a377c0f3ea01c7c8dc" }, "downloads": -1, "filename": "textutils3-0.8.0.tar.gz", "has_sig": false, "md5_digest": "2032de8b1d463396abdc5088e2d3a25d", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 1975, "upload_time": "2018-10-04T19:26:57", "url": "https://files.pythonhosted.org/packages/57/17/221f7bd12afedbc587243b376e010d47f08a2616719af178fb3a6115aea6/textutils3-0.8.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "9c80e610caffa516ff827ecb3d410240", "sha256": "e0f676c6b03cbda3b3b99ecdeeb00a3a6dcc1bea6c3f8d9ac5ccb8e0d51cb641" }, "downloads": -1, "filename": "textutils3-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9c80e610caffa516ff827ecb3d410240", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 3765, "upload_time": "2019-04-28T11:32:53", "url": "https://files.pythonhosted.org/packages/e3/e2/5cfe3b9f62527831afe8f6c239abb7655df74f7436bffcd58a1bcdde0bf4/textutils3-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c80e610caffa516ff827ecb3d410240", "sha256": "e0f676c6b03cbda3b3b99ecdeeb00a3a6dcc1bea6c3f8d9ac5ccb8e0d51cb641" }, "downloads": -1, "filename": "textutils3-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9c80e610caffa516ff827ecb3d410240", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 3765, "upload_time": "2019-04-28T11:32:53", "url": "https://files.pythonhosted.org/packages/e3/e2/5cfe3b9f62527831afe8f6c239abb7655df74f7436bffcd58a1bcdde0bf4/textutils3-1.0.0.tar.gz" } ] }