Metadata-Version: 2.4
Name: metta-numpy
Version: 0.9.3
Summary: NumPy as the default array library of the MeTTa Python seat
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pymetta==0.9.3
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: hypothesis>=6.165; extra == "test"

# metta-numpy

NumPy as the default array library of the MeTTa Python seat.

`pymetta` names no third-party library. This package is one row against the `array` point, and the seat
finds it exactly as it finds a package written by somebody else: through the
`metta.extensions` entry point, loaded at the first dispatch that has no answer
without it, or through `import metta_numpy`, whose module body registers the same
rows.

```sh
pip install metta-numpy          # or: pip install 'pymetta[arrays]'
```

Its tests are in `tests/`, and they run in the workspace suite:

```sh
sh extensions/python/test.sh ext/metta-numpy
```
