Skip to content

twonote/solid-file-python

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

License: MIT pypi versions PyPI - Downloads GitHub closed issues

About

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!

Limitations

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.

What is Solid?

Solid is a specification that lets people store their data securely in decentralized data stores called Pods. Learn more about Solid on solidproject.org.

Test setting

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.

Credit

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.