Metadata-Version: 2.1
Name: hunspellcheck
Version: 0.0.5
Summary: Spell checkers builder using hunspell.
Home-page: https://github.com/mondeja/hunspellcheck
Author: Álvaro Mondéjar Rubio
Author-email: mondejar1994@gmail.com
License: BSD-3-Clause
Project-URL: Documentation, https://github.com/mondeja/hunspellcheck#documentation
Project-URL: GitHub Project, https://github.com/mondeja/hunspellcheck
Project-URL: Issue Tracker, https://github.com/mondeja/hunspellcheck/issues
Platform: UNKNOWN
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: jinja2[i18n]
Provides-Extra: dev
Requires-Dist: Sphinx (==3.5.3) ; extra == 'dev'
Requires-Dist: black (==20.8b1) ; extra == 'dev'
Requires-Dist: bump2version (==1.0.1) ; extra == 'dev'
Requires-Dist: flake8 (==3.8.4) ; extra == 'dev'
Requires-Dist: flake8-implicit-str-concat (==0.2.0) ; extra == 'dev'
Requires-Dist: flake8-print (==4.0.0) ; extra == 'dev'
Requires-Dist: isort (==5.7.0) ; extra == 'dev'
Requires-Dist: pre-commit (==2.9.3) ; extra == 'dev'
Requires-Dist: pytest (==6.2.1) ; extra == 'dev'
Requires-Dist: pytest-cov (==2.10.1) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme (==0.5.2) ; extra == 'dev'
Requires-Dist: yamllint (==1.25.0) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx (==3.5.3) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (==0.5.2) ; extra == 'docs'
Provides-Extra: lint
Requires-Dist: black (==20.8b1) ; extra == 'lint'
Requires-Dist: flake8 (==3.8.4) ; extra == 'lint'
Requires-Dist: flake8-implicit-str-concat (==0.2.0) ; extra == 'lint'
Requires-Dist: flake8-print (==4.0.0) ; extra == 'lint'
Requires-Dist: isort (==5.7.0) ; extra == 'lint'
Requires-Dist: yamllint (==1.25.0) ; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest (==6.2.2) ; extra == 'test'
Requires-Dist: pytest-cov (==2.10.1) ; extra == 'test'

# hunspellcheck

[![PyPI][pypi-version-badge-link]][pypi-link]
[![Python versions][pypi-pyversions-badge-link]][pypi-link]
[![License][license-image]][license-link]
[![Tests][tests-image]][tests-link]
[![Coverage status][coverage-image]][coverage-link]

## [Documentation][documentation-link]

### Acknowledgment

- [AFPy](https://github.com/AFPy) because
 [pospell](https://github.com/AFPy/pospell) has been the main inspiration for
 this library.

[pypi-link]: https://pypi.org/project/hunspellcheck
[pypi-version-badge-link]: https://img.shields.io/pypi/v/hunspellcheck
[pypi-pyversions-badge-link]: https://img.shields.io/pypi/pyversions/hunspellcheck
[license-image]: https://img.shields.io/pypi/l/hunspellcheck?color=light-green
[license-link]: https://github.com/mondeja/hunspellcheck/blob/master/LICENSE
[tests-image]: https://img.shields.io/github/workflow/status/mondeja/hunspellcheck/CI
[tests-link]: https://github.com/mondeja/hunspellcheck/actions?query=workflow%3ACI
[coverage-image]: https://img.shields.io/coveralls/github/mondeja/hunspellcheck?logo=coveralls
[coverage-link]: https://coveralls.io/github/mondeja/hunspellcheck
[documentation-link]: https://hunspellcheck.readthedocs.io


