Metadata-Version: 2.1
Name: interpn
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: numpy >=1
Requires-Dist: pydantic >=2.5.2
Requires-Dist: pytest >=7.4.3 ; extra == 'test'
Requires-Dist: coverage >=7.3.2 ; extra == 'test'
Requires-Dist: ruff >=0.1.6 ; extra == 'test'
Requires-Dist: pyright >=1.1.337 ; extra == 'test'
Requires-Dist: mktestdocs >=0.2.1 ; extra == 'test'
Requires-Dist: scipy >=1.11.4 ; extra == 'bench'
Requires-Dist: matplotlib >=3.8 ; extra == 'bench'
Requires-Dist: mkdocs >=1.5.3 ; extra == 'doc'
Requires-Dist: mkdocstrings-python >=1.7.5 ; extra == 'doc'
Requires-Dist: mkdocs-material >=9.4.10 ; extra == 'doc'
Provides-Extra: test
Provides-Extra: bench
Provides-Extra: doc
License-File: LICENSE-APACHE
License-File: LICENSE-MIT
Summary: N-dimensional interpolation/extrapolation methods
Author-email: jlogan03@gmail.com
Requires-Python: >=3.9, <3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# interpn

Python bindings to the `interpn` Rust library for N-dimensional interpolation and extrapolation.


# License
Licensed under either of

- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.
