Metadata-Version: 1.1
Name: nonogram-solver
Version: 0.1
Summary: A nonogram puzzle solver.
Home-page: https://github.com/mprat/nonogram-solver
Author: Michele Pratusevich
Author-email: mprat@alum.mit.edu
License: MIT
Description: Nonogram Solver
        ===============
        
        |  |ci-status|
        
        This project provides a general nonogram solver. It can determine if a puzzle is not solveable by a human, and if it is solveable, can provide the solution.
        
        This solver can be used to create nonogram puzzles given a successful final solution. If the given solution is not solvable, the solver will suggest "hint" squares to be filled in when the nonogram is given to a human solver.
        
        .. |ci-status| image:: https://travis-ci.org/mprat/nonogram-solver.svg?branch=master
            :target: https://travis-ci.org/mprat/nonogram-solver
            :alt: Build status
Keywords: puzzles nonogram solver puzzle
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
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
