Metadata-Version: 2.0
Name: KataBankOCR
Version: 0.7.1
Summary: Programming kata to parse output from fictitious OCR machine
Home-page: https://github.com/gJigsaw/KataBankOCR
Author: Jason Green
Author-email: KataBankOCR@JasonGreen.Name
License: GNU General Public License
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: docopt (>=0.6.1)
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'

KataBankOCR
===========
My first code kata. Written to teach myself TDD and pytest.
You can find the kata specifications in kata.txt and the latest version at http://codingdojo.org/cgi-bin/wiki.pl?KataBankOCR



