Metadata-Version: 1.2
Name: libmineshaft
Version: 0.1.6rc3
Summary: Helper library for Mineshaft and mod creation for it
Home-page: http://mineshaft.ml
Author: Double Fractal Game Studios
Author-email: mayu2kura1@gmail.com
Maintainer: Alexey Pavlov
Maintainer-email: pezleha@gmail.om
License: UNKNOWN
Download-URL: http://github.com/Mineshaft-game/libmineshaft
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 in the original Mineshaft.
        
        
        ## 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
        ```
        If you are on Windows, you will want to install the `windows-curses` module through pip. 
        
        ## 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: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS 9
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Other
Classifier: Programming Language :: Other Scripting Engines
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Simulation
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Libraries :: pygame
Classifier: Topic :: System :: Shells
Classifier: Topic :: System :: Software Distribution
