Metadata-Version: 2.4
Name: ldpserver
Version: 0.0.1
Summary: A basic LDP-server implementation based on FastAPI
Author: dennisvang
Author-email: dennisvang <djvg@protonmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: fastapi[standard]
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/dennisvang/ldpserver
Project-URL: Issues, https://github.com/dennisvang/ldpserver/issues
Description-Content-Type: text/markdown

# LDP-server

A basic LDP-server implementation based on [FastAPI].

This implementation follows the [Linked Data Platform 1.0] recommendation:

>Linked Data Platform (LDP) defines a set of rules for HTTP operations on web resources, some based on RDF, to provide an architecture for read-write Linked Data on the web. 


[FastAPI]: https://github.com/fastapi/fastapi
[Linked Data Platform 1.0]: https://www.w3.org/TR/2015/REC-ldp-20150226/
