Metadata-Version: 1.0
Name: textstat-cli
Version: 0.0.2
Summary: A CLI wrapper for the textstat library
Home-page: https://github.com/yamatt/python3-textstat-cli
Author: Matt Copperwaite
Author-email: matt@copperwaite.net
License: UNKNOWN
Description: 
        # Textstat CLI
        
        A wrapper for textstat so that it can be better integrated it in to your automated publishing pipelines. This isn't to have you make decisions about your text, but to arm you better about your text.
        
        ## Requirements
        
        * Python 3.3 minimum
        
        ## Installation
        
        ```bash
        python3 -m pip install textstat_cli
        ```
        
        ## Usage
        
        ```bash
        python3 -m textstat_cli ./content
        ```
        
        ## License
        
        GPLv3
        
Platform: UNKNOWN
