Metadata-Version: 2.0
Name: twindb-infrastructure
Version: 1.1.4
Summary: TwinDB Infrastructure is a collection of everything to manage TwinDB infrastructure
Home-page: https://github.com/twindb/twindb_infrastructure
Author: TwinDB Development Team
Author-email: dev@twindb.com
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Keywords: twindb_infrastructure
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: boto3 (==1.4.7)
Requires-Dist: botocore (==1.7.35)
Requires-Dist: click (==6.7)
Requires-Dist: docutils (==0.14)
Requires-Dist: futures (==3.1.1)
Requires-Dist: jmespath (==0.9.3)
Requires-Dist: logutils (==0.3.5)
Requires-Dist: pymysql (==0.7.11)
Requires-Dist: python-dateutil (==2.6.1)
Requires-Dist: s3transfer (==0.1.11)
Requires-Dist: six (==1.11.0)

=====================
TwinDB Infrastructure
=====================

.. image:: https://img.shields.io/pypi/v/twindb_infrastructure.svg
    :target: https://pypi.python.org/pypi/twindb-infrastructure

.. image:: https://readthedocs.org/projects/twindb_infrastructure/badge/?version=master
    :target: http://twindb-infrastructure.readthedocs.io/
    :alt: Documentation Status

.. image:: https://img.shields.io/travis/twindb/twindb_infrastructure.svg
    :target: https://travis-ci.org/twindb/twindb_infrastructure

.. image:: https://img.shields.io/codecov/c/github/twindb/twindb_infrastructure.svg
    :target: https://codecov.io/gh/twindb/twindb_infrastructure


TwinDB Infrastructure is a collection of everything to manage TwinDB infrastructure



Features
--------

* ``twindb-aws`` to manage Amazon EC2 instances
* ``twindb-chef`` to provision a host with Chef
* ``twindb-galera`` to bootstrap a Percona XtraDB cluster

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2016-07-17)
------------------

* First release on PyPI.


