Metadata-Version: 2.4
Name: hv-anndata
Version: 0.0.3a4
Dynamic: Summary
Author-email: "Philipp A." <flying-sheep@web.de>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Requires-Dist: anndata>=0.13rc3
Requires-Dist: fast-array-utils[accel]
Requires-Dist: holoviews>=1.23
Requires-Dist: numpy
Requires-Dist: pandas
Provides-Extra: panel
Requires-Dist: bokeh; extra == 'panel'
Requires-Dist: datashader; extra == 'panel'
Requires-Dist: panel; extra == 'panel'
Requires-Dist: panel-material-ui>=0.4; extra == 'panel'
Requires-Dist: param; extra == 'panel'
Description-Content-Type: text/markdown

# hv-anndata

Holoviz Anndata Interface

## Hacking

In order to run the notebooks, install the `hv-anndata` kernel:

```bash
hatch run docs:install-kernel
hatch env find docs  # if you need the path for e.g. VS Code
```

- Tests: `hatch test`
- Docs: `hatch docs:build`
- Lints: `pre-commit run --all-files` (use `pre-commit install` and `nbstripout --install` to install Git hooks)
