ndsplines

View on PyPIReverse Dependencies (3)

0.2.0.post0 ndsplines-0.2.0.post0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ndsplines-0.2.0.post0-cp39-cp39-win_amd64.whl
ndsplines-0.2.0.post0-cp39-cp39-macosx_10_9_x86_64.whl
ndsplines-0.2.0.post0-cp39-cp39-macosx_11_0_arm64.whl
ndsplines-0.2.0.post0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ndsplines-0.2.0.post0-cp38-cp38-win_amd64.whl
ndsplines-0.2.0.post0-cp38-cp38-macosx_10_9_x86_64.whl
ndsplines-0.2.0.post0-cp38-cp38-macosx_11_0_arm64.whl
ndsplines-0.2.0.post0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ndsplines-0.2.0.post0-cp313-cp313-win_amd64.whl
ndsplines-0.2.0.post0-cp313-cp313-macosx_10_13_x86_64.whl
ndsplines-0.2.0.post0-cp313-cp313-macosx_11_0_arm64.whl
ndsplines-0.2.0.post0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ndsplines-0.2.0.post0-cp312-cp312-win_amd64.whl
ndsplines-0.2.0.post0-cp312-cp312-macosx_10_13_x86_64.whl
ndsplines-0.2.0.post0-cp312-cp312-macosx_11_0_arm64.whl
ndsplines-0.2.0.post0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ndsplines-0.2.0.post0-cp311-cp311-win_amd64.whl
ndsplines-0.2.0.post0-cp311-cp311-macosx_10_9_x86_64.whl
ndsplines-0.2.0.post0-cp311-cp311-macosx_11_0_arm64.whl
ndsplines-0.2.0.post0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ndsplines-0.2.0.post0-cp310-cp310-win_amd64.whl
ndsplines-0.2.0.post0-cp310-cp310-macosx_10_9_x86_64.whl
ndsplines-0.2.0.post0-cp310-cp310-macosx_11_0_arm64.whl

Wheel Details

Project: ndsplines
Version: 0.2.0.post0
Filename: ndsplines-0.2.0.post0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Download: [link]
Size: 602174
MD5: df404d6ac919fbd2ad19102a8135038f
SHA256: fd102dc65b65ba63a33c851f796688949ead2caf1ecb19ae0be4b1ce84aeebc6
Uploaded: 2025-01-19 06:04:12 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: ndsplines
Version: 0.2.0.post0
Summary: Multi-dimensional splines
Author-Email: Benjamin Margolis <ben[at]sixpearls.com>
Maintainer-Email: Kenneth Lyons <ixjlyons[at]gmail.com>
License: BSD 3-Clause License Copyright (c) 2019, Benjamin Margolis and contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ndsplines includes modified source code from the SciPy library. These are listed below with their original license: Files: _bspl.pyx, _bspl.h License: 3-clause BSD Copyright (c) 2001, 2002 Enthought, Inc. All rights reserved. Copyright (c) 2003-2019 SciPy Developers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: a. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. b. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. c. Neither the name of Enthought nor the names of the SciPy Developers may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: numpy (<2); python_version <= "3.8"
Requires-Dist: numpy; python_version > "3.8"
Requires-Dist: scipy (<1.15)
Requires-Dist: pytest; extra == "test"
Requires-Dist: pandas; extra == "test"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_gallery; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: pandas; extra == "docs"
Requires-Dist: matplotlib; extra == "examples"
Requires-Dist: pandas; extra == "examples"
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: examples
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 7823 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: false
Tag: cp39-cp39-manylinux_2_17_x86_64
Tag: cp39-cp39-manylinux2014_x86_64

RECORD

Path Digest Size
ndsplines/_npy_bspl.py sha256=yTp-KA6qYHWq-I-J17MCA5i8-i2HUBfQ_Eu6m334gec 5051
ndsplines/_bspl.h sha256=RxFFZ4NMlLk0Ywp0yXINmNAejjS9gTFL5tVVAPOINGA 1854
ndsplines/_bspl.c sha256=i-uOiqwqc8cz9t30UZHQNugq_1_OPTZ119DO49q_7I0 1140606
ndsplines/_bspl.cpython-39-x86_64-linux-gnu.so sha256=QKGjU8KhpCdMgNOAkIIwDbKlSxcUvnobAf2qQ-nvTdU 1427736
ndsplines/__init__.py sha256=sw3L2GOUdaHp-vEnU4P1MMDmmP1rI2SFyGFowrZmZqo 1185
ndsplines/ndsplines.py sha256=BF3DHZrFPuKjvsyNfRhuW__AH1CZ9mh4adkYhcqaANQ 31350
ndsplines/version.py sha256=15MNSMCby3Rg8nNytTJRSDdAcyekfgPIFbMXWgdiVq4 417
ndsplines/_bspl.pyx sha256=liY4HNFuNv5O-sS26VLjWlavWTULw1zfMNJfJD_GQtU 4619
ndsplines-0.2.0.post0.dist-info/METADATA sha256=wSEr8Gm1-C4VV6L4jtDL2L1-_TdvqJEUIa5wKr2ye6U 12846
ndsplines-0.2.0.post0.dist-info/RECORD
ndsplines-0.2.0.post0.dist-info/top_level.txt sha256=hAAzrTtKFEqz7k-TQic_dqzoqNB-bmWi-oc_xkKdQUA 10
ndsplines-0.2.0.post0.dist-info/WHEEL sha256=hP2N_hS4PKw-M4krXQgMGtCEsQMkokQDIc5uU4EZO1Y 147
ndsplines-0.2.0.post0.dist-info/LICENSE sha256=j-m0LDh3slEDN21iNceoswE1XBCMEMdPc8DaJy1gHTk 3337

top_level.txt

ndsplines