Metadata-Version: 2.1
Name: MCPacker
Version: 1.0.2
Summary: A tool to easily pack Minecraft addons.
Project-URL: Homepage, https://github.com/DidierMalenfant/MCPacker
Author-email: Didier Malenfant <coding@malenfant.net>
License-Expression: MIT
License-File: LICENSE.TXT
Keywords: addon,minecraft
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: semver
Description-Content-Type: text/markdown

# MCPacker

[![MIT License](https://img.shields.io/github/license/DidierMalenfant/MCPacker)](https://spdx.org/licenses/MIT.html) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/MCPacker.svg)](https://python.org) [![PyPI - Version](https://img.shields.io/pypi/v/MCPacker.svg)](https://pypi.org/project/MCPacker)

A tool to easily pack Minecraft addons.

### Usage

Just `cd` into the addon's folder, containing behavior and/or resource, and run:

```console
mcpack ~/Desktop
```

Version numbers for eack component of the addon are incremented, then the resulting addon, named after the parent's folder, is placed in the destination folder.

### License

**MCPacker** is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
