Skip to main content

๐Ÿ” Read-only CLI tool to pull IPAM data from NetBox

Project description

๐Ÿ” nbpull

CI Python 3.13+ License: GPL v3 Typed

Read-only CLI tool to pull IPAM data from NetBox.

๐Ÿ”’ Safety guarantee: nbpull only reads data from NetBox. No POST / PUT / PATCH / DELETE requests are ever made. The HTTP client is hardcoded to GET-only โ€” this invariant is enforced by code structure and verified by tests.


โœจ Features

  • ๐Ÿ“ก Prefixes โ€” list and filter IPAM prefixes
  • ๐Ÿ–ฅ๏ธ IP Addresses โ€” query IP address allocations
  • ๐Ÿท๏ธ VLANs โ€” browse VLAN assignments
  • ๐Ÿ”€ VRFs โ€” inspect VRF instances
  • ๐Ÿ“ฆ Batch queries โ€” check many prefixes at once from a TOML file
  • ๐ŸŽจ Rich table output (default) or JSON (--format json)
  • ๐Ÿ”Ž Filter by status, VRF, tenant, site, tag, or free-text search
  • โšก Async HTTP with automatic pagination
  • ๐Ÿ”’ Strict typing (mypy strict mode + Pydantic v2)

๐Ÿ“ฆ Installation

With uv (recommended)

uv tool install nbpull

With pipx

pipx install nbpull

With pip

pip install nbpull

From source

git clone https://github.com/Champion2005/nbpull.git
cd nbpull
make install   # uses uv sync

๐Ÿš€ Quick Start

# 1. Run the interactive setup wizard
nbpull setup

# Or configure manually:
export NETBOX_URL=https://netbox.example.com
export NETBOX_TOKEN=your_read_only_token
# Or: cp .env.example .env && edit .env

# 2. Pull data
nbpull prefixes
nbpull prefixes --status active --vrf Production
nbpull ip-addresses --prefix 10.0.0.0/24
nbpull vlans --site DC1
nbpull vrfs --tenant Ops
nbpull batch-prefixes --file my_prefixes.toml --status-only

๐Ÿ“‹ Commands

Command Description
nbpull setup Interactive setup wizard
nbpull prefixes List IPAM prefixes
nbpull ip-addresses List IP addresses
nbpull vlans List VLANs
nbpull vrfs List VRFs
nbpull batch-prefixes Query multiple prefixes from a TOML file

Common Flags

Flag Description
--status Filter by status (active, reserved, deprecated, container)
--vrf Filter by VRF name
--tenant Filter by tenant name
--site Filter by site name
--tag Filter by tag slug
--search / -s Free-text search
--limit / -l Max results (default: 50)
--format / -f Output format: table (default) or json
--verbose / -v Enable debug logging

See the full command reference for all options.

โš™๏ธ Configuration

Set these in .env or as environment variables:

Variable Required Default Description
NETBOX_URL โœ… โ€” NetBox instance URL
NETBOX_TOKEN โœ… โ€” API token (read-only recommended)
NETBOX_PAGE_SIZE โŒ 100 Results per API page
NETBOX_TIMEOUT โŒ 30 Request timeout (seconds)
NETBOX_VERIFY_SSL โŒ true Verify SSL certificates

See docs/configuration.md for details on token setup and SSL options.

๐Ÿ“ฆ Batch Queries

Create a TOML file to query multiple prefixes in one run:

prefixes = [
    "10.0.0.0/8",
    "172.16.0.0/12",
    "192.168.0.0/16",
]

[filters]
# status = "active"
# vrf = "Production"
nbpull batch-prefixes --file prefixes.toml --status-only

๐Ÿ“ Architecture

src/netbox_data_puller/
โ”œโ”€โ”€ cli.py          # Typer commands + filtering
โ”œโ”€โ”€ client.py       # Async GET-only NetBox API client
โ”œโ”€โ”€ config.py       # Pydantic Settings (.env)
โ”œโ”€โ”€ formatters.py   # Rich table renderers
โ””โ”€โ”€ models/         # Pydantic models per resource
    โ”œโ”€โ”€ prefix.py
    โ”œโ”€โ”€ ip_address.py
    โ”œโ”€โ”€ vlan.py
    โ””โ”€โ”€ vrf.py

See docs/architecture.md for a full breakdown.

๐Ÿ› ๏ธ Development

Prerequisites

  • Python 3.13+
  • uv โ€” fast Python package manager

Setup

git clone https://github.com/Champion2005/nbpull.git
cd nbpull
make install    # Install dependencies

Commands

make all        # format โ†’ lint โ†’ typecheck โ†’ test
make test       # unit tests (no network)
make lint       # ruff linter
make format     # auto-format with ruff
make typecheck  # mypy strict mode
make test-integration  # hits real NetBox API

Running Tests

Unit tests use mocked HTTP responses and require no network access:

make test

Integration tests require NETBOX_URL and NETBOX_TOKEN:

make test-integration

๐Ÿค Contributing

Contributions are welcome! Please read CONTRIBUTING.md before opening a PR.

๐Ÿ“ Changelog

See CHANGELOG.md for a history of changes.

๐Ÿ“„ License

This project is licensed under the GNU General Public License v3.0 โ€” see the LICENSE file for details.

๐Ÿ™ Acknowledgements

  • NetBox โ€” the leading open-source IPAM/DCIM platform
  • Typer โ€” CLI framework
  • Rich โ€” beautiful terminal formatting
  • httpx โ€” async HTTP client
  • Pydantic โ€” data validation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nbpull-0.2.0.tar.gz (16.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nbpull-0.2.0-py3-none-any.whl (23.3 kB view details)

Uploaded Python 3

File details

Details for the file nbpull-0.2.0.tar.gz.

File metadata

  • Download URL: nbpull-0.2.0.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nbpull-0.2.0.tar.gz
Algorithm Hash digest
SHA256 b14db4c4b476955bb4766f14a54a2c702bc1713a84d7eb128b611e851142ca85
MD5 3c9473c35ab7d119c6d24ae5a3dfbbce
BLAKE2b-256 a9abf627fe2ba7ae95c07cab2b01f3f1b716ca28e93c4f0e051a47fb37dfd870

See more details on using hashes here.

Provenance

The following attestation bundles were made for nbpull-0.2.0.tar.gz:

Publisher: publish.yml on Champion2005/nbpull

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nbpull-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: nbpull-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 23.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nbpull-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1c1e517d45629c7247f44d24851429e45b26c505ddd06cfe8be01d66cbe7c28c
MD5 d2b2b08600fcad565439e07674a62bb9
BLAKE2b-256 f521d1abd5292f363134b71cd73cbb98aea438031f9294ab96cbb9709f01e9e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nbpull-0.2.0-py3-none-any.whl:

Publisher: publish.yml on Champion2005/nbpull

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page