Metadata-Version: 2.4
Name: pygsdata
Version: 0.2.4
Summary: A Python interface for 21cm Global Signal Data.
Author-email: Steven Murray <steven.murray@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
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: astropy
Requires-Dist: attrs
Requires-Dist: matplotlib
Requires-Dist: hickleable
Requires-Dist: h5py
Requires-Dist: typing_extensions
Requires-Dist: pytz
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: sphinx-click; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-xdist; extra == "tests"
Provides-Extra: dev
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pygsdata[docs,tests]; extra == "dev"
Dynamic: license-file

# pygsdata

**An intuitive interface for 21cm Global Signal Data.**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPi version](https://badgen.net/pypi/v/pygsdata/)](https://pypi.org/project/pygsdata)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pygsdata.svg)](https://pypi.python.org/pypi/pygsdata/)
[![Documentation Status](https://readthedocs.org/projects/pygsdata/badge/?version=latest)](http://pygsdata.readthedocs.io/?badge=latest)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Installation

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

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

Then install `pygsdata` with `pip`:

```bash
pip install pygsdata
```

If you are intending to develop `pygsdata`, first clone then install in developer mode:


```bash
git clone git@github.com:edges-collab/pygsdata.git
cd pygsdata
pip install -e ".[dev]"
```


## Documentation

Read all the documentation at https://pygsdata.readthedocs.io/en/latest/
