solid-file-python is a Python library for creating and managing files and folders in Solid pods.
Read and try it on jupiter notebook now!
Currently the authentication process relies on endpoints and cookies by the node-solid-server. Therefore, at least for now, authentication with other pod providers won't work.
Solid is a specification that lets people store their data securely in decentralized data stores called Pods. Learn more about Solid on solidproject.org.
If you run the tests on terminal using VS Code as the editor, you need to add this line "terminal.integrated.env.osx": {"PYTHONPATH": "${workspaceFolder}"}
to /.vscode/setting.json
to make it work.
This project is inspired by (and porting from) jeff-zucker/solid-file-client I want to thank the original authors and the community who worked to build that lovely project for Solid ecosystem.