Metadata-Version: 2.1
Name: gridthings
Version: 0.1.1
Summary: Python library for working with Grid-like structures (e.g. tic-tac-toe)
Home-page: https://github.com/kafonek/gridthings
License: BSD-3-Clause
Author: Matt Kafonek
Author-email: matt.kafonek@noteable.io
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: examples
Requires-Dist: importlib-metadata (>=4.8.2,<5.0.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0); extra == "examples"
Requires-Dist: pandas (>=1.3.4,<2.0.0); extra == "examples"
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Project-URL: Repository, https://github.com/kafonek/gridthings
