Metadata-Version: 2.4
Name: bsplx
Version: 0.1.1
Summary: A minimal B-spline implementation in (JIT-compatible) Jax.
Project-URL: Repository, https://github.com/mrochk/bsplx
Author-email: Maxime Rochkoulets <mrochkoulets@gmail.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: beartype>=0.22.9
Requires-Dist: jax>=0.10.0
Requires-Dist: jaxtyping>=0.3.9
Description-Content-Type: text/markdown

# bsplx

A minimal B-spline implementation in (JIT-compatible) Jax.

### Usage
```
pip install bsplx
```