Metadata-Version: 1.1
Name: TechnicServerCore
Version: 0.3.1-alpha
Summary: Custom wrapper that downloads and updates Technic modpacks specifically for servers.
Home-page: http://github.com/GenPage/ServerCore/
Author: Dylan Page
Author-email: genpage@technicpack.net
License: MIT
Description: TechnicServerCore
        =================
        
        Custom wrapper that downloads and updates modpacks specifically for servers
        
        Copyright (c) 2013 Syndicate, LLC <http://www.technicpack.net/>
        
        
        **Dependencies**:
        
         * Python 2.7.6 - https://www.python.org/downloads
         * progressbar - python module
        
        
        Installation
        ------------
        
        To get the latest stable release from PyPi::
        
            $ pip install TechnicServerCore
        
        For the latest development release from PyPi::
        
            $ pip install TechnicServerCore --pre
        
        
        Contributing to the Project
        ---------------------------
        If you want to contribute to this project, please perform the following steps::
        
            # Fork this repository
            # Clone your fork
            $ pip install progressbar
            $ git checkout -b <your_branch> master
            # Commit/Push
            # Send me a pull request
        
        
        Issues
        ------
        Track and submit issues and bugs on the [Issues page](https://github.com/GenPage/ServerCore/issues).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Terminals
