Metadata-Version: 2.5
Name: hdtkit
Version: 0.1.0
Summary: Convert between RDF Turtle (.ttl) and HDT (.hdt) — ttl to hdt, hdt to ttl.
Project-URL: Homepage, https://github.com/Shyam-Sundar-Reddy/hdtkit
Project-URL: Repository, https://github.com/Shyam-Sundar-Reddy/hdtkit
License: MIT
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Description-Content-Type: text/markdown

# hdtkit

A small CLI/package to convert between RDF Turtle (`.ttl`) and HDT (`.hdt`):

- `.ttl` → `.hdt`
- `.hdt` → `.ttl`

## Install (dev)

```bash
pip install -e ".[dev]"
```

## Usage

```bash
hdtkit to-hdt input.ttl output.hdt
hdtkit to-ttl input.hdt output.ttl
```

## Status

Early scaffold — conversion logic is not implemented yet.
