Metadata-Version: 2.1
Name: twindb-infrastructure
Version: 1.4.2
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
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
Requires-Dist: boto3 (~=1.9)
Requires-Dist: Click (~=7.0)
Requires-Dist: logutils (~=0.3)
Requires-Dist: pymysql (~=0.9)
Requires-Dist: requests (~=2.22)
Requires-Dist: urllib3 (<1.25,>=1.20)

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


