Linux NFS development
 help / color / mirror / Atom feed
* Bundling pynfs as a python package
@ 2023-01-03 11:24 Liad Oz
  2023-01-05  1:33 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: Liad Oz @ 2023-01-03 11:24 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

In my company, we want to integrate pynfs as part of our python
testing environment. To do this, we need a package that can be
installed using pip. Currently, it is not possible to turn pynfs into
a pip-installable package due to the directory structure. I have been
working on a branch that introduces major changes that fix this issue
https://github.com/LiadOz/pynfs/pull/1/files.

With this new branch, to install the package you need to run pip
install . in the root directory. For a local installation, run pip
install -e . (which replaces the use_local modules). I have also
updated the README with these changes.

After installation, several scripts should be automatically added to
the path (which is why using a virtual environment is recommended):
nfs41server, nfs41testserver, nfs41testclient, nfs41proxy,
showresults. I have checked these scripts and they seem to work.

Please note that I have not finished making all the changes needed for
nfs4.0. I could take the time to complete these changes if you think
the bundle changes can be merged into master.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-05  1:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-03 11:24 Bundling pynfs as a python package Liad Oz
2023-01-05  1:33 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox