Metadata-Version: 2.4
Name: rustdl
Version: 0.2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering
Summary: Sound, performant OWL 2 DL (SROIQ) reasoner in Rust — Python bindings
Keywords: owl,ontology,reasoner,description-logic,semantic-web
Author: rustdl contributors
License: Apache-2.0 OR MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Changelog, https://github.com/MaastrichtU-IDS/rustdl/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/MaastrichtU-IDS/rustdl/blob/main/README.md
Project-URL: Homepage, https://github.com/MaastrichtU-IDS/rustdl
Project-URL: Repository, https://github.com/MaastrichtU-IDS/rustdl

# rustdl Python bindings

Python bindings for the rustdl OWL 2 DL (SROIQ) reasoner, built with PyO3 + maturin.

```python
import rustdl
print(rustdl.__version__)
```

