Metadata-Version: 2.1
Name: mc-plugin-helper
Version: 0.1.0b0
Summary: Minecraft plugin helper, updates and checks versions of all plugins on a server!
Home-page: https://github.com/PerchunPak/mc-plugin-helper
License: MIT
Author: PerchunPak
Author-email: perchunpak@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Home Automation
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
Classifier: Topic :: Software Development :: Version Control
Provides-Extra: docs
Requires-Dist: click (==8.0.4)
Requires-Dist: furo; extra == "docs"
Requires-Dist: m2r2 (>=0.3,<0.4); extra == "docs"
Requires-Dist: pyyaml (==6.0)
Requires-Dist: sphinx (>=4.5,<5.0); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.17,<2.0); extra == "docs"
Requires-Dist: sphinxcontrib-apidoc (>=0.3,<0.4); extra == "docs"
Requires-Dist: toml (>=0.10,<0.11); extra == "docs"
Requires-Dist: tomlkit (>=0.10,<0.11); extra == "docs"
Project-URL: Repository, https://github.com/PerchunPak/mc-plugin-helper
Description-Content-Type: text/markdown

# mc-plugin-helper

[![Build Status](https://github.com/PerchunPak/mc-plugin-helper/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/PerchunPak/mc-plugin-helper/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/PerchunPak/mc-plugin-helper/branch/master/graph/badge.svg)](https://codecov.io/gh/PerchunPak/mc-plugin-helper)
[![Documentation Build Status](https://readthedocs.org/projects/mc-plugin-helper/badge/?version=latest)](https://mc-plugin-helper.readthedocs.io/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Python Version](https://img.shields.io/pypi/pyversions/mc-plugin-helper.svg)](https://pypi.org/project/mc-plugin-helper/)

Minecraft plugin helper, updates and checks versions of all plugins on a server!

# Project in developing! Please do not use it!

At now implemented only output of plugins names.

## Features

- Nice and powerful [documentation](https://mc-plugin-helper.readthedocs.io/en/latest/)!
- Easy management plugins in simple commands!
- Easy readable and supportable code!
- Support for Spigot.org plugins!


## Installation

```bash
pip install mc-plugin-helper
```


## Example

Check updates for all plugins:

```bash
> mc-plugin-helper check all .

Plugin: AuthMe
Plugin: ClearLag
Plugin: CMI
Plugin: CMILib
Plugin: CoreProtect
Plugin: FastAsyncWorldEdit
Plugin: Geyser-Spigot
Plugin: LuckPerms
```

## Thanks

## Credits

This project was generated with [`autodonate-plugin-template`](https://github.com/fire-squad/autodonate-plugin-template). 
Current template version is: [cc64ede4f27ca8e272bff0a42d3950d26bcacb9a](https://github.com/fire-squad/autodonate-plugin-template/tree/cc64ede4f27ca8e272bff0a42d3950d26bcacb9a). 
See what is [updated](https://github.com/fire-squad/autodonate-plugin-template/compare/cc64ede4f27ca8e272bff0a42d3950d26bcacb9a...master) 
since then.

