Metadata-Version: 2.1
Name: questgame
Version: 0.2.0
Summary: Quest provides a simpler interface to python's Arcade library.
Home-page: https://github.com/cproctor/quest
License: MIT
Author: Chris Proctor
Author-email: github.com@accounts.chrisproctor.net
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: arcade (==2.6.9)
Requires-Dist: easing-functions (>=1.0.4,<2.0.0)
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Requires-Dist: xvfbwrapper (>=0.2.9,<0.3.0)
Project-URL: Repository, https://github.com/cproctor/quest
