Metadata-Version: 2.1
Name: hunspellcheck
Version: 0.1.0
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: 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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: jinja2[i18n]
Provides-Extra: dev
Requires-Dist: Sphinx (==4.5.0) ; extra == 'dev'
Requires-Dist: pytest-cov (==4.0.0) ; extra == 'dev'
Requires-Dist: pytest (==7.2.0) ; extra == 'dev'
Requires-Dist: sphinx-github-changelog (==1.2.0) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme (==0.5.2) ; extra == 'dev'
Requires-Dist: yamllint (==1.26.1) ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: Sphinx (==4.5.0) ; extra == 'doc'
Requires-Dist: sphinx-github-changelog (==1.2.0) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme (==0.5.2) ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest (==7.2.0) ; extra == 'test'
Requires-Dist: pytest-cov (==4.0.0) ; 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]
[![Documentation][documentation-image]][documentation-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?logo=pypi&logoColor=white
[pypi-pyversions-badge-link]: https://img.shields.io/pypi/pyversions/hunspellcheck?logo=python&logoColor=white
[license-image]: https://img.shields.io/pypi/l/hunspellcheck?color=light-green&logo=freebsd&logoColor=whiite
[license-link]: https://github.com/mondeja/hunspellcheck/blob/master/LICENSE

[tests-image]: https://img.shields.io/github/actions/workflow/status/mondeja/hunspellcheck/ci.yml?branch=master&logo=github&label=tests
[tests-link]: https://github.com/mondeja/hunspellcheck/actions?query=workflow%3ACI
[documentation-image]: https://img.shields.io/readthedocs/hunspellcheck?logo=read-the-docs&logoColor=white
[documentation-link]: https://hunspellcheck.readthedocs.io
[coverage-image]: https://img.shields.io/coveralls/github/mondeja/hunspellcheck?logo=coveralls
[coverage-link]: https://coveralls.io/github/mondeja/hunspellcheck


