Metadata-Version: 2.1
Name: octoblox
Version: 0.0.8
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)
        
        ## 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: false
        ```
        
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
