Name | textutils3 JSON |
Version |
1.1.0
JSON |
| download |
home_page | |
Summary | Recursively check spelling and grammer and other tasks with text documents. |
upload_time | 2023-01-29 00:08:42 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.9 |
license | |
keywords |
spellcheck
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Recursive Spellcheck in Python
[![PyPI Download stats](http://pepy.tech/badge/textutils3)](http://pepy.tech/project/textutils3)
Recursively spellcheck files using aspell or other backend.
Install aspell:
* Mac: `brew install aspell`
* Linux: `apt install aspell`
* Windows: use WSL
from Terminal:
```sh
python -m textutils3.spellcheck
python -m textutils3.latextdiff
python -m textutils3.find_bad_char
```
Raw data
{
"_id": null,
"home_page": "",
"name": "textutils3",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "spellcheck",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/33/d0/25829961e99571a9bdc10191aff5ff868b62f1e4549192822fae45d30185/textutils3-1.1.0.tar.gz",
"platform": null,
"description": "# Recursive Spellcheck in Python\n\n[![PyPI Download stats](http://pepy.tech/badge/textutils3)](http://pepy.tech/project/textutils3)\n\nRecursively spellcheck files using aspell or other backend.\n\nInstall aspell:\n\n* Mac: `brew install aspell`\n* Linux: `apt install aspell`\n* Windows: use WSL\n\nfrom Terminal:\n\n```sh\npython -m textutils3.spellcheck\n\npython -m textutils3.latextdiff\n\npython -m textutils3.find_bad_char\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Recursively check spelling and grammer and other tasks with text documents.",
"version": "1.1.0",
"split_keywords": [
"spellcheck"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f01c4af28d382f0714b4fa53d51c84bddf50a043c8f08a53c354bed359edbcc4",
"md5": "67b8c54968973b12c4de30450a53cee1",
"sha256": "ae3f72a771c36c4ab6d05c48caa87cd552c436bf02105a9ddbabd63b37f501f7"
},
"downloads": -1,
"filename": "textutils3-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "67b8c54968973b12c4de30450a53cee1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 5096,
"upload_time": "2023-01-29T00:08:41",
"upload_time_iso_8601": "2023-01-29T00:08:41.241903Z",
"url": "https://files.pythonhosted.org/packages/f0/1c/4af28d382f0714b4fa53d51c84bddf50a043c8f08a53c354bed359edbcc4/textutils3-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "33d025829961e99571a9bdc10191aff5ff868b62f1e4549192822fae45d30185",
"md5": "3d1c1bb879bce64912b3dfcb578f6ed0",
"sha256": "a1cdae2390bad72cc0d4f66270baa48ce86f48bd015c48b984624c02349df629"
},
"downloads": -1,
"filename": "textutils3-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "3d1c1bb879bce64912b3dfcb578f6ed0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 4044,
"upload_time": "2023-01-29T00:08:42",
"upload_time_iso_8601": "2023-01-29T00:08:42.350867Z",
"url": "https://files.pythonhosted.org/packages/33/d0/25829961e99571a9bdc10191aff5ff868b62f1e4549192822fae45d30185/textutils3-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-29 00:08:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "textutils3"
}