Metadata-Version: 2.1
Name: scsm
Version: 0.1.7
Summary: SteamCMD Server Mangaer
Home-page: https://github.com/bubylou/scsm
Author: Nicholas Malcolm
Author-email: bubylou7@gmail.com
License: GPLv3+
Description: # SteamCMD Server Manager ( SCSM )
        [![PyPi version](https://img.shields.io/pypi/v/scsm.svg)](https://pypi.org/project/scsm/)
        [![Travis build status](https://travis-ci.com/bubylou/scsm.svg?branch=master)](https://travis-ci.com/bubylou/scsm)
        [![Codecov coverage](https://img.shields.io/codecov/c/github/bubylou/scsm.svg)](https://codecov.io/gh/bubylou/scsm)
        [![PyUp status](https://pyup.io/repos/github/bubylou/scsm/shield.svg)](https://pyup.io/repos/github/bubylou/scsm)
        [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
        
        SCSM is a python program used to manage SteamCMD servers. It includes a core library, basic configuration file management, and a command line interface.
        
        ## Features
        
        - Backup / Restore
        - Install / Update / Validate
        - Start / Stop / Restart / Kill
        - Monitor running servers
        - Multiple server support
        
        ## Requirments
        
        - python (3.6+)
        - pip
        - screen
        - steamcmd
        
        If SteamCMD is not available in your repository you can install it through SCSM itself by using the `scsm install steamcmd` command.
        
        ## Install
        
        Install using pip.
        ```
        pip install scsm
        ```
        
        ## Basic Usage
        
        ```
        scsm setup
        scsm install gmod
        scsm start gmod
        scsm --help
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
