Metadata-Version: 2.4
Name: mc-mod-utils
Version: 0.1.0
Summary: CLI tools for working with Minecraft mods and modpacks.
Author-email: Expertcoderz <expertcoderzx@gmail.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/Expertcoderz/mc-mod-utils
Project-URL: Repository, https://github.com/Expertcoderz/mc-mod-utils.git
Project-URL: Issues, https://github.com/Expertcoderz/mc-mod-utils/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.14
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: click>=8.3.2
Requires-Dist: typeguard>=4.5.1
Requires-Dist: typing_extensions>=4.15.0
Dynamic: license-file

============
mc-mod-utils
============

mc-mod-utils is a set of command-line utilities to help users
and administrators work with Minecraft mods and modpacks.
The main objective of these tools is to automate common
tasks such as installing modpacks, and to do so in a platform-
independent way.

Currently, only support for Fabric mods and the Modrinth
modpack format has been implemented.

License
=======

mc-mod-utils is licensed under the AGPL.
See the ``LICENSE`` file for more information.
