mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-10 00:34:29 +00:00
further fixing readme
This commit is contained in:
parent
1ae235cec6
commit
927964d3ff
1 changed files with 5 additions and 2 deletions
|
@ -34,8 +34,11 @@ generating JSON Schema, serialization to JSON
|
||||||
- **Types** - Annotations (based on [npytyping](https://github.com/ramonhagenaars/nptyping))
|
- **Types** - Annotations (based on [npytyping](https://github.com/ramonhagenaars/nptyping))
|
||||||
for specifying arrays in pydantic models
|
for specifying arrays in pydantic models
|
||||||
- **Validation** - Shape, dtype, and other array validations
|
- **Validation** - Shape, dtype, and other array validations
|
||||||
- **Interfaces** - Works with {mod}`~.interface.numpy`, {mod}`~.interface.dask`, {mod}`~.interface.hdf5`,
|
- **Interfaces** - Works with [`numpy`](https://numpydantic.readthedocs.io/en/latest/api/interface/numpy.html),
|
||||||
{mod}`~.interface.video`, and {mod}`~.interface.zarr`,
|
[`dask`](https://numpydantic.readthedocs.io/en/latest/api/interface/dask.html),
|
||||||
|
[`hdf5`](https://numpydantic.readthedocs.io/en/latest/api/interface/hdf5.html),
|
||||||
|
[`video`](https://numpydantic.readthedocs.io/en/latest/api/interface/video.html),
|
||||||
|
[`zarr`](https://numpydantic.readthedocs.io/en/latest/api/interface/zarr.html),
|
||||||
and a simple extension system to make it work with whatever else you want!
|
and a simple extension system to make it work with whatever else you want!
|
||||||
- **Serialization** - Dump an array as a JSON-compatible array-of-arrays with enough metadata to be able to
|
- **Serialization** - Dump an array as a JSON-compatible array-of-arrays with enough metadata to be able to
|
||||||
recreate the model in the native format
|
recreate the model in the native format
|
||||||
|
|
Loading…
Reference in a new issue