Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 533 Bytes

File metadata and controls

16 lines (13 loc) · 533 Bytes

Solid CRUD Client (Python)

Build a CRUD Client to interface with a solid POD

A lightweight Python interface for interacting with Solid Pods (e.g., solidcommunity.net) using OIDC authentication and RDF-based CRUD operations.

Features

  • Authenticate via Solid OIDC
  • Create, Read, Update, and Delete RDF resources
  • Built with requests + rdflib
  • Simple command-line example included

Quick Start

  1. Clone the repo:
    git clone https://github.com/YOUR_USERNAME/solid-crud-client.git
    cd solid-crud-client