Metadata-Version: 2.4
Name: mcio_ctrl
Version: 0.7.0
Summary: Python interface to connect to the MCio Minecraft mod
Project-URL: Source, https://github.com/twoturtles/mcio_ctrl
Project-URL: Issues, https://github.com/twoturtles/mcio_ctrl/issues
Project-URL: Changelog, https://github.com/twoturtles/mcio_ctrl/blob/main/CHANGELOG.md
Author: TwoTurtles
License-Expression: MIT
License-File: LICENSE
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: dacite>=1.8.1
Requires-Dist: glfw>=2.7.0
Requires-Dist: gymnasium>=1.0.0
Requires-Dist: minecraft-launcher-lib>=7.1
Requires-Dist: nbt>=1.5.1
Requires-Dist: pillow>=11.0.0
Requires-Dist: pyopengl>=3.1.7
Requires-Dist: pyzmq>=26.2.0
Requires-Dist: requests>=2.32.3
Requires-Dist: ruamel-yaml>=0.18.6
Requires-Dist: tqdm>=4.67.1
Description-Content-Type: text/markdown

# mcio_ctrl
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 an overview and documentation, see our [Wiki](https://github.com/twoturtles/mcio_ctrl/wiki).
    - For status see, [Issue 1](https://github.com/twoturtles/mcio_ctrl/issues/1)
- MCio Mod: [Repo](https://github.com/twoturtles/MCio) and [Modrinth](https://modrinth.com/mod/mcio)
- mcio_ctrl: Python interface [Repo](https://github.com/twoturtles/mcio_ctrl) and [Package](https://pypi.org/project/mcio_ctrl/)
