Metadata-Version: 2.4
Name: iladub
Version: 0.0.1
Summary: Semantic document compiling
Project-URL: Homepage, https://github.com/iladub/iladub
Project-URL: Repository, https://github.com/iladub/iladub
Project-URL: Issues, https://github.com/iladub/iladub/issues
Author: François Rosselet
License-Expression: MIT
License-File: LICENSE
Keywords: compiler,documents,extraction,nlp,semantic
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Text Processing :: Markup
Requires-Python: >=3.11
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.6; extra == 'dev'
Description-Content-Type: text/markdown

# iladub

> Semantic document compiling.

**iladub** (𒅍𒁾, Sumerian *íl* "to carry" + *dub* "tablet/document" — "tablet-bearer") is a toolkit for
compiling documents into semantic, structured representations.

> [!NOTE]
> Early development — APIs are not yet stable.

## Installation

```bash
pip install iladub
```

## Usage

```python
import iladub

print(iladub.__version__)
```

## Development

```bash
git clone https://github.com/iladub/iladub
cd iladub
pip install -e ".[dev]"
pytest
```

## License

[MIT](LICENSE)
