Metadata-Version: 2.4
Name: strixonomy
Version: 0.28.1
Summary: Reserved PyPI package for the official Strixonomy Python SDK (planned v0.34)
Project-URL: Homepage, https://strixonomy.readthedocs.io/
Project-URL: Documentation, https://strixonomy.readthedocs.io/en/latest/guides/python-package/
Project-URL: Repository, https://github.com/eddiethedean/strixonomy
Project-URL: Issues, https://github.com/eddiethedean/strixonomy/issues
Project-URL: Changelog, https://github.com/eddiethedean/strixonomy/blob/main/CHANGELOG.md
Author: Strixonomy contributors
License: MIT OR Apache-2.0
Keywords: obo,ontology,owl,reserved,strixonomy
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# strixonomy (PyPI reservation)

This is the **official reserved** `strixonomy` distribution on PyPI. It secures the package name and establishes an automated release path for the future Python SDK.

## What this package is

- A **name reservation** artifact published by the Strixonomy project
- Version metadata and a `status()` helper that describe SDK plans

## What this package is not

This distribution does **not** provide:

- Ontology workspace APIs
- Query, validation, diff, or reasoning bindings
- CLI subprocess wrappers presented as an SDK
- Stable Python APIs or production support

For shipped capabilities today, use:

| Need | Artifact |
|------|----------|
| VS Code IDE | [Strixonomy extension](https://marketplace.visualstudio.com/items?itemName=strixonomy.strixonomy) |
| CLI / automation | `cargo install strixonomy-cli --locked` |
| Editor integration | `strixonomy-lsp` |
| Rust library | `strixonomy` on [crates.io](https://crates.io/crates/strixonomy) |

## Python SDK timeline

A real Python SDK with PyO3/Maturin bindings is planned for **Strixonomy v0.34**. See [Python package status](https://strixonomy.readthedocs.io/en/latest/guides/python-package/) and the [roadmap](https://strixonomy.readthedocs.io/en/latest/roadmap/).

## Install (optional)

```bash
pip install strixonomy
```

```python
import strixonomy

print(strixonomy.__version__)
print(strixonomy.status())
```

## License

MIT OR Apache-2.0 (same as the Strixonomy engine).
