Metadata-Version: 2.1
Name: pgn-speaker
Version: 1.0.0
Summary: Reads moves one at a time from a PGN file for practicing chess visualzation skills.
License: MIT
Author: David Lechner
Author-email: david@lechnology.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: chess (>=1.9.4,<2.0.0)
Requires-Dist: pyobjc-framework-avfoundation (>=9.0.1,<10.0.0) ; sys_platform == "darwin"
Requires-Dist: windows-curses (>=2.3.1,<3.0.0) ; sys_platform == "win32"
Requires-Dist: winsdk (>=1.0.0b7,<2.0.0) ; sys_platform == "win32"
