Metadata-Version: 2.4
Name: poke-player
Version: 0.1.0
Summary: AI-powered Pokemon gameplay agent with headless emulation, REST API, and live dashboard.
Author-email: KevRojo <meikerrd@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/KevRojo/poke-player
Project-URL: Repository, https://github.com/KevRojo/poke-player
Project-URL: Issues, https://github.com/KevRojo/poke-player/issues
Keywords: pokemon,ai,agent,emulator,gameboy,gba,llm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: fastapi>=0.104.0
Requires-Dist: uvicorn[standard]>=0.24.0
Requires-Dist: Pillow>=10.0.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: pyboy
Requires-Dist: pyboy>=2.0.0; extra == "pyboy"
Provides-Extra: pygba
Requires-Dist: pygba>=0.1.0; extra == "pygba"
Provides-Extra: dashboard
Requires-Dist: aiofiles>=23.0.0; extra == "dashboard"
Provides-Extra: all
Requires-Dist: poke-player[dashboard,pyboy]; extra == "all"
Dynamic: license-file
