{"library":"nautobot-floor-plan","title":"Nautobot Floor Plan","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install nautobot-floor-plan"],"cli":null},"imports":["from nautobot_floor_plan.models import FloorPlan","from nautobot_floor_plan.models import FloorPlanTile","from nautobot_floor_plan.models import FloorPlanGrid"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import nautobot_floor_plan\nfrom nautobot_floor_plan.models import FloorPlan\n\n# Quick check: ensure FloorPlan model is importable\nprint(f'nauotbot_floor_plan version: {nautobot_floor_plan.__version__}')","lang":"python","description":"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.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}