ipfabric_netbox 4.0.1b1__tar.gz → 4.0.1b2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ipfabric_netbox might be problematic. Click here for more details.
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/PKG-INFO +6 -12
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/__init__.py +1 -1
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/views.py +2 -1
- ipfabric_netbox-4.0.1b2/pyproject.toml +53 -0
- ipfabric_netbox-4.0.1b1/pyproject.toml +0 -59
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/README.md +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/api/__init__.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/api/nested_serializers.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/api/serializers.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/api/urls.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/api/views.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/choices.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/data/transform_map.json +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/exceptions.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/filtersets.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/forms.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/jobs.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0001_initial.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0001_initial_squashed_0013_switch_to_branching_plugin.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0002_ipfabricsnapshot_status.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0003_ipfabricsource_type_and_more.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0004_ipfabricsync_auto_merge.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0005_alter_ipfabricrelationshipfield_source_model_and_more.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0006_alter_ipfabrictransformmap_target_model.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0007_prepare_custom_fields.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0008_prepare_transform_maps.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0009_transformmap_changes_for_netbox_v4_2.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0010_remove_uuid_from_get_or_create.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0011_update_part_number_DCIM_inventory_item_template.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0012_remove_status_field.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0013_switch_to_branching_plugin.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0014_ipfabrictransformmapgroup_ipfabrictransformmap_group.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/__init__.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/models.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/navigation.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/signals.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/tables.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/template_content.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/inc/clone_form.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/inc/diff.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/inc/json.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/inc/logs_pending.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/inc/merge_form.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/inc/site_topology_button.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/inc/site_topology_modal.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/inc/snapshotdata.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/inc/transform_map_field_map.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/inc/transform_map_relationship_map.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/ipfabric_table.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/ipfabricingestion.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/ipfabricsnapshot.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/ipfabricsource.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/ipfabricsync.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/ipfabricsync_list.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/ipfabrictransformmap.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/ipfabrictransformmap_list.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/ipfabrictransformmap_restore.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/ipfabrictransformmapgroup.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/partials/ingestion_all.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/partials/ingestion_progress.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/partials/ingestion_status.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/partials/job_logs.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/ipfabric_netbox/partials/sync_last_ingestion.html +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templates/static/ipfabric_netbox/css/rack.css +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templatetags/__init__.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templatetags/ipfabric_netbox_helpers.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/tests/__init__.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/tests/test_models.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/urls.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/utilities/__init__.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/utilities/ipfutils.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/utilities/logging.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/utilities/nbutils.py +0 -0
- {ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/utilities/transform_map.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ipfabric_netbox
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.1b2
|
|
4
4
|
Summary: NetBox plugin to sync IP Fabric data into NetBox
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: netbox,ipfabric,plugin,sync
|
|
@@ -15,18 +15,12 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.13
|
|
17
17
|
Provides-Extra: ipfabric-6-10
|
|
18
|
-
Provides-Extra: ipfabric-6-6
|
|
19
|
-
Provides-Extra: ipfabric-6-7
|
|
20
|
-
Provides-Extra: ipfabric-6-8
|
|
21
|
-
Provides-Extra: ipfabric-6-9
|
|
22
18
|
Provides-Extra: ipfabric-7-0
|
|
23
|
-
|
|
24
|
-
Requires-Dist: ipfabric (>=6.
|
|
25
|
-
Requires-Dist: ipfabric (>=6.6.4) ; extra != "
|
|
26
|
-
Requires-Dist: ipfabric (>=
|
|
27
|
-
Requires-Dist: ipfabric (>=
|
|
28
|
-
Requires-Dist: ipfabric (>=6.9.0,<6.10.0) ; extra != "ipfabric_6_6" and extra != "ipfabric_6_7" and extra != "ipfabric_6_8" and extra == "ipfabric_6_9" and extra != "ipfabric_6_10" and extra != "ipfabric_7_0"
|
|
29
|
-
Requires-Dist: ipfabric (>=7.0.0,<7.1.0) ; extra != "ipfabric_6_6" and extra != "ipfabric_6_7" and extra != "ipfabric_6_8" and extra != "ipfabric_6_9" and extra != "ipfabric_6_10" and extra == "ipfabric_7_0"
|
|
19
|
+
Provides-Extra: ipfabric-7-2
|
|
20
|
+
Requires-Dist: ipfabric (>=6.10.0,<6.11.0) ; extra == "ipfabric_6_10" and extra != "ipfabric_7_0" and extra != "ipfabric_7_2"
|
|
21
|
+
Requires-Dist: ipfabric (>=6.6.4) ; extra != "ipfabric_6_10" and extra != "ipfabric_7_0" and extra != "ipfabric_7_2"
|
|
22
|
+
Requires-Dist: ipfabric (>=7.0.0,<7.1.0) ; extra != "ipfabric_6_10" and extra == "ipfabric_7_0" and extra != "ipfabric_7_2"
|
|
23
|
+
Requires-Dist: ipfabric (>=7.2.0,<7.3.0) ; extra != "ipfabric_6_10" and extra != "ipfabric_7_0" and extra == "ipfabric_7_2"
|
|
30
24
|
Requires-Dist: netboxlabs-netbox-branching (>=0.5.5,<0.6.0)
|
|
31
25
|
Requires-Dist: netutils
|
|
32
26
|
Project-URL: Bug Tracker, https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync/-/issues
|
|
@@ -1014,7 +1014,7 @@ class IPFabricSourceTopology(LoginRequiredMixin, View):
|
|
|
1014
1014
|
error = None
|
|
1015
1015
|
except Exception as e:
|
|
1016
1016
|
error = e
|
|
1017
|
-
svg_data = link = None
|
|
1017
|
+
svg_data = link = snapshot_data = source = None
|
|
1018
1018
|
|
|
1019
1019
|
return render(
|
|
1020
1020
|
request,
|
|
@@ -1030,3 +1030,4 @@ class IPFabricSourceTopology(LoginRequiredMixin, View):
|
|
|
1030
1030
|
"error": error,
|
|
1031
1031
|
},
|
|
1032
1032
|
)
|
|
1033
|
+
return None
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
[tool.poetry]
|
|
2
|
+
name = "ipfabric_netbox"
|
|
3
|
+
version = "4.0.1b2"
|
|
4
|
+
description = "NetBox plugin to sync IP Fabric data into NetBox"
|
|
5
|
+
authors = ["Solution Architecture <solution.architecture@ipfabric.io>"]
|
|
6
|
+
license = "MIT"
|
|
7
|
+
readme = "README.md"
|
|
8
|
+
repository = "https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync"
|
|
9
|
+
homepage = "https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync"
|
|
10
|
+
keywords = ["netbox", "ipfabric", "plugin", "sync"]
|
|
11
|
+
classifiers = [
|
|
12
|
+
"Programming Language :: Python :: 3",
|
|
13
|
+
"License :: OSI Approved :: MIT License",
|
|
14
|
+
"Operating System :: OS Independent"
|
|
15
|
+
]
|
|
16
|
+
packages = [{include = "ipfabric_netbox"}]
|
|
17
|
+
include = [
|
|
18
|
+
# The path must be inside the package directory, but we also need hardlink inside scripts/
|
|
19
|
+
# This is because ipfabric_netbox<=3.1.3 uses link to git repo to main to this file.
|
|
20
|
+
{ path = "ipfabric_netbox/data/transform_map.json", format = ["sdist", "wheel"] }
|
|
21
|
+
]
|
|
22
|
+
|
|
23
|
+
[tool.poetry.dependencies]
|
|
24
|
+
python = "^3.10"
|
|
25
|
+
ipfabric = [
|
|
26
|
+
{version = ">=6.6.4", markers = "extra != 'ipfabric_6_10' and extra != 'ipfabric_7_0' and extra != 'ipfabric_7_2'", optional = false},
|
|
27
|
+
{version = "~=6.10.0", markers = "extra == 'ipfabric_6_10' and extra != 'ipfabric_7_0' and extra != 'ipfabric_7_2'", optional = true},
|
|
28
|
+
{version = "~=7.0.0", markers = "extra != 'ipfabric_6_10' and extra == 'ipfabric_7_0' and extra != 'ipfabric_7_2'", optional = true},
|
|
29
|
+
{version = "~=7.2.0", markers = "extra != 'ipfabric_6_10' and extra != 'ipfabric_7_0' and extra == 'ipfabric_7_2'", optional = true},
|
|
30
|
+
]
|
|
31
|
+
netboxlabs-netbox-branching = "^0.5.5"
|
|
32
|
+
netutils = "*"
|
|
33
|
+
|
|
34
|
+
[tool.poetry.extras]
|
|
35
|
+
ipfabric_6_10 = ["ipfabric"]
|
|
36
|
+
ipfabric_7_0 = ["ipfabric"]
|
|
37
|
+
ipfabric_7_2 = ["ipfabric"]
|
|
38
|
+
|
|
39
|
+
[tool.poetry.urls]
|
|
40
|
+
"Bug Tracker" = "https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync/-/issues"
|
|
41
|
+
|
|
42
|
+
[tool.poetry.group.dev]
|
|
43
|
+
optional = true
|
|
44
|
+
|
|
45
|
+
[tool.poetry.group.dev.dependencies]
|
|
46
|
+
invoke = "^2.2.0"
|
|
47
|
+
pre-commit = "^4.0.1"
|
|
48
|
+
python-dotenv = "^1.0.1"
|
|
49
|
+
toml = "^0.10.2"
|
|
50
|
+
|
|
51
|
+
[build-system]
|
|
52
|
+
requires = ["poetry-core"]
|
|
53
|
+
build-backend = "poetry.core.masonry.api"
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
[tool.poetry]
|
|
2
|
-
name = "ipfabric_netbox"
|
|
3
|
-
version = "4.0.1b1"
|
|
4
|
-
description = "NetBox plugin to sync IP Fabric data into NetBox"
|
|
5
|
-
authors = ["Solution Architecture <solution.architecture@ipfabric.io>"]
|
|
6
|
-
license = "MIT"
|
|
7
|
-
readme = "README.md"
|
|
8
|
-
repository = "https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync"
|
|
9
|
-
homepage = "https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync"
|
|
10
|
-
keywords = ["netbox", "ipfabric", "plugin", "sync"]
|
|
11
|
-
classifiers = [
|
|
12
|
-
"Programming Language :: Python :: 3",
|
|
13
|
-
"License :: OSI Approved :: MIT License",
|
|
14
|
-
"Operating System :: OS Independent"
|
|
15
|
-
]
|
|
16
|
-
packages = [{include = "ipfabric_netbox"}]
|
|
17
|
-
include = [
|
|
18
|
-
# The path must be inside the package directory, but we also need hardlink inside scripts/
|
|
19
|
-
# This is because ipfabric_netbox<=3.1.3 uses link to git repo to main to this file.
|
|
20
|
-
{ path = "ipfabric_netbox/data/transform_map.json", format = ["sdist", "wheel"] }
|
|
21
|
-
]
|
|
22
|
-
|
|
23
|
-
[tool.poetry.dependencies]
|
|
24
|
-
python = "^3.10"
|
|
25
|
-
ipfabric = [
|
|
26
|
-
{version = ">=6.6.4", markers = "extra != 'ipfabric_6_6' and extra != 'ipfabric_6_7' and extra != 'ipfabric_6_8' and extra != 'ipfabric_6_9' and extra != 'ipfabric_6_10' and extra != 'ipfabric_7_0'", optional = false},
|
|
27
|
-
{version = "~=6.6.0", markers = "extra == 'ipfabric_6_6' and extra != 'ipfabric_6_7' and extra != 'ipfabric_6_8' and extra != 'ipfabric_6_9' and extra != 'ipfabric_6_10' and extra != 'ipfabric_7_0'", optional = true},
|
|
28
|
-
{version = "~=6.7.0", markers = "extra != 'ipfabric_6_6' and extra == 'ipfabric_6_7' and extra != 'ipfabric_6_8' and extra != 'ipfabric_6_9' and extra != 'ipfabric_6_10' and extra != 'ipfabric_7_0'", optional = true},
|
|
29
|
-
{version = "~=6.8.0", markers = "extra != 'ipfabric_6_6' and extra != 'ipfabric_6_7' and extra == 'ipfabric_6_8' and extra != 'ipfabric_6_9' and extra != 'ipfabric_6_10' and extra != 'ipfabric_7_0'", optional = true},
|
|
30
|
-
{version = "~=6.9.0", markers = "extra != 'ipfabric_6_6' and extra != 'ipfabric_6_7' and extra != 'ipfabric_6_8' and extra == 'ipfabric_6_9' and extra != 'ipfabric_6_10' and extra != 'ipfabric_7_0'", optional = true},
|
|
31
|
-
{version = "~=6.10.0", markers = "extra != 'ipfabric_6_6' and extra != 'ipfabric_6_7' and extra != 'ipfabric_6_8' and extra != 'ipfabric_6_9' and extra == 'ipfabric_6_10' and extra != 'ipfabric_7_0'", optional = true},
|
|
32
|
-
{version = "~=7.0.0", markers = "extra != 'ipfabric_6_6' and extra != 'ipfabric_6_7' and extra != 'ipfabric_6_8' and extra != 'ipfabric_6_9' and extra != 'ipfabric_6_10' and extra == 'ipfabric_7_0'", optional = true}
|
|
33
|
-
]
|
|
34
|
-
netboxlabs-netbox-branching = "^0.5.5"
|
|
35
|
-
netutils = "*"
|
|
36
|
-
|
|
37
|
-
[tool.poetry.extras]
|
|
38
|
-
ipfabric_6_6 = ["ipfabric"]
|
|
39
|
-
ipfabric_6_7 = ["ipfabric"]
|
|
40
|
-
ipfabric_6_8 = ["ipfabric"]
|
|
41
|
-
ipfabric_6_9 = ["ipfabric"]
|
|
42
|
-
ipfabric_6_10 = ["ipfabric"]
|
|
43
|
-
ipfabric_7_0 = ["ipfabric"]
|
|
44
|
-
|
|
45
|
-
[tool.poetry.urls]
|
|
46
|
-
"Bug Tracker" = "https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync/-/issues"
|
|
47
|
-
|
|
48
|
-
[tool.poetry.group.dev]
|
|
49
|
-
optional = true
|
|
50
|
-
|
|
51
|
-
[tool.poetry.group.dev.dependencies]
|
|
52
|
-
invoke = "^2.2.0"
|
|
53
|
-
pre-commit = "^4.0.1"
|
|
54
|
-
python-dotenv = "^1.0.1"
|
|
55
|
-
toml = "^0.10.2"
|
|
56
|
-
|
|
57
|
-
[build-system]
|
|
58
|
-
requires = ["poetry-core"]
|
|
59
|
-
build-backend = "poetry.core.masonry.api"
|
|
File without changes
|
|
File without changes
|
{ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/api/nested_serializers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/migrations/0001_initial.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/templatetags/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ipfabric_netbox-4.0.1b1 → ipfabric_netbox-4.0.1b2}/ipfabric_netbox/utilities/transform_map.py
RENAMED
|
File without changes
|