Metadata-Version: 2.4
Name: interpn
Version: 0.6.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: numpy>=2
Requires-Dist: pydantic>=2.5.2
Requires-Dist: pytest>=8.4.2 ; extra == 'test'
Requires-Dist: pytest-cov>=7.0.0 ; extra == 'test'
Requires-Dist: ruff>=0.13.3 ; 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 == 'test'
Requires-Dist: matplotlib>=3.8 ; extra == 'test'
Requires-Dist: scipy>=1.11.4 ; extra == 'bench'
Requires-Dist: matplotlib>=3.8 ; extra == 'bench'
Requires-Dist: memory-profiler>=0.61.0 ; 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
Home-Page: https://github.com/jlogan03/interpn/
Author-email: James Logan <jlogan03@gmail.com>
Requires-Python: >=3.9, <3.14
