Metadata-Version: 2.1
Name: packmaker
Version: 0.9.0
Summary: minecraft modpack maker
Home-page: https://packmaker.readthedocs.io
Author: Mark Crewson
Author-email: mark@crewson.net
License: UNKNOWN
Description: # PACKMAKER
        
        Packmaker is a command line tool used to build Modded Minecraft modpacks on
        Linux systems. It can take a yaml-based description of a pack and generate
        a package suitable for use in the following formats:
        
        * **Curseforge** - A curseforge package suitable for uploading directly to the
          curseforge.com webiste, or importing into a curseforge compatible minecraft
          launcher like MultiMC or the Twitch Client.
        
        * **Routhio** - A package format used by the minecraft.routh.io community and the
          routh.io minecraft launcher.
        
        * **Local client** - A local minecraft client installation, suitable for standalone
          games.  Packmaker can even launch your modded minecraft installation in
          offline mode itself. Great for testing your modpack during development.
        
        * **Server** - A minecraft server installation, suitable for use by clients to
          connect with and play together.
        
        For more information, see the official documentation site:
        
           https://packmaker.readthedocs.io
        
Keywords: minecraft modded modpack
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.6
Description-Content-Type: text/markdown
