Metadata-Version: 1.1
Name: tfwrapper
Version: 0.0.1a2
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
Description: =========
        tfwrapper
        =========
        
        ------------
        Installation
        ------------
        
        With pip:
         $ pip install tfwrapper
        
        With setuptools:
         $ python setup.py install
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)
