A Nautobot app that provides visual floor plan management for data centers, allowing users to define floor plans, place racks, power feeds, and more. Current version is 3.0.1, supporting Nautobot >=3.0 and Python 3.10–3.13. Release cadence is roughly quarterly with periodic minor and patch releases.
pip install nautobot-floor-planVerified import paths — ran on the pinned version, not inferred.
Quick verification that the app is installed and models are importable. Full setup requires Nautobot configuration (add 'nautobot_floor_plan' to PLUGINS in nautobot_config.py) and migrations.
Upgrade app to v3.0.0+ when upgrading Nautobot to 3.x.
Use Python >=3.10.
Ensure the Location type is set to a type that supports floor plans (e.g., 'Data Center').