Hi @Alison.Quick
I am not sure if I mis-understand the question, but can they not look in their python script or jupyter notebook etc and see which library they are importing?
import DatastreamDSWS
or
import PyDSWS
Hello @Alison.Quick
The other way beside checking the application source code is using Python "pip list" command which give you a list of installed package/library.
Thank you - I have realised this was quite a stupid question as the answer was staring me in the face the whole time!!!!
Thanks Wasin, much appreciated!