Metadata-Version: 2.0
Name: tropo
Version: 0.2.1
Summary: Azure Resource Template Generator
Home-page: https://github.com/hoffmann/tropo
Author: Peter Hoffmann
Author-email: ph@peter-hoffmann.com
License: BSD
Platform: UNKNOWN
Classifier: Programming Language :: Python

tropo
=====
Python library to create Azure Resource Templates

Overview
--------

Azure Resource Template Generator

Installation / Usage
--------------------

To install use pip:

    $ pip install tropo


Or clone the repo:

    $ git clone https://github.com/hoffmann/tropo.git
    $ python setup.py install


Contributing
------------

TBD

Example
-------

TBD

Documentation
-------------
Clone the resource manager json schemas

    $ git clone https://github.com/Azure/azure-resource-manager-schemas.git

Clone Azure Management Python Api

    $ git clone https://github.com/Azure/azure-sdk-for-python.git

Azure Compute Models

https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-compute/azure/mgmt/compute/models


