Metadata-Version: 2.4
Name: unxts.hypothesis
Version: 2.0.0
Summary: Hypothesis strategies for unxt (canonical: unxts.hypothesis)
Project-URL: Bug Tracker, https://github.com/GalacticDynamics/unxt/issues
Project-URL: Homepage, https://github.com/GalacticDynamics/unxt
Author-email: GalacticDynamics <nstarman@users.noreply.github.com>, Nathaniel Starkman <nstarman@users.noreply.github.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: hypothesis[numpy]>=6.138.14
Requires-Dist: jax>=0.5.3
Requires-Dist: unxt>=2.0.0
Description-Content-Type: text/markdown

# unxts.hypothesis

Hypothesis strategies for [unxt](https://github.com/GalacticDynamics/unxt).

This is the canonical package (`unxts.hypothesis`). The legacy `unxt_hypothesis` package continues to work via a thin backward-compatible shim.

## Install

```bash
pip install unxts.hypothesis
```

## Usage

```python
import unxts.hypothesis as ust
```
