diff options
Diffstat (limited to 'net-mgmt/py-netutils/pkg-descr')
-rw-r--r-- | net-mgmt/py-netutils/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/py-netutils/pkg-descr b/net-mgmt/py-netutils/pkg-descr new file mode 100644 index 000000000000..f05e6e4f32c1 --- /dev/null +++ b/net-mgmt/py-netutils/pkg-descr @@ -0,0 +1,15 @@ +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 |