Metadata-Version: 2.1
Name: libmineshaft
Version: 0.1.4
Summary: Helper library for Mineshaft and mod creation for it in near future
Home-page: https://github.com/Mineshaft-game/libmineshaft
Author: Double Fractal Game Studios
Author-email: mayu2kura1@gmail.com
License: LGPL-2.1
Description: [![Documentation Status](https://readthedocs.org/projects/libmineshaft/badge/?version=latest)](https://libmineshaft.readthedocs.io/en/latest/?badge=latest) [![Join the chat at https://gitter.im/Mineshaft-game/libmineshaft](https://badges.gitter.im/Mineshaft-game/libmineshaft.svg)](https://gitter.im/Mineshaft-game/libmineshaft?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
        ![PyPI - Downloads](https://img.shields.io/pypi/dm/libmineshaft?color=yellow&label=PyPI%20downloads&logo=python&logoColor=white)
        
        # libmineshaft
        [![libmineshaft](https://raw.githubusercontent.com/Mineshaft-game/libmineshaft/main/logo.png)](#)
        This library is created to replace the resources folder and half-working mod components in the original Mineshaft.
        It may be a little bit broken if not used in the right placement with the path and stuff, but this will be optimized in the near future using mod support and path finders.
        
        ## Documentation
        at the current moment, there is no documentation
        
        ## Installation
        Run the command below to install the lastest version:
        
        
        ```
        pip3 install --user libmineshaft # install
        pip3 install --user --upgrade libmineshaft # update to lastest version
        pip3 uninstall libmineshaft # uninstall
        ```
        
        ## Building from source 
        If you are developing libmineshaft, then you may will want to built libmineshaft from source.Run the commands below to create wheels and source distributions for libmineshaft.
        
        ```
        python3 setup.py sdist
        pip3 install wheel
        python3 setup.py bdist_wheel
        ```
        
        Builds will be under the dist/ directory
        
Keywords: Minecraft,Mineshaft,Pygame,Minecraft clone,2D,Minecraft 2D,Mineshaft 2D,Minecraft remake,libmineshaft,Minecraft mod,mod
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
