Metadata-Version: 2.1
Name: mytypo
Version: 0.1.0
Summary: Checks typos in one lines comments
Home-page: https://github.com/worthrd/mytypo
Author: Recep Daban
Author-email: recep.daban@gmail.com
License: UNKNOWN
Description: # mytypo
        
        This is a project that finds miss spelled words in comments in a python file. It can be used single *.py file or director like:
        
        ```mytypo foo.py```
        
        or
        
        ```mytypo foo/bar/baz```
        
Keywords: textblob,nlp,linguistics,nltk,pattern
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
