Metadata-Version: 2.1
Name: octoblox
Version: 0.0.9
Summary: Infoblox provider for octoDNS
Home-page: https://github.com/asyncon/octoblox
Author: asyncon
Author-email: 53700266+asyncon@users.noreply.github.com
License: MIT
Project-URL: Bug Tracker, https://github.com/asyncon/octoblox/issues
Project-URL: Documentation, https://github.com/asyncon/octoblox/wiki
Project-URL: Source Code, https://github.com/asyncon/octoblox
Description: # octoblox
        
        Infoblox provider for [octoDNS](https://github.com/github/octodns)
        
        [![PyPI](https://img.shields.io/pypi/v/octoblox.svg)](https://pypi.org/project/octoblox/)
        [![MIT](https://img.shields.io/pypi/l/octoblox.svg)](https://pypi.org/project/octoblox/)
        [![Travis (.org)](https://img.shields.io/travis/asyncon/octoblox)](https://travis-ci.org/projects/asyncon/octoblox)
        [![Python](https://img.shields.io/pypi/pyversions/octoblox.svg)](https://pypi.org/project/octoblox/)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        ## Configure
        
        ```yaml
        providers:
          infoblox:
            class: octoblox.InfoBloxProvider
            gridmaster: infoblox.example.com
            username: admin
            password: env/INFOBLOX_PASSWORD
            # verify: ./infoblox.pem
            # apiver: 1.0
            # dns_view: default
            # log_change: true
            # alias_types:
            #   - A
            #   - AAAA
            #   - TXT
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Description-Content-Type: text/markdown
