Metadata-Version: 2.1
Name: kodespel
Version: 0.1
Summary: spellchecker for source code
Home-page: https://hg.gerg.ca/kodespel
Author: Greg Ward
Author-email: greg@gerg.ca
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# kodespel

kodespel is a Python script for spell-checking source code;
its back-end is kodespel.py, a module that does all the work.
The main trick is that it knows how to split common programming
identifiers like 'getAllStuff' or 'DoThingsNow' or 'num_objects'
or 'HTTPResponse' into words, and then feed those to ispell.


