ndsplines

View on PyPIReverse Dependencies (2)

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

Wheel Details

Project: ndsplines
Version: 0.2.0
Filename: ndsplines-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Download: [link]
Size: 247132
MD5: 4b766775e2473f893b672cc59298c8ed
SHA256: 174f87ea7dc06e73676e68aec1ef94efdc8297158838de342ebcec705aee2af1
Uploaded: 2024-08-21 22:06:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ndsplines
Version: 0.2.0
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: scipy
Requires-Dist: numpy (<2); python_version <= "3.8"
Requires-Dist: numpy; python_version > "3.8"
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"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pandas; extra == "test"
Provides-Extra: docs
Provides-Extra: examples
Provides-Extra: test
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 7823 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (73.0.1)
Root-Is-Purelib: false
Tag: cp38-cp38-macosx_10_9_x86_64

RECORD

Path Digest Size
ndsplines/version.py sha256=H-qsvrxCpdhaQzyddR-yajEqI71hPxLa4KxzpP3uS1g 411
ndsplines/_bspl.c sha256=xsV_oJqvU88kw2Tnl9KoUxgeJ7JG2hZp-Q-Ese1OExM 1123723
ndsplines/ndsplines.py sha256=BF3DHZrFPuKjvsyNfRhuW__AH1CZ9mh4adkYhcqaANQ 31350
ndsplines/_bspl.pyx sha256=liY4HNFuNv5O-sS26VLjWlavWTULw1zfMNJfJD_GQtU 4619
ndsplines/__init__.py sha256=sw3L2GOUdaHp-vEnU4P1MMDmmP1rI2SFyGFowrZmZqo 1185
ndsplines/_bspl.cpython-38-darwin.so sha256=B1WDiNxjCuI8-QB-HxvY-oLKhlb7RXRdkg_6HmUXNTY 189112
ndsplines/_bspl.h sha256=RxFFZ4NMlLk0Ywp0yXINmNAejjS9gTFL5tVVAPOINGA 1854
ndsplines/_npy_bspl.py sha256=yTp-KA6qYHWq-I-J17MCA5i8-i2HUBfQ_Eu6m334gec 5051
ndsplines-0.2.0.dist-info/RECORD
ndsplines-0.2.0.dist-info/LICENSE sha256=j-m0LDh3slEDN21iNceoswE1XBCMEMdPc8DaJy1gHTk 3337
ndsplines-0.2.0.dist-info/WHEEL sha256=8y2QvCpcSKmOgs79baMSk0qx04BdDMPVSNe-YTQC1No 108
ndsplines-0.2.0.dist-info/top_level.txt sha256=hAAzrTtKFEqz7k-TQic_dqzoqNB-bmWi-oc_xkKdQUA 10
ndsplines-0.2.0.dist-info/METADATA sha256=IBSXeFfOjJ_SwZ_bFrkVG92KUd93jXlboG-paWDYlQY 12846

top_level.txt

ndsplines