{ "info": { "author": "nguyencuong382", "author_email": "nguyenmanhcuong382@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "# Vell\n\nA tool for spell checking multiple files in a folder. Sometimes when you write a document for your project but you get misspelled words you don't know\n\n## Getting Started\n\n### Installing\n\n```\npip install --upgrade vell\n```\n\n### Check spell\n\n1. Create `vell.ini` config file based on [vell.sample.ini](https://github.com/nguyencuong382/vell/vell.sample.ini)\n2. Run the bello command to check spell:\n\n```\nvell\n```\n\nCheck spell on specific folder\n\n```\nvell ./test\n```\n\n### Custom `vell.ini` config file\n\nSome misspelled words like 'my_var' are your definition and they appear many time, you can ignore them by theirs frequency of appearance\nIn this case. I tell to vell if a word appear more than 5 times, they will be ignored\n\n```\n[spell]\nlevel_ignore = 5\n...\n```\n\nVell checks multiple files with specific extensions. To add more type of files:\n\n```\n[spell]\n...\nextensions =\n\t.html,\n .rst,\n\tREADME.md,\n...\n```\n\nSome misspelled words like _html, env_ are keywords, you can ignore them when checking\n\n```\n[spell]\n...\nignore_words =\n ; code\n html\n\n ; environment\n env\n...\n```\n\nTo exclude paths you don't want vell to check spell:\n\n```\n...\n[path]\nexclude =\n\t.env,\n\t.vscode,\n __pycache__,\n...\n```\n\n\n", "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/nguyencuong382/vell", "keywords": "check,spell", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "vell", "package_url": "https://pypi.org/project/vell/", "platform": "", "project_url": "https://pypi.org/project/vell/", "project_urls": { "Homepage": "https://github.com/nguyencuong382/vell" }, "release_url": "https://pypi.org/project/vell/1.0.5/", "requires_dist": [ "pyspellchecker (==0.4.0)", "beautifulsoup4 (==4.7.1)" ], "requires_python": "", "summary": "Check spell for mutiple files in a project", "version": "1.0.5" }, "last_serial": 5455455, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "82c897983b916d19322c999ea2ee8002", "sha256": "e2fc946d1fce58c352c2b7bf1333dcfe5ef8ae8688afa7b2b59de2ebae98fb9a" }, "downloads": -1, "filename": "vell-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "82c897983b916d19322c999ea2ee8002", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5651, "upload_time": "2019-06-27T06:50:40", "url": "https://files.pythonhosted.org/packages/9d/8b/53d618fb68d0a7ed9396a5fd13bca95e85521a750e6cdf0ef04e13732fe5/vell-1.0.2-py3-none-any.whl" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "c448be724f17682595520158fb63c4e0", "sha256": "1e6622349de3271fe8decbfebc9d139f33aad0fd7599772376169d491e9b4ddd" }, "downloads": -1, "filename": "vell-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "c448be724f17682595520158fb63c4e0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5669, "upload_time": "2019-06-27T06:58:28", "url": "https://files.pythonhosted.org/packages/c2/f5/b8c51c9c3c15a1066b9d498c5b39310fc0aa2c2bbc92d5903fc7fe91f6a3/vell-1.0.3-py3-none-any.whl" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "815f3f5b538653b535b2656ec48aa463", "sha256": "5efa969bcbe95e3a19d91032fa63b5471f2bff26f3cab1d437b90ea059fd30c6" }, "downloads": -1, "filename": "vell-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "815f3f5b538653b535b2656ec48aa463", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5651, "upload_time": "2019-06-27T07:03:24", "url": "https://files.pythonhosted.org/packages/b6/b3/f7ce511f7a231b37367914546856a3cc5877c72096ea518f00ec3dbe3c6e/vell-1.0.4-py3-none-any.whl" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "8b97bd82cca3f685dcd176248c3a4628", "sha256": "539115afa0c747ba9fb6c1b7c48c9be3530986c09f65aa8d4e16909ea417f2a0" }, "downloads": -1, "filename": "vell-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "8b97bd82cca3f685dcd176248c3a4628", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5657, "upload_time": "2019-06-27T07:13:09", "url": "https://files.pythonhosted.org/packages/72/b1/05fa41b054fc0a83272a587b6501e539eaa1a667240f5b24f01656e7d39a/vell-1.0.5-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b97bd82cca3f685dcd176248c3a4628", "sha256": "539115afa0c747ba9fb6c1b7c48c9be3530986c09f65aa8d4e16909ea417f2a0" }, "downloads": -1, "filename": "vell-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "8b97bd82cca3f685dcd176248c3a4628", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5657, "upload_time": "2019-06-27T07:13:09", "url": "https://files.pythonhosted.org/packages/72/b1/05fa41b054fc0a83272a587b6501e539eaa1a667240f5b24f01656e7d39a/vell-1.0.5-py3-none-any.whl" } ] }