Metadata-Version: 2.1
Name: jars
Version: 0.0.1
Summary: Next-generation objects for omics data
Home-page: https://github.com/gtca/jardata
Author: Danila Bredikhin
Author-email: danila.bredikhin@embl.de
Requires-Python: >= 3.9
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Intended Audience :: Science/Research
Requires-Dist: jaxlib
Requires-Dist: jax
Requires-Dist: polars
Requires-Dist: h5py
Requires-Dist: protobuf
Requires-Dist: sphinx >= 4.0 ; extra == "docs"
Requires-Dist: sphinx-rtd-theme ; extra == "docs"
Requires-Dist: readthedocs-sphinx-search ; extra == "docs"
Requires-Dist: nbsphinx ; extra == "docs"
Requires-Dist: sphinx_automodapi ; extra == "docs"
Project-URL: Documentation, https://jar.readthedocs.io/en/latest/
Provides-Extra: docs

# jardata

`JarData` is the next-generation data container built on JAX and Polars.

## Installation

```
# Stable
pip install jars
```

