Metadata-Version: 2.5
Name: verifiably-nodes
Version: 0.2.0
Import-Name: nodes.core
Import-Namespace: nodes
Summary: Nodes core: a problem-agnostic knowledge substrate
Project-URL: Homepage, https://github.com/verifiably/nodes
Project-URL: Repository, https://github.com/verifiably/nodes
Project-URL: Issues, https://github.com/verifiably/nodes/issues
Author-email: Keith Hughitt <keith.hughitt@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: rfc8785<0.2,>=0.1.4
Description-Content-Type: text/markdown

# verifiably-nodes

Nodes core: a problem-agnostic knowledge substrate.

`verifiably-nodes` is the Python implementation of the Nodes kernel — a portable
corpus of plain-text nodes with typed relations, structural shapes, and
derived full-text-search and similarity indexes. A TypeScript implementation
([`@verifiably/nodes`](https://www.npmjs.com/package/@verifiably/nodes)) passes
the same cross-language conformance fixtures.

## Install

```
pip install verifiably-nodes
```

## Use

```python
import nodes.core
```

The `nodes` namespace is a PEP 420 native namespace package; `verifiably-nodes`
ships exactly the `nodes.core` subpackage.

## Documentation

The language-neutral format and behavior specification, both
implementations, and the shared conformance fixtures live at
<https://github.com/verifiably/nodes>.

## License

MIT
