Metadata-Version: 2.1
Name: pyksolve
Version: 0.0.13
Summary: Cython wrapper for Klondike-Solver.
Home-page: https://github.com/tcdude/py-klondike-solver
Author: Tiziano Bettio
Author-email: tc@tizilogic.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![Documentation Status](https://readthedocs.org/projects/pyksolve/badge/?version=latest)](https://pyksolve.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/tcdude/py-klondike-solver.svg?branch=master)](https://travis-ci.org/tcdude/py-klondike-solver)

# Cython wrapper for [ShootMe/Klondike-Solver][ks]

Thin Python package to wrap the functionality of the [Klondike-Solver][ks] for
use in Python using Cython.

To get started, have a look at the [documentation][docs].


[ks]: https://github.com/ShootMe/Klondike-Solver
[docs]: https://pyksolve.readthedocs.io


