Metadata-Version: 2.1
Name: bsplines2d
Version: 0.0.11
Summary: A python library for generic multidimensional bsplines on various meshes, using datastock
Home-page: https://github.com/ToFuProject/bsplines2d
Author: Didier VEZINET
Author-email: didier.vezinet@gmail.com
License: MIT
Keywords: bsplines data analysis modelling mesh plot
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: astropy
Requires-Dist: contourpy
Requires-Dist: datastock>=0.0.34
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-gallery; extra == "dev"
Requires-Dist: sphinx_bootstrap_theme; extra == "dev"

# bsplines2d
Toolbox for creating and using multi-dimension bsplines, with multiple meshes
