Metadata-Version: 1.1
Name: s_sudoku
Version: 0.0.1
Summary: Sudoku solver
Home-page: UNKNOWN
Author: Kushagar Goel
Author-email: kushagargoel28@gmail.com
License: MIT
Description: This a very simple sudoku solver.
        
        You can call function
        print_board(board) to print the board
        board = solver(board) to get the solved board
        
        
        CHANGE LOG
        ===========
        
        0.0.1 (15-06-2020)
        ------------------
        - First Release
Keywords: sudoku
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
