nbforager 0.8.9__tar.gz → 0.8.11__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.
- {nbforager-0.8.9 → nbforager-0.8.11}/PKG-INFO +7 -4
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/joiner.py +1 -1
- {nbforager-0.8.9 → nbforager-0.8.11}/pyproject.toml +5 -4
- {nbforager-0.8.9 → nbforager-0.8.11}/LICENSE.txt +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/README.rst +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/__init__.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/__init__.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/base_ac.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/base_c.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/circuits.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/connector.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/core.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/dcim.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/extended_get.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/extras.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/ip_addresses.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/ipam.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/plugins_ca.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/status.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/tenancy.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/users.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/virtualization.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/api/wireless.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/constants.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/exceptions.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/__init__.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/base_fa.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/circuits.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/core.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/dcim.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/extras.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/forager.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/ipam.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/tenancy.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/users.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/virtualization.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/foragers/wireless.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/helpers.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/log.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/messages.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/nb_api.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/nb_cache.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/nb_forager.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/nb_tree.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/parser/__init__.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/parser/nb_custom.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/parser/nb_parser.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/parser/nb_value.py +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/py.typed +0 -0
- {nbforager-0.8.9 → nbforager-0.8.11}/nbforager/types_.py +0 -0
@@ -1,26 +1,29 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: nbforager
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.11
|
4
4
|
Summary: Python package designed to assist in working with the Netbox REST API. The filter parameters are identical to those in the Web UI filter form. It replaces brief data with full information, and Netbox objects are represented as a recursive multidimensional dictionary.
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: netbox
|
7
7
|
Author: Vladimirs Prusakovs
|
8
8
|
Author-email: vladimir.prusakovs@gmail.com
|
9
|
-
Requires-Python: >=3.
|
9
|
+
Requires-Python: >=3.8,<4.0
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
13
13
|
Classifier: Natural Language :: English
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
15
|
+
Classifier: Programming Language :: Python :: 3.8
|
16
|
+
Classifier: Programming Language :: Python :: 3.9
|
17
|
+
Classifier: Programming Language :: Python :: 3.10
|
15
18
|
Classifier: Programming Language :: Python :: 3.11
|
16
19
|
Classifier: Programming Language :: Python :: 3.12
|
17
20
|
Classifier: Programming Language :: Python :: 3.13
|
18
21
|
Provides-Extra: test
|
19
|
-
Requires-Dist: netports (>=0
|
22
|
+
Requires-Dist: netports (>=1.0)
|
20
23
|
Requires-Dist: pydantic (>=2,<3)
|
21
24
|
Requires-Dist: requests (>=2,<3)
|
22
25
|
Requires-Dist: tabulate (>=0.9,<0.10)
|
23
|
-
Requires-Dist: vhelpers (>=0.
|
26
|
+
Requires-Dist: vhelpers (>=0.5)
|
24
27
|
Project-URL: Bug Tracker, https://github.com/vladimirs-git/nbforager/issues
|
25
28
|
Project-URL: homepage, https://github.com/vladimirs-git/nbforager
|
26
29
|
Project-URL: repository, https://github.com/vladimirs-git/nbforager
|
@@ -248,7 +248,7 @@ class Joiner:
|
|
248
248
|
super_prefixes = sub_prefixes
|
249
249
|
continue
|
250
250
|
for super_prefix in super_prefixes:
|
251
|
-
if super_prefix["_ipv4"].
|
251
|
+
if super_prefix["_ipv4"].len == 32:
|
252
252
|
continue
|
253
253
|
for sub_prefix in sub_prefixes:
|
254
254
|
if sub_prefix["_ipv4"] in (super_prefix["_ipv4"]):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "nbforager"
|
3
|
-
version = "0.8.
|
3
|
+
version = "0.8.11"
|
4
4
|
description = "Python package designed to assist in working with the Netbox REST API. The filter parameters are identical to those in the Web UI filter form. It replaces brief data with full information, and Netbox objects are represented as a recursive multidimensional dictionary."
|
5
5
|
authors = ["Vladimirs Prusakovs <vladimir.prusakovs@gmail.com>"]
|
6
6
|
readme = "README.rst"
|
@@ -21,13 +21,14 @@ repository = "https://github.com/vladimirs-git/nbforager"
|
|
21
21
|
"Bug Tracker" = "https://github.com/vladimirs-git/nbforager/issues"
|
22
22
|
|
23
23
|
[tool.poetry.dependencies]
|
24
|
-
python = "^3.
|
24
|
+
python = "^3.8"
|
25
|
+
#python = "^3.11"
|
25
26
|
#
|
26
|
-
netports = ">=0
|
27
|
+
netports = ">=1.0"
|
27
28
|
pydantic = "^2"
|
28
29
|
requests = "^2"
|
29
30
|
tabulate = "^0.9"
|
30
|
-
vhelpers = ">=0.
|
31
|
+
vhelpers = ">=0.5"
|
31
32
|
|
32
33
|
[tool.poetry.group.test.dependencies]
|
33
34
|
dictdiffer = "^0.9.0"
|
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
|