nbforager 0.8.11__tar.gz → 0.8.12__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.11 → nbforager-0.8.12}/PKG-INFO +1 -1
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/types_.py +1 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/pyproject.toml +1 -1
- {nbforager-0.8.11 → nbforager-0.8.12}/LICENSE.txt +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/README.rst +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/__init__.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/__init__.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/base_ac.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/base_c.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/circuits.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/connector.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/core.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/dcim.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/extended_get.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/extras.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/ip_addresses.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/ipam.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/plugins_ca.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/status.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/tenancy.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/users.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/virtualization.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/api/wireless.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/constants.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/exceptions.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/__init__.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/base_fa.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/circuits.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/core.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/dcim.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/extras.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/forager.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/ipam.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/joiner.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/tenancy.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/users.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/virtualization.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/foragers/wireless.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/helpers.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/log.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/messages.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/nb_api.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/nb_cache.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/nb_forager.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/nb_tree.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/parser/__init__.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/parser/nb_custom.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/parser/nb_parser.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/parser/nb_value.py +0 -0
- {nbforager-0.8.11 → nbforager-0.8.12}/nbforager/py.typed +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: nbforager
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.12
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "nbforager"
|
3
|
-
version = "0.8.
|
3
|
+
version = "0.8.12"
|
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"
|
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
|