summaryrefslogtreecommitdiff
path: root/net-mgmt/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-07-17 13:55:28 +0200
committerKai Knoblich <kai@FreeBSD.org>2022-07-17 14:04:30 +0200
commitce547df4b991787d0b6b064bead52044db5a1299 (patch)
tree92dfdda191a4ce11ba52138e24d32937ddf96fbe /net-mgmt/Makefile
parentmail/dovecot-fts-flatcurve: Update to 0.3.1 (diff)
net-mgmt/py-netutils: New port
This Python library contains a collection of objects for common network automation tasks. It intends to keep the following tenets: * Must not be any dependencies required to run the library. * May be some optional dependencies, to be managed by the user in opt in fashion. * Shall prefer functions over classes. * Shall prefer a folder and file structure that is flat. * Shall leverage docstrings as the primary documentation mechanism. * Must provide examples in every public function. * Shall retain a high test coverage. WWW: https://github.com/networktocode/netutils
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r--net-mgmt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index da7b3315c31b..9640aa6ac1b3 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -312,6 +312,7 @@
SUBDIR += py-napalm-logs
SUBDIR += py-ncclient
SUBDIR += py-netbox-plugin-extensions
+ SUBDIR += py-netutils
SUBDIR += py-nxapi-plumbing
SUBDIR += py-opn-cli
SUBDIR += py-pdagent