Metadata-Version: 2.1
Name: py21cmfast_tools
Version: 1.0.2
Summary: A collection of lightcone postprocessing tools.
Author-email: Daniela Breitman <daniela.breitman@sns.it>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: powerbox >=0.8.1
Requires-Dist: attrs
Requires-Dist: matplotlib
Requires-Dist: h5py
Requires-Dist: typing-extensions
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'
Requires-Dist: py21cmfast-tools[docs,tests] ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: furo ; extra == 'docs'
Requires-Dist: myst-parser ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-xdist ; extra == 'tests'
Requires-Dist: coverage ; extra == 'tests'

# py21cmFAST-tools
A collection of lightcone postprocessing tools such as conversion to power spectrum and plotting.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPi version](https://badgen.net/pypi/v/py21cmfast-tools/)](https://pypi.org/project/py21cmfast-tools)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/py21cmfast-tools.svg)](https://pypi.python.org/pypi/py21cmfast-tools/)
[![Documentation Status](https://readthedocs.org/projects/py21cmfast-tools/badge/?version=latest)](http://py21cmfast-tools.readthedocs.io/?badge=latest)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Codecov](https://codecov.io/gh/21cmfast/py21cmFAST-tools/branch/main/graph/badge.svg)](https://app.codecov.io/gh/21cmfast/py21cmFAST-tools)
## Installation

We highly recommend using `conda` to create a new environment:

```bash
conda create -n py21cmfast python=3.11
```

Then install `py21cmfast-tools` with `pip`:

```bash
pip install py21cmfast-tools
```


## Documentation

Documentation at https://py21cmfast-tools.readthedocs.io/en/latest/
