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
Thank you - I have realised this was quite a stupid question as the answer was staring me in the face the whole time!!!!
You are welcome.
Please click the 'Accept' text next to whichever answer you found most helpful. This will guide all community members who have a similar question.
Thanks,
AHS
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.