-
elkrause
I found a lib for ownCloud that works also with my NextCloud installation and Python 3 —> pyocclient
-
elkrause
Thanks @cvp for explaining the basics! I managed to install the libs. I needed to be logged in GitHub to see the download link.
-
elkrause
@mikael @cvp Yes, this was my question. I have installed stash and are able to pip the standard libs. But I don‘t know how to download specific GitHib repos to be used as lib. Sorry for my newbie question.
-
elkrause
Hi! Could you recommend a WebDAV client lib? I would like to write files to my NextCloud private cloud.
I have tried EasyWebDav but it‘s only for Python 2. WebDavClient3 needs the lib „lxml“ that won‘t install with Pythonista.
-
elkrause
@cvp Sorry for my newbie question : Besides your SMB_Client.py you use more Python libs. How do I get these into Pythonista? Merci!
-
-
elkrause
Hi!
I would like to write multi-platform scripts for Pythonista on iOS, Mac and Windows.
Do you know a way how a script which is executed within Pythonista can check that it is executed within Pythonista and not on a Mac?