Metadata-Version: 1.1
Name: sudokutools
Version: 0.2.0
Summary: Yet another python sudoku library.
Home-page: https://github.com/messersm/sudokutools
Author: Maik Messerschmidt
Author-email: maik.messerschmidt@gmx.net
License: MIT
Download-URL: https://github.com/messersm/sudokutools/tarball/0.2.0
Description: Yet another python sudoku library.
        
        sudokutools is a collection of functions and classes, which enable you
        to read, create, analyze, solve and print sudokus.
        
        Package modules:
         * sudokutools.generate: Create new sudokus.
         * sudokutools.solve: Low-level solving and checking of sudokus.
         * sudokutools.sudoku: Parse, print and compare sudokus.
        
Keywords: sudokutools
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
