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-win_amd64.whl
Download: [link]
Size: 241186
MD5: 0b0d97630a527b6105f3f9149f69833a
SHA256: 35b58771e5253073eb49535680dc56017e1feda74b7a8f3b8c9a38012d66288a
Uploaded: 2024-08-21 22:06:20 +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-win_amd64

RECORD

Path Digest Size
ndsplines/__init__.py sha256=W6XpP-e043EnA8TTxRDx_F_vgzu4qxiuW3kkSLe7_1g 1235
ndsplines/_bspl.c sha256=8OW2oNUwO1DF8GSvMun1DgfxPtL3b-EM1h9quzUPzuQ 1118839
ndsplines/_bspl.cp38-win_amd64.pyd sha256=YZ1UO7gMuhCRP-CWnGmbK9jxKeibyPSQWEejbYO6Cio 153088
ndsplines/_bspl.h sha256=NHQkomcOOCZVsU-k4y0ang5xMbHV2DIdaNpZ3hZYwoA 1921
ndsplines/_bspl.pyx sha256=C7jzevublxdnhIuPod0B9DZEbeTe6deVDCeQmuANbQQ 4780
ndsplines/_npy_bspl.py sha256=Uof4oCKIkDMVxDCN9hijn13dLJtzgQ6RQ1zRbkjTl-E 5204
ndsplines/ndsplines.py sha256=ZbHp33Z9H0D-FQxyaWRkAgCC-qh_tQn0kVrWdmTaMyc 32190
ndsplines/version.py sha256=dwm-k_Z-jVJh3XvUUihA4YH_iqS5EfkubVd6suUFZB0 427
ndsplines-0.2.0.dist-info/LICENSE sha256=2scIt8lxHXcNN_SFFmVc58OyAjdpl-cv1puM__ncpm0 3402
ndsplines-0.2.0.dist-info/METADATA sha256=X11Ve4aCvO-ab3vPCrCO8CyoczJsAF2o4c1Y1_Cxjvk 13161
ndsplines-0.2.0.dist-info/WHEEL sha256=7gvl0dCbVTebghm43aP3y0WeizA_ShLQd9uyJMZ-IUI 99
ndsplines-0.2.0.dist-info/top_level.txt sha256=hAAzrTtKFEqz7k-TQic_dqzoqNB-bmWi-oc_xkKdQUA 10
ndsplines-0.2.0.dist-info/RECORD

top_level.txt

ndsplines