Metadata-Version: 1.1
Name: hemoglobin
Version: 0.0.11
Summary: A CLI wrapper for the grammarbot library
Home-page: https://github.com/yamatt/python3-hemoglobin
Author: Matt Copperwaite
Author-email: matt@copperwaite.net
License: gplv3
Description: # Hemoglobin
        
        Hemoglobin is a CLI wrapper for GrammarBot so that it can be used to check your content for errors.
        
        ## Installation
        
        ```bash
        python3 -m pip install hemoglobin
        ```
        
        ## Usage
        
        ```bash
        python3 -m hemoglobin exampleApiKey ./content
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Other Audience
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
