https://github.com/fligt/webdavnext
Experimental Python package to support working with data from our Nextcloud server
https://github.com/fligt/webdavnext
nextcloud webdav
Last synced: 12 months ago
JSON representation
Experimental Python package to support working with data from our Nextcloud server
- Host: GitHub
- URL: https://github.com/fligt/webdavnext
- Owner: fligt
- License: mit
- Created: 2025-06-30T12:45:32.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-30T14:46:29.000Z (12 months ago)
- Last Synced: 2025-06-30T15:24:14.409Z (12 months ago)
- Topics: nextcloud, webdav
- Language: Jupyter Notebook
- Homepage: https://fligt.github.io/webdavnext/
- Size: 359 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to webdavnext
Interdisciplinary cooperation in data science projects requires smooth
access to both code and data. However, in our world of heritage science
we lack basic infrastructure to easily share data files that can be
explored and used directly in Jupyter notebooks. Recently our lab has
installed a Nextcloud server that gives our team the possibility to
share project folders with data files. These can be accessed manually
via a web interface, but also programmatically with the webdav protocol.
With `webdavnext` we want to learn how to smoothly share dynamic data
directly in Jupyter notebooks via the webdav protocol…