Metadata-Version: 2.4
Name: miney
Version: 0.7.0
Summary: The python interface to Luanti
Author-email: Robert Lieback <robertlieback@zetabyte.de>
Project-URL: Homepage, https://github.com/miney-py/miney
Project-URL: Documentation, https://miney.readthedocs.io
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<p align="center">
<img src="https://github.com/miney-py/miney/raw/master/docs/miney-logo.png">
</p>

# Miney - The python interface to Luanti

Miney is the Python API to Luanti/Minetest.

Miney connects locally, over network or internet with the Luanti protocol and provides a pythonic interface to the server, players, blocks and more.

* `PyPI <https://pypi.org/project/miney/>`_

* `Luanti ContentDB <https://content.luanti.org/packages/Miney/miney/>`_

## Documentation

https://miney.readthedocs.io/en/latest/

## Status

https://miney.readthedocs.io/en/latest/changelog.html

**With version 0.5 we removed mineysocket and talking now directly to the server over the Luanti protocol.**

Miney is still in beta, so expect breaking changes.

## Requirement

* Python 3.10+ (tested on 3.13)
* Installed "miney" mod in the server.

# Development

Clone the repo:
```
git clone https://github.com/miney-py/miney.git
```

# TODO

A list of things i'm planning to do lives in [TODO.md](TODO.md). There will be no fixed timeline.

Feel free to contribute!
