usse/scrape/venv/lib/python3.10/site-packages/spellchecker/info.py
2023-12-22 15:26:01 +01:00

12 lines
293 B
Python

""" SpellChecker Information """
__author__ = "Tyler Barrus"
__maintainer__ = "Tyler Barrus"
__email__ = "barrust@gmail.com"
__license__ = "MIT"
__version__ = "0.7.2"
__credits__ = ["Peter Norvig"]
__url__ = "https://github.com/barrust/pyspellchecker"
__bugtrack_url__ = f"{__url__}/issues"