solid-file-python icon indicating copy to clipboard operation
solid-file-python copied to clipboard

solid-file-python is a Python library for creating and managing files and folders in Solid pods. https://www.w3.org/community/solid/

Results 17 solid-file-python issues
Sort by recently updated
recently updated
newest added

- integration testing is still missing

enhancement
good first issue
hacktoberfest-accepted

A working example, e.g., a file browser app to show up how to build a solid app based on solid-file-python. The app shows how to integrate solid-file-python with Python web...

enhancement
good first issue
hacktoberfest-accepted

AS-IS * solid-file-python treats all resources as regular files. TO-BE * For basic users: treats these linked files as tightly bound to the resource they are referencing. In other words...

enhancement

AS-IS: solid-file-python cannot manipulate ACL in a solid pod. TO-BE As a user, I can use ACL management functions to set ACL for my resources. Need to clarity: We have...

enhancement
question

* Notifications https://solidproject.org/TR/protocol#notifications * Async API support * Websocket API support * Modeling structured data (dataset, things) https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/read-write-data/ * CSS compatiable *

enhancement

![image](https://user-images.githubusercontent.com/3183314/124853101-e6ea2780-dfd7-11eb-8263-e0d1dfffe719.png) ![image](https://user-images.githubusercontent.com/3183314/124853945-45fc6c00-dfd9-11eb-9958-16e0f9d98a7f.png)

This PR aims to support Solid-OIDC authentication, using the solid-oidc-client library as mentioned in #33. Essentially, it provides a new class `OidcAuth` to handle that. The rest of the library...