numpydantic/docs/index.md

33 lines
480 B
Markdown
Raw Permalink Normal View History

# numpydantic
Type and shape validation and serialization for numpy arrays in pydantic models
- **Provide types** - Annotations (based on [npytyping](https://github.com/ramonhagenaars/nptyping))
for specifying numpy arrays in pydantic models, and
2024-02-05 23:39:29 +00:00
```{toctree}
:maxdepth: 2
:caption: Contents
:hidden: true
2024-02-05 23:39:29 +00:00
overview
ndarray
hooks
todo
```
```{toctree}
:maxdepth: 2
2024-02-05 23:39:29 +00:00
:caption: API
:hidden: true
api/index
api/ndarray
api/proxy
api/linkml/index
api/maps
api/monkeypatch
```