LDP 1.0 Client for Python.
Very prototypical client, initially written for cross-testing Apache Marmotta reference implementation.
Releases available from PyPI: https://pypi.python.org/pypi/ldpy
pip install ldpy
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.