Metadata-Version: 2.4
Name: hakodesh-iudex
Version: 0.0.1
Summary: שם שמור: לקוח jev של hakodesh נשלח בתוך hakodesh עצמו כ-hakodesh.iudex
Author: Shelleyguitar
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://pypi.org/project/hakodesh/
Keywords: placeholder,hakodesh,iudex,jev
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# hakodesh-iudex

**This distribution is a reserved name. It contains no modules, and installing it does nothing.**

The jev client it is named for is not distributed separately. It ships inside
[`hakodesh`](https://pypi.org/project/hakodesh/) as the submodule `hakodesh.iudex`:

```sh
pip install hakodesh
```

```python
from hakodesh import iudex
out = iudex.ask({"state": "...", "questions": {"answer": {"type": "noul", "instructions": "..."}}})
```

jev itself is an optional dependency. `hakodesh` imports, and its test suite passes, on a machine
where jev was never installed; `iudex` shells out to the `jev` command and never imports it.

The name is held so that a future split-out of `hakodesh.iudex` keeps the obvious name, and so
that no unrelated distribution can occupy it in the meantime. If that split ever happens it will
begin at version 0.1.0, superseding this placeholder rather than extending it.
