Metadata-Version: 2.1
Name: miney
Version: 0.2.1
Summary: The python interface to minetest
Home-page: https://github.com/miney-py/miney
Author: Robert Lieback
Author-email: robertlieback@zetabyte.de
License: UNKNOWN
Project-URL: Documentation, https://miney.readthedocs.io
Description: <p align="center">
        <img src="https://github.com/miney-py/miney/raw/master/docs/miney-logo.png">
        </p>
        
        # Miney - The python interface to minetest
        
        Miney is an Python API to Minetest.
        
        Miney connects locally, over network or internet to the [mineysocket](https://github.com/miney-py/mineysocket) mod of minetest.
        
        ## Documentation
        
        https://miney.readthedocs.io/en/latest/
        
        ## Status
        
        Beta, the current todo list is in the [wiki](https://github.com/miney-py/miney/wiki).
        
        ## Requirement
        
        * Python 3.6+ (tested on 3.8)
        * A minetest-server with [mineysocket](https://github.com/miney-py/mineysocket) mod
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.6
Description-Content-Type: text/markdown
