Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDPy

LDP 1.0 Client for Python.

Very prototypical client, initially written for cross-testing Apache Marmotta reference implementation.

Setup

Releases available from PyPI: https://pypi.python.org/pypi/ldpy

pip install ldpy

Usage

ldpy = ldpy.Client("http://localhost:8080/ldp")
resource = ldpy.create("http://localhost:8080/ldp", open("file.ttl"), "text/turtle", "example")
print ldpy.read(resource)

Available under Apache License, Version 2.0.

About

LDP Client for Python. Very prototypical, initially written to cross-testing Apache Marmotta reference implementation.

Resources

Stars

11 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages