Metadata-Version: 2.1
Name: textutils3
Version: 0.8.0
Summary: Recursively check spelling and grammer and other tasks with text documents.
Home-page: https://github.com/scivision/textutils3
Author: Michael Hirsch, Ph.D.
License: UNKNOWN
Description: [![Build Status](https://travis-ci.com/scivision/textutils.svg?branch=master)](https://travis-ci.com/scivision/textutils)
        [![PyPi version](https://img.shields.io/pypi/pyversions/textutils3.svg)](https://pypi.python.org/pypi/textutils3)
        [![PyPi Download stats](http://pepy.tech/badge/textutils3)](http://pepy.tech/project/textutils3)
        
        
        # Recursive Spellcheck
        Recursively spellcheck files using aspell or other backend.
        Optional grammar highlighting via `diction` is also provided.
        
        
        ## Install 
        
        1. install aspell (optionally, install `diction` the same way)
           * Mac: `brew install aspell`
           * Linux: `apt install aspell`
           * [Windows](http://aspell.net/win32/)
        2. Install Python script
           ```sh
           pip install textutils3
           ```
        3. usage: from Terminal:
           ```sh
           spellcheck
           ```
           
        for help:
        ```sh
        spellcheck -h
        ```
        
Keywords: spellcheck
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
Provides-Extra: cov
Provides-Extra: tests
