Source: nfsclient
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Arslan Masood <contact@arszilla.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/Pennyw0rth/NfsClient
Vcs-Browser: https://gitlab.com/kalilinux/packages/NfsClient
Vcs-Git: https://gitlab.com/kalilinux/packages/NfsClient.git

Package: python3-nfsclient
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Python library to simulate NFS client 
 pyNfsClient is a generic open source toolkit for Linux NFS file system
 simulation as client. Constructed parameters are sent via RPC and then 
 the response is analyzed in reference to NFS protocol specifications
 (RFC1813).
 .
 You could form your custom scenarios that consist of basic actions to meet
 expectations.
 .
 Currently only NFSv3 is supported, NFS v4.1 is under development.
