--- id: infoblox-client version: "0.6.2" license: Apache license_treatment: permissive maintenance: dormant --- # infoblox-client — Client for interacting with Infoblox NIOS over WAPI License: permissive · Maintenance: dormant · Downloads: 83.5K/mo ## What it is and what it does Infoblox-client is a Python wrapper around the Infoblox NIOS WAPI REST API, enabling programmatic management of DNS, DHCP, and network infrastructure. It provides two usage tiers: a low-level connector module for direct WAPI calls returning raw dictionaries, and a high-level object interface with classes like Network, DNSZone, HostRecord, and FixedAddress that handle serialization and CRUD operations. The library supports extensible attributes, DHCP reservations, IP allocation from CIDR blocks, and bulk operations through an InfobloxObjectManager helper. The package has no external runtime dependencies and is classified as alpha-stage software. It supports Python 3.6, 3.7, 3.8, and 3.9, with development currently dormant. It is most useful in environments where Infoblox is already the chosen DNS/DHCP platform and automation or integration with Python tooling is needed. Use it for: - Automate DNS zone and host record creation across multiple Infoblox appliances in infrastructure-as-code workflows. - Allocate and manage DHCP fixed addresses and reservations programmatically from Python orchestration tools. - Query and retrieve network views, subnets, and DNS records for reporting or compliance auditing. - Integrate Infoblox DNS/DHCP management into Python-based network provisioning or cloud automation pipelines. - Bulk import or synchronize host records and network configurations from external systems via the high-level object API. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Client library for programmatic interaction with Infoblox NIOS appliances via the WAPI REST API, supporting both low-level connector operations and high-level object abstractions for DNS, DHCP, and network management. Yes, if you are already committed to Infoblox NIOS and need Python integration. The package is stable, dependency-free, and permissively licensed. However, dormancy means it is not actively developed; verify that it supports your Infoblox version and Python environment before adopting. Not suitable if you need active maintenance or support for the latest NIOS features. ## Install pip install infoblox-client uv add infoblox-client poetry add infoblox-client ## Installing infoblox-client Before you install: High install friction with no runtime dependencies. The package is dormant (last release 604 days ago), though the repository remains active. Suitable for environments where Infoblox integration is already a known requirement. License in practice: Licensed under Apache (permissive), allowing use in commercial and proprietary projects without viral obligations. No licensing restrictions on downstream use. Quickstart: pip install infoblox-client from infoblox_client import connector opts = {'host': '192.168.1.10', 'username': 'admin', 'password': 'admin'} conn = connector.Connector(opts) network_views = conn.get_object('networkview') Requires a reachable Infoblox NIOS appliance with valid credentials; network connectivity and WAPI access must be configured before use. Verify before relying: - Whether the package supports current Infoblox NIOS versions and WAPI releases beyond what was tested at 0.6.2. - Performance characteristics and scalability limits for large-scale queries or bulk operations. - Compatibility with Python versions beyond 3.9 (classifiers list only through 3.9). ## Package facts - License: Apache (permissive) - Python support: unspecified - Install friction: high - Maintenance: dormant - Downloads: 83.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags infoblox nios client, infoblox wapi python, dns dhcp network management, infoblox api wrapper, network automation infoblox, infoblox object management, infoblox host record creation, infoblox-integration, dns-dhcp-management, network-automation [View on SkillFed](https://skillfed.io/packages/infoblox-client) · [View on PyPI](https://pypi.org/project/infoblox-client/)