Metadata-Version: 2.1
Name: netbox-floorplan-plugin
Version: 0.3.0
Summary: Netbox Plugin to support graphical floorplans
Home-page: https://github.com/netboxlabs/netbox-floorplan-plugin.git
Author: Tony Nealon
Author-email: tony@worksystems.co.nz
License: LGPLv3+
Description-Content-Type: text/markdown
License-File: LICENSE

# netbox floorplan

<img src="https://github.com/tbotnz/netbox_floorplan/workflows/tests/badge.svg" alt="Tests"/>

#### demo
![demo](/media/demo.gif)

#### summary
A netbox plugin providing floorplan mapping capability for locations and sites

- provides graphical ability to draw racks & unracked devices on a floorplan
- support for metadata such as labels, areas, walls, coloring
- floorplan object mapped to sites or locations and click through rack/devices
- keyboard controls supported
- export to svg

#### installing
Install the package, apply migrations, then add the plugin to ```PLUGINS = ["netbox_floorplan"]``` in ```/opt/netbox/netbox/netbox/configuration.py:``` then collectstatic


#### mentions
Special thanks to Ziply Fiber network automation team for helping originally helping to conceive this during the NANOG hackathon
