Metadata-Version: 2.3
Name: mcio_remote
Version: 0.1.1.post0
Summary: Python interface to connect to the MCio Minecraft mod
Project-URL: Source, https://github.com/twoturtles/mcio_remote
Project-URL: Issues, https://github.com/twoturtles/mcio_remote/issues
Project-URL: Changelog, https://github.com/twoturtles/mcio_remote/blob/main/CHANGELOG.md
Author: TwoTurtles
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: cbor2>=5.6.5
Requires-Dist: glfw>=2.7.0
Requires-Dist: gymnasium>=1.0.0
Requires-Dist: pillow>=11.0.0
Requires-Dist: pyopengl>=3.1.7
Requires-Dist: pyzmq>=26.2.0
Description-Content-Type: text/markdown

# mcio_remote
A Python interface, including a [Gymnasium](https://gymnasium.farama.org/) environment, for connecting to [MCio](https://github.com/twoturtles/MCio), a Minecraft mod enabling AI agent development.

## Quick Links ##

- **Documentation**: For any overview and documentation, see our [Wiki](https://github.com/twoturtles/mcio_remote/wiki).
- MCio Mod: [Repo](https://github.com/twoturtles/MCio) and [Modrinth](https://modrinth.com/mod/mcio)
- mcio_remote: Python interface [Repo](https://github.com/twoturtles/mcio_remote) and [Package](https://pypi.org/project/mcio_remote/)
