Metadata-Version: 2.1
Name: netmri-bootstrap
Version: 0.0.3
Summary: Bootstrapper for interaction with NetMRI
Home-page: https://github.com/infobloxopen/netmri-bootstrap
Author: Ingmar Van Glabbeek
Author-email: ingmar@infoblox.com
License: Apache
Description: ===============================
        README: NetMRI Bootstrap
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/netmri-bootstrap.svg
                :target: https://pypi.python.org/pypi/netmri-bootstrap
        
        .. image:: https://codecov.io/github/infobloxopen/netmri-bootstrap/coverage.svg?branch=master
                :target: https://codecov.io/github/infobloxopen/netmri-bootstrap?branch=master
        
        .. image:: https://readthedocs.org/projects/netmri-bootstrap/badge/?version=latest
                :target: http://netmri-bootstrap.readthedocs.org/en/latest/?badge=latest
        
        .. image:: https://travis-ci.org/infobloxopen/netmri-bootstrap.svg?branch=master
            :target: https://travis-ci.org/infobloxopen/netmri-bootstrap
        
        Bootstrap Framework to facilitate development on NetMRI
        
        * Free software: Apache license
        * Documentation: https://netmri-bootstrap.readthedocs.org.
        
        Intent
        ------------
        The goal of NetMRI-bootstrap is to be a framework that allows you to easily write, maintain and run scripts
        and policies on NetMRI. The workflow would be that you clone this project so it can access your NetMRI instance
        and place your scripts in the relevant folder.
        
        
        
        Installation
        ------------
        
        Install netmri-bootstrap using pip:
        
        ::
        
          pip install netmri-bootstrap
        
        
        
        
        History
        -------
        0.0.1 (2019-11-07)
        ___________________
        * Initial commit
        
Keywords: netmri-bootstrap
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
