Metadata-Version: 1.2
Name: ec2mc
Version: 0.2.1
Summary: AWS EC2 instance manager for Minecraft servers
Home-page: https://github.com/TakingItCasual/ec2mc
Author: TakingItCasual
Author-email: takingitcasual+gh@gmail.com
License: MIT
Download-URL: https://github.com/TakingItCasual/ec2mc/archive/v0.2.1.tar.gz
Description: AWS EC2 instance manager for Minecraft servers
        ==============================================
        
        |PyPI| |Pythons| |License|
        
        A Python console script for managing Minecraft servers hosted on AWS EC2 On-Demand instances (cloud computing).
        Functionality is included for automating later parts of the AWS account setup process.
        Templates are provided for the simple creation of vanilla and modded Minecraft servers.
        
        For a guide on setting up your AWS account and creating a server, see `Getting Started`_.
        
        For a guide on managing and distributing IAM user access keys, see `Managing Users`_.
        
        For a comprehensive list and explanation of the available commands, see Commands_.
        
        For an explanation on what can be customized (and how), see Customization_.
        
        For a breakdown of the costs of running a server, see Costs_.
        
        For a guide on removing everything from AWS, see `Cleaning Up`_.
        
        
        .. _Getting Started: https://github.com/TakingItCasual/ec2mc/blob/master/docs/getting_started.rst
        
        .. _Managing Users: https://github.com/TakingItCasual/ec2mc/blob/master/docs/managing_users.rst
        
        .. _Customization: https://github.com/TakingItCasual/ec2mc/blob/master/docs/customization.rst
        
        .. _Commands: https://github.com/TakingItCasual/ec2mc/blob/master/docs/commands.rst
        
        .. _Costs: https://github.com/TakingItCasual/ec2mc/blob/master/docs/costs.rst
        
        .. _Cleaning Up: https://github.com/TakingItCasual/ec2mc/blob/master/docs/cleaning_up.rst
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/ec2mc.svg
           :alt: PyPI version
           :target: https://pypi.org/project/ec2mc/
        
        .. |Pythons| image:: https://img.shields.io/pypi/pyversions/ec2mc.svg
           :alt: Supported Python versions
           :target: https://pypi.org/project/ec2mc/
        
        .. |License| image:: https://img.shields.io/pypi/l/ec2mc.svg
           :alt: Project license
           :target: https://github.com/TakingItCasual/ec2mc/blob/master/LICENSE
        
Keywords: mc minecraft ssh server aws ec2 iam cloud-config
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.6
