Metadata-Version: 2.1
Name: zbuilder
Version: 0.0.34
Summary: Create VMs
Home-page: https://github.com/hasiotis/zbuilder
License: GPL-3.0-or-later
Author: Chasiotis Nikos
Author-email: hasiotis@gmail.com
Requires-Python: >=3.6.2,<4
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: Jinja2 (>=3.0,<4.0)
Requires-Dist: ansible (>=2.10,<2.11)
Requires-Dist: arrow (>=1.1,<2.0)
Requires-Dist: azure-mgmt-compute (>=21.0,<22.0)
Requires-Dist: azure-mgmt-dns (>=8.0,<9.0)
Requires-Dist: azure-mgmt-network (>=19.0,<20.0)
Requires-Dist: azure-mgmt-resource (>=18.0,<19.0)
Requires-Dist: boto3 (>=1.17,<2.0)
Requires-Dist: click (>=8,<9)
Requires-Dist: colorama (>=0.4,<0.5)
Requires-Dist: delegator.py (>=0.1.1,<0.2.0)
Requires-Dist: dnspython (>=2,<3)
Requires-Dist: dpath (>=2.0,<3.0)
Requires-Dist: google-api-python-client (>=2.9,<3.0)
Requires-Dist: google-auth-oauthlib (>=0.4,<0.5)
Requires-Dist: google-cloud-dns (>=0.32,<0.33)
Requires-Dist: haikunator (>=2.1,<3.0)
Requires-Dist: massedit (>=0.69,<0.70)
Requires-Dist: msrestazure (>=0.6.4,<0.7.0)
Requires-Dist: proxmoxer (>=1.1,<2.0)
Requires-Dist: python-digitalocean (>=1.16,<2.0)
Requires-Dist: pyvmomi (>=7.0,<8.0)
Requires-Dist: requests (>=2,<3)
Requires-Dist: retrying (>=1.3,<2.0)
Requires-Dist: ruamel.yaml (>=0.17,<0.18)
Requires-Dist: tabulate (>=0.8,<0.9)
Project-URL: Repository, https://github.com/hasiotis/zbuilder
Description-Content-Type: text/markdown

# Zbuilder: Building VMs and applying ansible playbooks

[![PyPi version](https://pypip.in/v/zbuilder/badge.png)](https://pypi.org/project/zbuilder/)
[![PyPi downloads](https://pypip.in/d/zbuilder/badge.png)](https://pypistats.org/packages/zbuilder)
[![Build status](https://github.com/hasiotis/zbuilder/workflows/Build%20status/badge.svg)](https://github.com/hasiotis/zbuilder/actions?query=workflow%3A%22Build+status%22)
[![Documentation Status](https://readthedocs.org/projects/zbuilder/badge/?version=stable)](https://zbuilder.readthedocs.io/en/develop/?badge=develop)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/hasiotis/zbuilder/blob/master/LICENSE)

ZBuilder is a tool to help you build VMs ready to be transfered to ansible.
By using ansible as a library, it has access to all ansible variables. This
way it achieves high integration with ansible.

## Installation

Install and update using:
```
pip3 install --user --upgrade zbuilder
```

## Links

* [Documentation](https://zbuilder.readthedocs.io/en/stable/?badge=stable)
* [Releases](https://pypi.org/project/zbuilder/)
* [Code](https://github.com/hasiotis/zbuilder)

