mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-01-20 07:50:16 -06:00
16 lines
511 B
Python
16 lines
511 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
|
|
#
|
|
# netbox-sync.py
|
|
#
|
|
# This work is licensed under the terms of the MIT license.
|
|
# For a copy, see file LICENSE.txt included in this
|
|
# repository or visit: <https://opensource.org/licenses/MIT>.
|
|
|
|
__version__ = "1.4.2"
|
|
__version_date__ = "2023-04-24"
|
|
__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
|
|
__description__ = "NetBox Sync"
|
|
__license__ = "MIT"
|
|
__url__ = "https://github.com/bb-ricardo/netbox-sync"
|