Metadata-Version: 2.1
Name: amulet-editor
Version: 1.0.0a13
Summary: A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
Home-page: https://www.amuletmc.com
Author: James Clare, Ben Gothard et al.
Author-email: amuleteditor@gmail.com
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: PySide6-Essentials ~=6.5
Requires-Dist: numpy ~=1.17
Requires-Dist: pyopengl ~=3.0
Requires-Dist: packaging
Requires-Dist: amulet-core ==1.9.18
Requires-Dist: amulet-nbt ==2.1.1
Requires-Dist: PyMCTranslate ==1.2.16
Requires-Dist: minecraft-resource-pack ==1.3.6
Requires-Dist: amulet-runtime-final ~=1.1
Requires-Dist: Pillow
Provides-Extra: dev
Requires-Dist: black >=22.3 ; extra == 'dev'
Requires-Dist: pre-commit >=1.11.1 ; extra == 'dev'
Requires-Dist: pylint >=2.12.2 ; extra == 'dev'
Requires-Dist: autoflake ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx >=1.7.4 ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints >=1.3.0 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme >=0.3.1 ; extra == 'docs'

# Amulet-Editor

A Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.

## Running compiled builds

Download the installer for your operating system from the list of [compiled builds](https://github.com/Amulet-Team/Amulet-Editor/releases).

Double click on the installer when downloaded and follow the installation steps. It can then be run and uninstalled like a normal program.

## Running from Source

**If you are running a compiled build you do NOT need to do this.**

1) Install [Python 3.9+](https://www.python.org/)
2) We recommend setting up a [python virtual environment](https://docs.python.org/3/tutorial/venv.html) so you don't run into issues with dependency conflicts.
3) Clone or download the repository source code.
4) In the source code directory run `python -m pip install .` to install the library and all its dependencies. Linux and MacOS users will need to use `python3`
5) run `amulet_editor` to run the program
