Metadata-Version: 2.1
Name: spud-mc
Version: 0.1.2
Summary: A Minecraft Spigot plugin manager that adheres the Unix philosophy and Python best practices
Home-page: https://github.com/exciteabletom/spud
Author: Tommy Dougiamas
Author-email: tom@digitalnook.net
License: UNKNOWN
Description: # spud
        A cross-platform, [Spigot](https://www.spigotmc.org/) plugin manager that adheres to
        [Unix philosophy](https://en.wikipedia.org/wiki/Unix_philosophy) and conventions.
        
        
        Work in progress, currently only the install action is implemented.
        
        
        ## Installation
        Install with `pip install spud-mc`
        
        Run `spud -h` to see all the options.
        
        Inspired by [pluGET](https://github.com/Neocky/pluGET)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
