LACNIC45 Number Resources Data Sources
This repository contains Jupyter/Colab notebooks and small CLI helpers for exploring data sources related to internet numbering resources: IPv4, IPv6, and autonomous system numbers.
Local Setup
Install dependencies with uv:
uv sync --extra dev
Start JupyterLab:
uv run jupyter lab
Run the helper CLI:
uv run number-resources --help
Data Layout
Downloaded source files should be kept in data/raw.
Derived files produced by notebooks or scripts should be kept in data/processed.
The data directories are ignored by git so notebooks can keep local copies without committing large or generated files.
Notebook Style
Notebook examples are written in English and should run in both local JupyterLab and Google Colab. Prefer descriptive variable names and cells that can be adapted into standalone scripts with minimal changes.