Metadata-Version: 2.0
Name: TechnicServerCore
Version: 0.3.1b2
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
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Terminals
Requires-Dist: progressbar (>=2.2)

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).


