Metadata-Version: 2.1
Name: editpi
Version: 1.1
Summary: A level file editor for Minecraft: Pi Edition
Home-page: https://github.com/mcpiscript
Author: mcpiscript
Author-email: mcpiscript@gmail.com
Maintainer: Alexey Pavlov
Maintainer-email: pezleha@duck.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Description-Content-Type: text/markdown
Requires-Dist: pynbt
Provides-Extra: pyqt5
Requires-Dist: pyqt5 ; extra == 'pyqt5'

# EditPi

This is the new location for Planet's built-in MCPIEdit's source code. 

## Installation
#### Prequesites
- PyQt5, see further.
- Python 3
#### Actual installation
- Use `pip3 install editpi[pyqt5]`, as it installs PyQt5 through pip.
- On non-`amd64` Linux devices you will need to install the PyQt5 library through your package manager. This is because there is no compiled distribution for your architectures in the PyPI.



