Metadata-Version: 2.4
Name: halox
Version: 0.1.2
Summary: Dark matter halo properties using JAX
Author-email: Florian Kéruzoré <florian.keruzore@gmail.com>
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: jax-cosmo>=0.1.0
Requires-Dist: jax>=0.4.30
Provides-Extra: docs
Requires-Dist: matplotlib>=3.9.4; extra == 'docs'
Requires-Dist: myst-nb>=1.2.0; extra == 'docs'
Requires-Dist: pydata-sphinx-theme>=0.16.1; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints>=2.3.0; extra == 'docs'
Requires-Dist: sphinx-book-theme>=1.1.3; extra == 'docs'
Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'docs'
Requires-Dist: sphinx-design>=0.6.1; extra == 'docs'
Requires-Dist: sphinx-remove-toctrees>=1.0.0.post1; extra == 'docs'
Requires-Dist: sphinx>=7.4.7; extra == 'docs'
Provides-Extra: tests
Requires-Dist: astropy>=6.0.1; extra == 'tests'
Requires-Dist: colossus>=1.3.8; extra == 'tests'
Requires-Dist: pytest-cov>=6.2.1; extra == 'tests'
Requires-Dist: pytest-xdist>=3.7.0; extra == 'tests'
Requires-Dist: pytest>=8.4.0; extra == 'tests'
Description-Content-Type: text/markdown

<div align="center">
<img src="https://raw.githubusercontent.com/fkeruzore/halox/main/logo/logo_text.png" alt="logo"></img>
</div>

# halox

`halox` provides utility functions to compute the physical properties of dark matter halos using [JAX](https://jax.readthedocs.io/en/latest/).

## Installation

`halox` can be installed via `pip`:

```bash
pip install halox
```

## Documentation

For detailed documentation, please visit our [documentation pages](https://halox.readthedocs.io/).