Metadata-Version: 2.1
Name: minecraft-mod-manager
Version: 0.0.2
Summary: Download and update Minecraft mods from CurseForge and possibly other places in the future.
Home-page: https://github.com/Senth/minecraft-mod-manager
Author: Matteus Magnusson
Author-email: senth.wallace@gmail.com
License: MIT
Description: # minecraft-mod-manager
        
        [![Latest PyPI version](https://img.shields.io/pypi/v/minecraft-mod-manager.svg)](https://pypi.python.org/pypi/minecraft-mod-manager)
        
        Install and update mods from CurseForge (and possibly other places in the future) through a simple command.
        
        Currently works best with fabric mods.
        
        ## Features
        
        - Searches on CurseForge for installed mods to see if there are any updates.
        - Filter updates
          - Stable (default), beta `--beta`, or alpha `--alpha` releases.
          - Minecraft version `-v 1.16.4`
        
        ## Usage
        
        TODO
        
        ## Installation
        
        TODO
        
        ### Requirements
        
        TODO
        
        ## Authors
        
        - Matteus Magnusson, senth.wallace@gmail.com
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
