Metadata-Version: 2.4
Name: b1ddi
Version: 0.0.2
Summary: Infoblox UDDI Operational Tools
License: MIT License
         
         Copyright (c) 2024 Michael Ragusa
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
License-File: LICENSE.txt
Author: Michael Ragusa
Author-email: mragusa@infoblox.com
Maintainer: Michael Ragusa
Maintainer-email: mragusa@infoblox.com
Requires-Python: >=3.12,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: anyio (==4.10.0)
Requires-Dist: bloxone (==0.9.0rc3)
Requires-Dist: build (==1.3.0)
Requires-Dist: cachecontrol (==0.14.3)
Requires-Dist: certifi (==2025.8.3)
Requires-Dist: cffi (==2.0.0)
Requires-Dist: charset-normalizer (==3.4.3)
Requires-Dist: cleo (==2.1.0)
Requires-Dist: click (==8.2.1)
Requires-Dist: click-option-group (==0.5.7)
Requires-Dist: crashtest (==0.4.1)
Requires-Dist: distlib (==0.4.0)
Requires-Dist: dulwich (==0.24.1)
Requires-Dist: fastjsonschema (==2.21.2)
Requires-Dist: filelock (==3.19.1)
Requires-Dist: findpython (==0.7.0)
Requires-Dist: h11 (==0.16.0)
Requires-Dist: httpcore (==1.0.9)
Requires-Dist: httpx (==0.28.1)
Requires-Dist: idna (==3.10)
Requires-Dist: installer (==0.7.0)
Requires-Dist: jaraco-classes (==3.4.0)
Requires-Dist: jaraco-context (==6.0.1)
Requires-Dist: jaraco-functools (==4.3.0)
Requires-Dist: keyring (==25.6.0)
Requires-Dist: markdown-it-py (==4.0.0)
Requires-Dist: mdurl (==0.1.2)
Requires-Dist: more-itertools (==10.8.0)
Requires-Dist: msgpack (==1.1.1)
Requires-Dist: packaging (==25.0)
Requires-Dist: pbs-installer (==2025.9.2)
Requires-Dist: pip-review (==1.3.0)
Requires-Dist: pkginfo (==1.12.1.2)
Requires-Dist: platformdirs (==4.4.0)
Requires-Dist: poetry (==2.2.0)
Requires-Dist: poetry-core (==2.2.0)
Requires-Dist: prettytable (==3.16.0)
Requires-Dist: pycparser (==2.23)
Requires-Dist: pygments (==2.19.2)
Requires-Dist: pyproject-hooks (==1.2.0)
Requires-Dist: pyyaml (==6.0.2)
Requires-Dist: rapidfuzz (==3.14.1)
Requires-Dist: requests (==2.32.5)
Requires-Dist: requests-toolbelt (==1.0.0)
Requires-Dist: rich (==14.1.0)
Requires-Dist: setuptools (==80.9.0)
Requires-Dist: shellingham (==1.5.4)
Requires-Dist: sniffio (==1.3.1)
Requires-Dist: tomlkit (==0.13.3)
Requires-Dist: trove-classifiers (==2025.9.11.17)
Requires-Dist: typing-extensions (==4.15.0)
Requires-Dist: urllib3 (==2.5.0)
Requires-Dist: virtualenv (==20.34.0)
Requires-Dist: wcwidth (==0.2.13)
Requires-Dist: xattr (==1.2.0)
Requires-Dist: zstandard (==0.25.0)
Project-URL: Homepage, https://github.com/mragusa/b1ddi
Description-Content-Type: text/markdown

# Overview
Collection of scripts for interfacing with Infoblox UDDI platform

## Installation
The following python packages will be required to run these tools:
- [bloxone](https://github.com/ccmarris/python-bloxone)
- [click](https://click.palletsprojects.com/en/stable/)
- [click-option-group](https://click-option-group.readthedocs.io/en/latest/)
- [prettytable](https://github.com/prettytable/prettytable)
- [rich](https://github.com/Textualize/rich)
```
pip3 install -r requirements.txt
```

## Scripts
| B1TDC Tools | Description |
| ---- | ---- |
| b1td-named-list.py | Add, Update, Delete B1TDC Named Lists |
| b1tdc.py | Get B1TDC Objects and display them on screen |

| B1DDI Tools | Description |
| ---- | ---- |
| b1ddi-framework.py | Basic B1DDI Script |
| b1ztp-join-token.py | Get, Add, Delete B1DDI Join Tokens |
| b1infra-host-services.py | Get, Add, Update Host / Service Assignment and Start / Stop Services |
| b1ddi-dns-nsg.py | Get, Add, Delete B1DDI Auth NSG |
| b1ddi-dns-profile.py | Get, Add, Delete B1DDI Global DNS Profiles |
| b1ddi-dns-view.py | Get, Add, Delete B1DDI Auth NSG |
| b1ddi-dhcp-ha.py | Get, Add, Delete B1DDI DHCP HA Groups |
| b1ddi-dhcp-ipspace.py | Get, Add, Delete B1DDI IP Space |
| b1ddi-dhcp-profile.py | Get, Add, Delete B1DDI Global DHCP Profiles |
| b1ddi-dhcp-options.py | Get, Add DHCP Options |
| b1ddi-dhcp-option-filters.py | Get, Add DHCP Options Filters |
| b1ddi-dhcp-network-service-instance.py | Get,Update Subnet/Range Service Assignment |

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

