nbforager 0.6.0__tar.gz → 0.7.0__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.6.0 → nbforager-0.7.0}/PKG-INFO +6 -10
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/types_.py +1 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/pyproject.toml +30 -29
- {nbforager-0.6.0 → nbforager-0.7.0}/LICENSE.txt +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/README.rst +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/__init__.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/__init__.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/base_ac.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/base_c.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/circuits.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/connector.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/core.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/dcim.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/extended_get.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/extras.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/ip_addresses.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/ipam.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/plugins_ca.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/status.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/tenancy.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/users.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/virtualization.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/api/wireless.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/exceptions.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/__init__.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/base_fa.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/circuits.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/core.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/dcim.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/extras.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/forager.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/ipam.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/ipv4.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/joiner.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/tenancy.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/users.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/virtualization.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/foragers/wireless.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/helpers.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/log.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/messages.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/nb_api.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/nb_cache.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/nb_forager.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/nb_tree.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/parser/__init__.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/parser/nb_custom.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/parser/nb_parser.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/parser/nb_value.py +0 -0
- {nbforager-0.6.0 → nbforager-0.7.0}/nbforager/py.typed +0 -0
@@ -1,33 +1,29 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: nbforager
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.7.0
|
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.11,<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
|
18
15
|
Classifier: Programming Language :: Python :: 3.11
|
19
16
|
Classifier: Programming Language :: Python :: 3.12
|
20
17
|
Classifier: Programming Language :: Python :: 3.13
|
21
18
|
Provides-Extra: test
|
22
19
|
Requires-Dist: ciscoconfparse (>=1.9,<2.0)
|
23
|
-
Requires-Dist: netports (>=0.
|
20
|
+
Requires-Dist: netports (>=0.17)
|
24
21
|
Requires-Dist: pydantic (>=2,<3)
|
25
22
|
Requires-Dist: requests (>=2,<3)
|
26
|
-
Requires-Dist: tabulate (>=0.9
|
27
|
-
Requires-Dist:
|
28
|
-
Requires-Dist: vhelpers (>=0.3,<1.0.0)
|
23
|
+
Requires-Dist: tabulate (>=0.9,<0.10)
|
24
|
+
Requires-Dist: vhelpers (>=0.3)
|
29
25
|
Project-URL: Bug Tracker, https://github.com/vladimirs-git/nbforager/issues
|
30
|
-
Project-URL: Download URL, https://github.com/vladimirs-git/nbforager/archive/refs/tags/0.
|
26
|
+
Project-URL: Download URL, https://github.com/vladimirs-git/nbforager/archive/refs/tags/0.7.0.tar.gz
|
31
27
|
Project-URL: homepage, https://github.com/vladimirs-git/nbforager
|
32
28
|
Project-URL: repository, https://github.com/vladimirs-git/nbforager
|
33
29
|
Description-Content-Type: text/x-rst
|
@@ -1,16 +1,17 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "nbforager"
|
3
|
-
version = "0.
|
3
|
+
version = "0.7.0"
|
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"
|
7
|
+
package-mode = true
|
7
8
|
license = "Apache-2.0"
|
8
9
|
keywords = ["netbox"]
|
9
10
|
classifiers = [
|
10
11
|
"Development Status :: 5 - Production/Stable",
|
11
12
|
"Intended Audience :: Developers",
|
12
13
|
"License :: OSI Approved :: Apache Software License",
|
13
|
-
"Programming Language :: Python :: 3.
|
14
|
+
"Programming Language :: Python :: 3.11",
|
14
15
|
"Natural Language :: English",
|
15
16
|
]
|
16
17
|
|
@@ -18,18 +19,17 @@ classifiers = [
|
|
18
19
|
homepage = "https://github.com/vladimirs-git/nbforager"
|
19
20
|
repository = "https://github.com/vladimirs-git/nbforager"
|
20
21
|
"Bug Tracker" = "https://github.com/vladimirs-git/nbforager/issues"
|
21
|
-
"Download URL" = "https://github.com/vladimirs-git/nbforager/archive/refs/tags/0.
|
22
|
+
"Download URL" = "https://github.com/vladimirs-git/nbforager/archive/refs/tags/0.7.0.tar.gz"
|
22
23
|
|
23
24
|
[tool.poetry.dependencies]
|
24
|
-
python = "^3.
|
25
|
+
python = "^3.11"
|
25
26
|
#
|
26
27
|
ciscoconfparse = "^1.9"
|
27
|
-
netports = ">=0.
|
28
|
+
netports = ">=0.17"
|
28
29
|
pydantic = "^2"
|
29
30
|
requests = "^2"
|
30
|
-
tabulate = "^0.9
|
31
|
-
|
32
|
-
vhelpers = ">=0.3,<1.0.0"
|
31
|
+
tabulate = "^0.9"
|
32
|
+
vhelpers = ">=0.3"
|
33
33
|
|
34
34
|
[tool.poetry.group.test.dependencies]
|
35
35
|
dictdiffer = "^0.9.0"
|
@@ -44,30 +44,28 @@ sphinx-rtd-theme = "^1.3.0"
|
|
44
44
|
sphinxnotes-strike = "^1.2"
|
45
45
|
|
46
46
|
[tool.poetry.group.dev.dependencies]
|
47
|
-
poetry = "^1.
|
47
|
+
poetry = "^2.1.2"
|
48
48
|
#
|
49
|
-
mypy = "^1.
|
50
|
-
pygments = "^2.
|
51
|
-
pylint = "^3.
|
52
|
-
pytest-cov = "^
|
49
|
+
mypy = "^1.15.0"
|
50
|
+
pygments = "^2.19.1" # rst-lint
|
51
|
+
pylint = "^3.3.6"
|
52
|
+
pytest-cov = "^6.1.1"
|
53
53
|
restructuredtext-lint = "^1.4.0"
|
54
|
-
ruff = "^0.
|
55
|
-
twine = "^
|
56
|
-
types-pyyaml = "^6.0.12.12"
|
57
|
-
types-requests = "^2.
|
58
|
-
types-tabulate = "^0.9.0.
|
59
|
-
typing-extensions = "^4.
|
60
|
-
|
61
|
-
[tool.setuptools.package-data]
|
62
|
-
nbforager = ["py.typed"]
|
54
|
+
ruff = "^0.11.4"
|
55
|
+
twine = "^6.1.0"
|
56
|
+
#types-pyyaml = "^6.0.12.12"
|
57
|
+
types-requests = "^2.32.0.20250328"
|
58
|
+
types-tabulate = "^0.9.0.20241207"
|
59
|
+
typing-extensions = "^4.9.0"
|
63
60
|
|
64
61
|
[tool.poetry.extras]
|
65
62
|
test = ["pytest"]
|
66
63
|
|
67
64
|
[tool.pylint]
|
68
|
-
disable = "fixme"
|
65
|
+
#disable = "fixme"
|
69
66
|
max-args = 10
|
70
67
|
max-attributes = 10
|
68
|
+
max-bool-expr = 10
|
71
69
|
max-line-length = 100
|
72
70
|
max-locals = 20
|
73
71
|
max-nested-blocks = 6
|
@@ -90,7 +88,7 @@ disable = [
|
|
90
88
|
]
|
91
89
|
|
92
90
|
[tool.mypy]
|
93
|
-
python_version = "3.
|
91
|
+
python_version = "3.11"
|
94
92
|
exclude = ["_notes"]
|
95
93
|
|
96
94
|
[[tool.mypy.overrides]]
|
@@ -107,17 +105,20 @@ exclude = [
|
|
107
105
|
"_notes",
|
108
106
|
"dist",
|
109
107
|
"examples",
|
108
|
+
"sdist",
|
110
109
|
"temp",
|
111
110
|
"tmp",
|
112
111
|
"venv",
|
113
112
|
]
|
114
113
|
line-length = 100
|
115
114
|
indent-width = 4
|
116
|
-
target-version = "
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
#
|
115
|
+
target-version = "py311"
|
116
|
+
|
117
|
+
[tool.ruff.lint.per-file-ignores]
|
118
|
+
"tests/*" = [
|
119
|
+
"F401", # imported but unused
|
120
|
+
"F811", # Redefinition of unused
|
121
|
+
]
|
121
122
|
|
122
123
|
[tool.ruff.format]
|
123
124
|
quote-style = "double"
|
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
|