Metadata-Version: 1.1
Name: SpellCheckBear
Version: 0.10.0
Summary: 'SpellCheckBear' bear for coala (http://coala.rtfd.org/)
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: AGPL-3.0
Description: 
            Lints files to check for incorrect spellings using ``scspell``.
        
            scspell is a spell checker for source code.
            When applied to a code written in most popular programming languages
            while using most typical naming conventions, this algorithm will
            usually catch many errors without an annoying false positive rate.
        
            In an effort to catch more spelling errors, scspell is able to
            check each file against a set of dictionary words selected
            specifically for that file.
        
            See <https://pypi.python.org/pypi/scspell3k> for more information.
            
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Text Processing :: Linguistic
