Metadata-Version: 2.4
Name: cosmolib
Version: 0.3
Summary: Easy-to-use formats and plots for cosmological observables
Project-URL: Repository, https://github.com/astro-ph/cosmolib
Project-URL: Issues, https://github.com/astro-ph/cosmolib/issues
Author-email: Nicolas Tessore <n.tessore@ucl.ac.uk>, Guadalupe Canas-Herrera <canasherrera@strw.leidenuniv.nl>
Maintainer-email: Nicolas Tessore <n.tessore@ucl.ac.uk>, Guadalupe Canas-Herrera <canasherrera@strw.leidenuniv.nl>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == 'test'
Description-Content-Type: text/markdown

# **cosmolib**

_A lightweight Python library for handling cosmology data formats and creating publication-quality plots._
Designed for **clarity**, **composability**, and **seamless data format integration** into scientific cosmological softwares.

---

## 📘 Table of Contents

- [Installation](#installation)
- [License](#license)

---

## ⚙️ Installation

**From PyPI (recommended):**

```bash
pip install cosmolib
```

**From source (for developers and contributors):**

```bash
git clone https://github.com/astro-ph/cosmolib.git
cd cosmolib
pip install -e .
```

## 📄 License

cosmolib is released under the MIT License.
You are free to use, modify, and distribute it under the terms of this license.
