Metadata-Version: 2.0
Name: tfwrapper
Version: 0.0.1a8
Summary:     Python wrapper for Terraform (https://www.terraform.io) that provides remote state management and basic locking
    
Home-page: https://github.com/dharrisio/terraform-wrapper
Author: David Harris
Author-email: dharris@dharris.io
License: Mozilla Public License Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Requires-Dist: boto3 (>=1.2.0)
Requires-Dist: botocore (>=1.3.0)
Requires-Dist: s3transfer (>=0.0.1)
Requires-Dist: argparse (>=1.1); python_version=="2.6"

=========
tfwrapper
=========

------------
Installation
------------

With pip:
 $ pip install tfwrapper

With setuptools:
 $ python setup.py install

