Metadata-Version: 2.1
Name: digrdf
Version: 0.1.0
Summary: RDF Schema Diagram creation tool
Author: Lawson Lewis
Author-email: lawson@kurrawong.ai
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pyvis (>=0.3.2,<0.4.0)
Description-Content-Type: text/markdown

# Diagrammer

Generates Schema Diagrams from RDF

## Dependencies

- [ARQ - A Sparql Processor for Jena](https://jena.apache.org/documentation/query/index.html)

TODO: Fallback to rdflib if sparql is not available. Currently not used because of performance issues.

## Installation

```bash
pip install digrdf
```
## Usage

from the command line

```bash

```


