Metadata-Version: 2.1
Name: xspline
Version: 0.1.1
Summary: Advanced spline package that provides b-spline bases, their derivatives and integrals
Author-email: IHME Math Sciences <ihme.math.sciences@gmail.com>
License: BSD 2-Clause
Project-URL: github, https://github.com/ihmeuw-msca/xspline
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy>=1.25.1
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: furo; extra == "docs"

.. image:: https://img.shields.io/pypi/l/xspline
    :target: https://github.com/ihmeuw-msca/xspline/blob/main/LICENSE

.. image:: https://img.shields.io/pypi/v/xspline
    :target: https://pypi.org/project/xspline

.. image:: https://img.shields.io/github/actions/workflow/status/ihmeuw-msca/xspline/python-build.yml?branch=main
    :target: https://github.com/ihmeuw-msca/xspline/actions

.. image:: https://img.shields.io/badge/docs-here-green
    :target: https://ihmeuw-msca.github.io/xspline

.. image:: https://img.shields.io/codecov/c/github/ihmeuw-msca/xspline
    :target: https://codecov.io/gh/ihmeuw-msca/xspline

.. image:: https://img.shields.io/codacy/grade/f1646d62d6764e77a59d6c71df262ed4
    :target: https://app.codacy.com/gh/ihmeuw-msca/xspline/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade


XSpline
=======

Advanced spline package that provides b-spline bases, their derivatives and integrals.


* `Installation <https://ihmeuw-msca.github.io/xspline/installation.html>`_
* `Quickstart <https://ihmeuw-msca.github.io/xspline/quickstart.html>`_
