Metadata-Version: 2.1
Name: lodkit
Version: 0.1.11
Summary: 
Author: Lukas Plank
Author-email: lupl@tuta.io
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: agraph-python (>=102.0.0,<103.0.0)
Requires-Dist: docker (>=6.1.3,<7.0.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: owlrl (>=6.0.2,<7.0.0)
Requires-Dist: pycurl (>=7.45.2,<8.0.0)
Requires-Dist: pytest (>=7.3.1,<8.0.0)
Requires-Dist: rdflib (==7.0.0)
Requires-Dist: reasonable (>=0.2.2,<0.3.0)
Description-Content-Type: text/markdown

![<img src="lodkit.png" width=50% height=50%>](https://raw.githubusercontent.com/lu-pl/lodkit/main/lodkit.png)

# LODKit
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![PyPI version](https://badge.fury.io/py/lodkit.svg)](https://badge.fury.io/py/lodkit)

LODKit is a collection of Linked Open Data related Python functionalities. 

LODkit (includes|will include)
- a custom `rdflib.Graph` subclass that is capable of 
  - RDFS and OWL-RL inferencing 
  - Bnode-safe graph merging [todo]
- a custom importer for loading RDF files as if they where Python modules
- LOD-specific type definitions
- [...]

## Examples
[todo]

