Metadata-Version: 2.1
Name: ansinv
Version: 1.3.2
Summary: Generate Ansible Inventory
Home-page: https://github.com/rsjethani/ansinv
Author: Ravi Shekhar Jethani
Author-email: rsjethani@gmail.com
License: MIT
Project-URL: source, https://github.com/rsjethani/ansinv
Description: |pic1| |pic2| |pic3| |pic4|
        
        A Simple Ansible Inventory Generator
        ------------------------------------
        
        Overview
        ........
        This simple library makes it easier to write ``glue`` code when you are using Ansible to provision given infrastructure. It eases the process of consuming infrastructure artifacts to generate Ansible inventory files.
        
        
        .. |pic1| image:: https://img.shields.io/badge/License-MIT-yellow.svg
           :target: https://opensource.org/licenses/MIT
        
        .. |pic2| image:: https://badge.fury.io/py/ansinv.svg
           :target: https://pypi.org/project/ansinv
        
        .. |pic3| image:: https://travis-ci.com/rsjethani/ansinv.svg?branch=master
           :target: https://travis-ci.com/rsjethani/ansinv
        
        .. |pic4| image:: https://codecov.io/gh/rsjethani/ansinv/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/rsjethani/ansinv
        
Keywords: ansible devops
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
