Metadata-Version: 2.1
Name: server-admintools
Version: 0.1.1
Summary: An XDCC File Downloader based on the irclib framework
Home-page: https://gitlab.namibsun.net/namibsun/python/server-admintools
Author: Hermann Krumrey
Author-email: hermann@krumreyh.com
License: GNU GPL3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown

# server-admintoolstools

|master|develop|
|:---:|:---:|
|[![build status](https://gitlab.namibsun.net/namibsun/python/server-admintools/badges/master/build.svg)](https://gitlab.namibsun.net/namibsun/python/server-admintools/commits/master)|[![build status](https://gitlab.namibsun.net/namibsun/python/server-admintools/badges/develop/build.svg)](https://gitlab.namibsun.net/namibsun/python/server-admintools/commits/develop)|

![Logo](resources/logo/logo-readme.png)

A collection of installable scripts (mostly) for server management.

## Installation

### Via Pip (Preferred):

**As User (Preferred)**

    $ pip install server_admintools --user

**Systemwide**

    # pip install server_admintools
    or
    $ sudo pip install server_admintools

### Via setup.py

**As User (Preferred)**

    $ python setup.py install --user

**Systemwide**

    # python setup.py install
    or
    $ sudo python setup.py install

## Further Information

* [Changelog](CHANGELOG)
* [License (GPLv3)](LICENSE)
* [Gitlab](https://gitlab.namibsun.net/namibsun/python/server-admintools)
* [Github](https://github.com/namboy94/server-admintools)
* [Progstats](https://progstats.namibsun.net/projects/server-admintools)
* [PyPi](https://pypi.org/project/server-admintools)

