Metadata-Version: 2.1
Name: pyksolve
Version: 0.0.1
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

# 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


